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-nio::Makefile | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 java/jdk15/files/patch-nio::Makefile (limited to 'java/jdk15/files/patch-nio::Makefile') diff --git a/java/jdk15/files/patch-nio::Makefile b/java/jdk15/files/patch-nio::Makefile deleted file mode 100644 index 5835666f8f43..000000000000 --- a/java/jdk15/files/patch-nio::Makefile +++ /dev/null @@ -1,13 +0,0 @@ -$FreeBSD$ - ---- ../../j2se/make/java/nio/Makefile 15 Feb 2003 14:45:49 -0000 1.4 -+++ ../../j2se/make/java/nio/Makefile 24 Aug 2003 05:37:04 -0000 -@@ -131,7 +131,7 @@ - - # XXXBSD: really need it for BSD ? - ifeq ($(PLATFORM), bsd) --OTHER_CFLAGS += -Werror -+#OTHER_CFLAGS += -Werror - OTHER_LDLIBS += -L$(LIBDIR)/$(LIBARCH)$(SUFFIX) -ljava$(SUFFIX) -lnet$(SUFFIX) - endif - -- cgit v1.2.3