summaryrefslogtreecommitdiff
path: root/java/jdk16/files/patch-deploy::common::Defs-bsd.gmk
diff options
context:
space:
mode:
authorAlexey Zelkin <phantom@FreeBSD.org>2003-11-11 16:16:20 +0000
committerAlexey Zelkin <phantom@FreeBSD.org>2003-11-11 16:16:20 +0000
commit371e6b4b5ca3bcab33514c757c2d0ec4488ea1e5 (patch)
treecd8f00f5d006366077a79d4ba438bdb3d89305df /java/jdk16/files/patch-deploy::common::Defs-bsd.gmk
parentUpgrade to 2.8.6 (diff)
Update to 1.4.2p5.
Important changes since last patchset: . jdk14 port is now JDK 1.4.2 based! . JavaWS distributing with jdk . Runway problem fixed (fork() is no more problem for java apps) . Sound support updated . IPv6 support overhauled . Drag'n'Drop support fixed (require open-motif mods) As for now there's no more outstanding issues with this port! FreeBSD port is also got a important of changes: . optimized setup is now default (to get debuging bins/libs use WITH_DEBUG) . bootstrap jdk autodetection. If WITH_LINUX_BOOTSTRAP is not set, then it checks all known to work JDKs installed. If nothing found, forces to install of linux-sun-jdk14 . Because of above change there's no NATIVE_BOOTSTRAP option anymore. If native jdk14 is installed, it will be used by default.
Diffstat (limited to '')
-rw-r--r--java/jdk16/files/patch-deploy::common::Defs-bsd.gmk13
1 files changed, 13 insertions, 0 deletions
diff --git a/java/jdk16/files/patch-deploy::common::Defs-bsd.gmk b/java/jdk16/files/patch-deploy::common::Defs-bsd.gmk
new file mode 100644
index 000000000000..03d079961bde
--- /dev/null
+++ b/java/jdk16/files/patch-deploy::common::Defs-bsd.gmk
@@ -0,0 +1,13 @@
+$FreeBSD$
+
+--- ../../deploy/make/common/Defs-bsd.gmk.orig Wed Nov 12 16:52:55 2003
++++ ../../deploy/make/common/Defs-bsd.gmk Wed Nov 12 16:53:08 2003
+@@ -10,7 +10,7 @@
+ # XXXBSD: this issue need to be rehashed (/usr/local/ should be defined
+ # in other place
+ ifeq ($(TRUE_PLATFORM), FreeBSD)
+-USR_LOCAL_PATH = /usr/local/
++USR_LOCAL_PATH = ${LOCALBASE}/
+ endif
+
+ BUNDLE_SUFFIX = .zip