From a0291600cc6f18ac2e5a35cdbd4331ccd9ca1720 Mon Sep 17 00:00:00 2001 From: Ernst de Haan Date: Wed, 12 Jun 2002 20:50:09 +0000 Subject: Unification of JDK port names. ports/java/Makefile Matches new names and locations of JDK ports. Checked sorting. ports/java/jdk All files removed from CVS. This port is moved to java/jdk11. Checked that the repocopy was okay. ports/java/jdk12-beta All files removed from CVS. This port is moved to java/jdk12. Checked that the repocopy was okay. ports/java/linux-jdk All files removed from CVS. This port is moved to java/linux-blackdown-jdk12. Checked that the repocopy was okay. ports/java/linux-jdk13 All files removed from CVS. This port is moved to java/linux-sun-jdk13. Checked that the repocopy was okay. ports/java/linux-jdk14 All files removed from CVS. This port is moved to java/linux-sun-jdk14. Checked that the repocopy was okay. PR: 27358 --- java/jdk12-beta/files/patch-aa | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 java/jdk12-beta/files/patch-aa (limited to 'java/jdk12-beta/files') diff --git a/java/jdk12-beta/files/patch-aa b/java/jdk12-beta/files/patch-aa deleted file mode 100644 index d773e053bc47..000000000000 --- a/java/jdk12-beta/files/patch-aa +++ /dev/null @@ -1,36 +0,0 @@ ---- makefiles/Defs-freebsd.gmk 2000/10/13 00:16:56 1.1 -+++ makefiles/Defs-freebsd.gmk 2000/10/13 00:20:36 -@@ -59,11 +59,11 @@ - GCC_STYLE = -Wmissing-prototypes -Wmissing-declarations -Wnested-externs - GCC_WARNINGS = -W -Wall $(GCC_STYLE) $(GCC_INHIBIT) - CFLAGS_COMMON = $(GCC_WARNINGS) -pipe --CFLAGS_OPT = $(POPT) -fomit-frame-pointer # -mcpu=i686 --CFLAGS_DBG = -g -+CFLAGS_OPT = $(POPT) $(SYS_CFLAGS) #-fomit-frame-pointer # -mcpu=i686 -+CFLAGS_DBG = -g3 - CXXFLAGS_COMMON = $(GCC_WARNINGS) -pipe -DFD_SETSIZE=2048 --CXXFLAGS_OPT = $(POPT) -fomit-frame-pointer # -mcpu=i686 --CXXFLAGS_DBG = -g -+CXXFLAGS_OPT = $(POPT) $(SYS_CFLAGS) #-fomit-frame-pointer # -mcpu=i686 -+CXXFLAGS_DBG = -g3 - endif - - ifneq ($(CC_VERSION), gcc) -@@ -232,7 +232,7 @@ - _OPT = -xO4 - else - ifneq ($(ARCH), alpha) -- _OPT = -O2 -+ _OPT = #-O2 - endif - endif - CPPFLAGS_DBG += -DLOGGING -@@ -248,7 +248,7 @@ - _OPT = -xO2 - else - ifneq ($(ARCH), alpha) -- _OPT = -O2 -+ _OPT = #-O2 - endif - endif - endif -- cgit v1.2.3