From 371e6b4b5ca3bcab33514c757c2d0ec4488ea1e5 Mon Sep 17 00:00:00 2001 From: Alexey Zelkin Date: Tue, 11 Nov 2003 16:16:20 +0000 Subject: 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. --- java/jdk15/files/patch-plugin::common::config.gmk | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 java/jdk15/files/patch-plugin::common::config.gmk (limited to 'java/jdk15/files/patch-plugin::common::config.gmk') diff --git a/java/jdk15/files/patch-plugin::common::config.gmk b/java/jdk15/files/patch-plugin::common::config.gmk new file mode 100644 index 000000000000..fd995e3c063b --- /dev/null +++ b/java/jdk15/files/patch-plugin::common::config.gmk @@ -0,0 +1,13 @@ +$FreeBSD$ + +--- ../../deploy/make/plugin/common/config.gmk.orig Wed Nov 12 16:53:30 2003 ++++ ../../deploy/make/plugin/common/config.gmk Wed Nov 12 16:53:43 2003 +@@ -57,7 +57,7 @@ + + # include search paths + # XXXBSD: these should be defined in other place +- CPPFLAGS1 += -I/usr/X11R6/include -I/usr/local/include ++ CPPFLAGS1 += -I/usr/X11R6/include -I${LOCALBASE}/include + + ifeq ($(TRUE_PLATFORM), FreeSBD) + ifeq ($(FREEBSD_4STABLE), true) -- cgit v1.2.3