forked from Lainports/freebsd-ports
. Many patches are now unnecessary as they are included in the new
patchset.
. The browser plugin and Java Web Start is enabled on i386 (there are
64 bit issues with both the plugin and Mozilla/Firefox which prevent
enabling it on amd64).
. Update the amount of disk space needed.
. Update the status of the port.
. Disable building the shared class data archive. This broke the build
on amd64 and appears to also be problematic on some i386 versions
(4.11 is broken at least). It will reappear in future, probably
initially on a limited set of FreeBSD versions and architectures
(6.0/i386 is reported to work).
Reviewed by: freebsd-java@
Approved by: maintainer timeout (1 week)
11 lines
467 B
Text
11 lines
467 B
Text
--- ../../install/make/common/Pack.gmk Mon Sep 12 19:32:15 2005
|
|
+++ ../../install/make/common/Pack.gmk Mon Sep 12 19:33:53 2005
|
|
@@ -37,7 +37,7 @@
|
|
# JRE_PACKED_JARS are defined in each of the Platform variants
|
|
|
|
JRE_PACKED_JARS = lib/rt.jar lib/jsse.jar lib/charsets.jar lib/ext/localedata.jar
|
|
-ifeq ($(ARCH_DATA_MODEL),32)
|
|
+ifndef DONT_BUILD_DEPLOY
|
|
JRE_PACKED_JARS += lib/plugin.jar
|
|
JRE_PACKED_JARS += lib/javaws.jar
|
|
JRE_PACKED_JARS += lib/deploy.jar
|