diff options
Diffstat (limited to 'java/jdk15/files')
-rw-r--r-- | java/jdk15/files/cacerts | bin | 21653 -> 0 bytes | |||
-rw-r--r-- | java/jdk15/files/disable-ipv6.patch | 15 | ||||
-rw-r--r-- | java/jdk15/files/patch-awt_Component.c | 13 | ||||
-rw-r--r-- | java/jdk15/files/patch-common::Defs-bsd.gmk | 13 | ||||
-rw-r--r-- | java/jdk15/files/patch-control::common::Defs-bsd.gmk | 13 | ||||
-rw-r--r-- | java/jdk15/files/patch-deploy::Makefile | 46 | ||||
-rw-r--r-- | java/jdk15/files/patch-font.properties.zh_TW.bsd | 302 | ||||
-rw-r--r-- | java/jdk15/files/patch-native::util.c | 16 | ||||
-rw-r--r-- | java/jdk15/files/patch-plugin::common::config.gmk | 13 | ||||
-rw-r--r-- | java/jdk15/files/patch-plugin::ns6::Makefile | 13 | ||||
-rw-r--r-- | java/jdk15/files/patch-vm::os_bsd.cpp | 13 | ||||
-rw-r--r-- | java/jdk15/files/pkg-install.in | 19 | ||||
-rw-r--r-- | java/jdk15/files/testos.c | 81 |
13 files changed, 0 insertions, 557 deletions
diff --git a/java/jdk15/files/cacerts b/java/jdk15/files/cacerts Binary files differdeleted file mode 100644 index 23c0c87b2859..000000000000 --- a/java/jdk15/files/cacerts +++ /dev/null diff --git a/java/jdk15/files/disable-ipv6.patch b/java/jdk15/files/disable-ipv6.patch deleted file mode 100644 index 00ecbef516f5..000000000000 --- a/java/jdk15/files/disable-ipv6.patch +++ /dev/null @@ -1,15 +0,0 @@ -$FreeBSD$ - ---- ../../j2se/src/solaris/native/java/net/net_util_md.c.orig Tue Jan 27 17:31:03 2004 -+++ ../../j2se/src/solaris/native/java/net/net_util_md.c Tue Jan 27 17:31:38 2004 -@@ -166,6 +166,10 @@ - int fd; - void *ipv6_fn; - -+#ifdef __FreeBSD__ -+ return JNI_FALSE; -+#endif -+ - fd = JVM_Socket(AF_INET6, SOCK_STREAM, 0) ; - if (fd < 0) { - /* diff --git a/java/jdk15/files/patch-awt_Component.c b/java/jdk15/files/patch-awt_Component.c deleted file mode 100644 index db768c611349..000000000000 --- a/java/jdk15/files/patch-awt_Component.c +++ /dev/null @@ -1,13 +0,0 @@ -$FreeBSD$ - ---- ../../j2se/src/solaris/native/sun/awt/awt_Component.c.orig 27 Oct 2003 12:16:41 -0000 1.4 -+++ ../../j2se/src/solaris/native/sun/awt/awt_Component.c 1 Mar 2004 21:36:45 -0000 1.5 -@@ -1179,7 +1179,7 @@ - } - XtVaSetValues(to, XmNtraversalOn, True, NULL); - } -- } else if (from != NULL) { -+ } else if (from != NULL && to != NULL) { - // disable the tree starting from uncommon part to 'from' - if (parents_from[index] == parents_to[index]) { - if (index == count_from - 1) { diff --git a/java/jdk15/files/patch-common::Defs-bsd.gmk b/java/jdk15/files/patch-common::Defs-bsd.gmk deleted file mode 100644 index aa4acca2b93f..000000000000 --- a/java/jdk15/files/patch-common::Defs-bsd.gmk +++ /dev/null @@ -1,13 +0,0 @@ -$FreeBSD$ - ---- ../../j2se/make/common/Defs-bsd.gmk.orig Fri Oct 10 09:50:48 2003 -+++ ../../j2se/make/common/Defs-bsd.gmk Fri Oct 10 09:54:35 2003 -@@ -162,7 +162,7 @@ - ifeq ($(TRUE_PLATFORM), NetBSD) - DEVTOOLS_PATH = /usr/pkg/bin/ - else --DEVTOOLS_PATH = /usr/local/bin/ -+DEVTOOLS_PATH = ${LOCALBASE}/bin/ - endif - # Allow the user to override the default value... - ifdef ALT_DEVTOOLS_PATH diff --git a/java/jdk15/files/patch-control::common::Defs-bsd.gmk b/java/jdk15/files/patch-control::common::Defs-bsd.gmk deleted file mode 100644 index f9e45f642fa1..000000000000 --- a/java/jdk15/files/patch-control::common::Defs-bsd.gmk +++ /dev/null @@ -1,13 +0,0 @@ -$FreeBSD$ - ---- ../../control/make/common/Defs-bsd.gmk.orig Wed Nov 12 16:52:22 2003 -+++ ../../control/make/common/Defs-bsd.gmk Wed Nov 12 16:51:41 2003 -@@ -212,7 +212,7 @@ - ifeq ($(TRUE_PLATFORM), NetBSD) - DEVTOOLS_PATH = /usr/pkg/bin/ - else --DEVTOOLS_PATH = /usr/local/bin/ -+DEVTOOLS_PATH = ${LOCALBASE}/bin/ - endif - # Allow the user to override the default value... - ifdef ALT_DEVTOOLS_PATH diff --git a/java/jdk15/files/patch-deploy::Makefile b/java/jdk15/files/patch-deploy::Makefile deleted file mode 100644 index a34bfa0c9d71..000000000000 --- a/java/jdk15/files/patch-deploy::Makefile +++ /dev/null @@ -1,46 +0,0 @@ -$FreeBSD$ - ---- ../../deploy/make/Makefile.orig Tue Jan 27 18:54:56 2004 -+++ ../../deploy/make/Makefile Tue Jan 27 18:58:08 2004 -@@ -24,17 +24,29 @@ - DEPLOY_TOPDIR=.. - include $(BUILDDIR)/common/Defs.gmk - -+ifdef NO_PLUGIN -+BUILD_PLUGIN= false -+else -+BUILD_PLUGIN= true -+endif -+ -+ifdef NO_JAVAWS -+BUILD_JAVAWS= false -+else -+BUILD_JAVAWS= true -+endif -+ - all:: - @$(ECHO) "$(PLATFORM) $(ARCH) $(RELEASE) deploy build started: $(shell $(DATE) '+%y-%m-%d %H:%M')" - --BUILD_PLUGIN = true -- - # - # Core. - # - JAVAWS_SUBDIR = javaws - PLUGIN_SUBDIR = plugin -+ifeq ($(BUILD_JAVAWS), true) - SUBDIRS = $(JAVAWS_SUBDIR) -+endif - ifeq ($(BUILD_PLUGIN), true) - SUBDIR += $(PLUGIN_SUBDIR) - endif -@@ -47,7 +59,9 @@ - done - - javaws-all: sanity-javaws -+ ifeq ($(BUILD_JAVAWS), true) - $(CD) $(BUILDDIR)/javaws ; $(MAKE) installer-int dev-all doc aubundle -+ endif - - plugin-all: sanity-plugin - ifeq ($(BUILD_PLUGIN), true) diff --git a/java/jdk15/files/patch-font.properties.zh_TW.bsd b/java/jdk15/files/patch-font.properties.zh_TW.bsd deleted file mode 100644 index a142781b2ee2..000000000000 --- a/java/jdk15/files/patch-font.properties.zh_TW.bsd +++ /dev/null @@ -1,302 +0,0 @@ -$FreeBSD$ - ---- ../../j2se/src/solaris/classes/sun/awt/motif/font.properties.zh_TW.bsd.orig 16 Aug 2002 06:04:59 -0000 1.1 -+++ ../../j2se/src/solaris/classes/sun/awt/motif/font.properties.zh_TW.bsd 1 Mar 2004 21:40:08 -0000 1.2 -@@ -1,235 +1,178 @@ -+# %W% %E% - # --# @(#)font.properties.zh 1.0 00/06/20 --# --# Copyright 2000 by Sun Microsystems, Inc., --# 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. --# All rights reserved. --# --# This software is the confidential and proprietary information --# of Sun Microsystems, Inc. ("Confidential Information"). You --# shall not disclose such Confidential Information and shall use --# it only in accordance with the terms of the license agreement --# you entered into with Sun. --# -- --# --# AWT Font default Properties for Simplified Chinese TurboLinux 6.0 and higher -+# Copyright 2002 Sun Microsystems, Inc. All rights reserved. - # - --# Serif font definition -+# Component Font Mappings For RedhatLinux 8.0/zh_TW - # - serif.0=-b&h-lucidabright-medium-r-normal--*-%d-*-*-p-*-iso8859-1 --serif.1=-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+serif.1=-arphic technology co.-ar pl mingti2l big5-medium-r-normal--*-%d-*-*-c-*-iso10646-1 - - serif.italic.0=-b&h-lucidabright-medium-i-normal--*-%d-*-*-p-*-iso8859-1 --serif.italic.1=-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+serif.italic.1=-arphic technology co.-ar pl mingti2l big5-medium-r-normal--*-%d-*-*-c-*-iso10646-1 - - serif.bold.0=-b&h-lucidabright-demibold-r-normal--*-%d-*-*-p-*-iso8859-1 --serif.bold.1=-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+serif.bold.1=-arphic technology co.-ar pl mingti2l big5-medium-r-normal--*-%d-*-*-c-*-iso10646-1 - - serif.bolditalic.0=-b&h-lucidabright-demibold-i-normal--*-%d-*-*-p-*-iso8859-1 --serif.bolditalic.1=-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+serif.bolditalic.1=-arphic technology co.-ar pl mingti2l big5-medium-r-normal--*-%d-*-*-c-*-iso10646-1 - --# SansSerif font definition --# - sansserif.0=-b&h-lucidasans-medium-r-normal-sans-*-%d-*-*-p-*-iso8859-1 --sansserif.1=-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+sansserif.1=-arphic technology co.-ar pl mingti2l big5-medium-r-normal--*-%d-*-*-c-*-iso10646-1 - - sansserif.italic.0=-b&h-lucidasans-medium-i-normal-sans-*-%d-*-*-p-*-iso8859-1 --sansserif.italic.1=-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+sansserif.italic.1=-arphic technology co.-ar pl mingti2l big5-medium-r-normal--*-%d-*-*-c-*-iso10646-1 - - sansserif.bold.0=-b&h-lucidasans-bold-r-normal-sans-*-%d-*-*-p-*-iso8859-1 --sansserif.bold.1=-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+sansserif.bold.1=-arphic technology co.-ar pl mingti2l big5-medium-r-normal--*-%d-*-*-c-*-iso10646-1 - - sansserif.bolditalic.0=-b&h-lucidasans-bold-i-normal-sans-*-%d-*-*-p-*-iso8859-1 --sansserif.bolditalic.1=-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+sansserif.bolditalic.1=-arphic technology co.-ar pl mingti2l big5-medium-r-normal--*-%d-*-*-c-*-iso10646-1 - --# Monospaced font definition --# - monospaced.0=-b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1 --monospaced.1=-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+monospaced.1=-arphic technology co.-ar pl mingti2l big5-medium-r-normal--*-%d-*-*-c-*-iso10646-1 - --monospaced.italic.0=-b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1 --monospaced.italic.1=-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+monospaced.italic.0=-b&h-lucidatypewriter-medium-i-normal-sans-*-%d-*-*-m-*-iso8859-1 -+monospaced.italic.1=-arphic technology co.-ar pl mingti2l big5-medium-r-normal--*-%d-*-*-c-*-iso10646-1 - - monospaced.bold.0=-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1 --monospaced.bold.1=-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+monospaced.bold.1=-arphic technology co.-ar pl mingti2l big5-medium-r-normal--*-%d-*-*-c-*-iso10646-1 - --monospaced.bolditalic.0=-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1 --monospaced.bolditalic.1=-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+monospaced.bolditalic.0=-b&h-lucidatypewriter-bold-i-normal-sans-*-%d-*-*-m-*-iso8859-1 -+monospaced.bolditalic.1=-arphic technology co.-ar pl mingti2l big5-medium-r-normal--*-%d-*-*-c-*-iso10646-1 - --# Dialog font definition --# - dialog.0=-b&h-lucidasans-medium-r-normal-sans-*-%d-*-*-p-*-iso8859-1 --dialog.1=-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+dialog.1=-arphic technology co.-ar pl mingti2l big5-medium-r-normal--*-%d-*-*-c-*-iso10646-1 - - dialog.italic.0=-b&h-lucidasans-medium-i-normal-sans-*-%d-*-*-p-*-iso8859-1 --dialog.italic.1=-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+dialog.italic.1=-arphic technology co.-ar pl mingti2l big5-medium-r-normal--*-%d-*-*-c-*-iso10646-1 - - dialog.bold.0=-b&h-lucidasans-bold-r-normal-sans-*-%d-*-*-p-*-iso8859-1 --dialog.bold.1=-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+dialog.bold.1=-arphic technology co.-ar pl mingti2l big5-medium-r-normal--*-%d-*-*-c-*-iso10646-1 - - dialog.bolditalic.0=-b&h-lucidasans-bold-i-normal-sans-*-%d-*-*-p-*-iso8859-1 --dialog.bolditalic.1=-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+dialog.bolditalic.1=-arphic technology co.-ar pl mingti2l big5-medium-r-normal--*-%d-*-*-c-*-iso10646-1 - --# DialogInput font definition --# - dialoginput.0=-b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1 --dialoginput.1=-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+dialoginput.1=-arphic technology co.-ar pl mingti2l big5-medium-r-normal--*-%d-*-*-c-*-iso10646-1 - --dialoginput.italic.0=-b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1 --dialoginput.italic.1=-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+dialoginput.italic.0=-b&h-lucidatypewriter-medium-i-normal-sans-*-%d-*-*-m-*-iso8859-1 -+dialoginput.italic.1=-arphic technology co.-ar pl mingti2l big5-medium-r-normal--*-%d-*-*-c-*-iso10646-1 - - dialoginput.bold.0=-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1 --dialoginput.bold.1=-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -- --dialoginput.bolditalic.0=-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1 --dialoginput.bolditalic.1=-Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+dialoginput.bold.1=-arphic technology co.-ar pl mingti2l big5-medium-r-normal--*-%d-*-*-c-*-iso10646-1 - -+dialoginput.bolditalic.0=-b&h-lucidatypewriter-bold-i-normal-sans-*-%d-*-*-m-*-iso8859-1 -+dialoginput.bolditalic.1=-arphic technology co.-ar pl mingti2l big5-medium-r-normal--*-%d-*-*-c-*-iso10646-1 - --# Default font definition -+# Missing Glyph Character - # - default.char=274f - --# name aliases --# --# alias.timesroman=serif --# alias.helvetica=sansserif --# alias.courier=monospaced -- --# for backward compatibility --# --#zapfdingbats.0=-monotype-monotype sorts-regular-r---*-%d-*-*-p-*-adobe-dingbats -- --# Static FontCharset info. --# --# This information is used by the font which is not indexed by Unicode. --# Such fonts can use their own subclass of FontCharset. --# --# This information can be overriden by describing more specific style. --# For example --# --# fontcharset.serif.plain.3=SpecialSymbols --# means serif.plain.3 font's index can be retrieved with the convert() method --# of instance of SpecialSymbols and what kind of characters serif.plain.3 font --# has can be judged with the isCovered() method of instance of SpecialSymbols. -+# Component Font Character Encodings - # - fontcharset.serif.0=sun.io.CharToByteISO8859_1 --fontcharset.serif.1=sun.io.CharToByteMS950 -+fontcharset.serif.1=sun.io.CharToByteUnicodeBigUnmarked - - fontcharset.sansserif.0=sun.io.CharToByteISO8859_1 --fontcharset.sansserif.1=sun.io.CharToByteMS950 -+fontcharset.sansserif.1=sun.io.CharToByteUnicodeBigUnmarked - - fontcharset.monospaced.0=sun.io.CharToByteISO8859_1 --fontcharset.monospaced.1=sun.io.CharToByteMS950 -+fontcharset.monospaced.1=sun.io.CharToByteUnicodeBigUnmarked - - fontcharset.dialog.0=sun.io.CharToByteISO8859_1 --fontcharset.dialog.1=sun.io.CharToByteMS950 -+fontcharset.dialog.1=sun.io.CharToByteUnicodeBigUnmarked - - fontcharset.dialoginput.0=sun.io.CharToByteISO8859_1 --fontcharset.dialoginput.1=sun.io.CharToByteMS950 -+fontcharset.dialoginput.1=sun.io.CharToByteUnicodeBigUnmarked - --# exclusion info. --# --# This information describe exclusion ranges for each fonts. --# --# 'exclusion.serif.plain.0' overrides 'exclusion.serif.0', and --# 'exclusion.serif.0' overrides exclusion.0, and so on. -+# Exclusion Ranges - # - --# XFontSet string --# X11 only properties -+# XFontSet Information - # - fontset.serif.plain=\ - -b&h-lucidabright-medium-r-normal--*-%d-*-*-p-*-iso8859-1,\ ---Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+-kc-fixed-medium-r-normal--*-%d-*-*-c-*-big5-0 - - fontset.serif.italic=\ - -b&h-lucidabright-medium-i-normal--*-%d-*-*-p-*-iso8859-1,\ ---Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+-kc-fixed-medium-r-normal--*-%d-*-*-c-*-big5-0 - - fontset.serif.bold=\ - -b&h-lucidabright-demibold-r-normal--*-%d-*-*-p-*-iso8859-1,\ ---Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+-kc-fixed-medium-r-normal--*-%d-*-*-c-*-big5-0 - - fontset.serif.bolditalic=\ - -b&h-lucidabright-demibold-i-normal--*-%d-*-*-p-*-iso8859-1,\ ---Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -- --# SansSerif font definition --# -+-kc-fixed-medium-r-normal--*-%d-*-*-c-*-big5-0 - - fontset.sansserif.plain=\ - -b&h-lucida-medium-r-normal-sans-*-%d-*-*-p-*-iso8859-1,\ ---Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+-kc-fixed-medium-r-normal--*-%d-*-*-c-*-big5-0 - - fontset.sansserif.italic=\ - -b&h-lucida-medium-i-normal-sans-*-%d-*-*-p-*-iso8859-1,\ ---Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+-kc-fixed-medium-r-normal--*-%d-*-*-c-*-big5-0 - - fontset.sansserif.bold=\ ---b&h-lucida-bold-r-normal-sans-*-%d-*-*-p-*-iso8859-1,\ ---Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+-b&h-lucida-bold-i-normal-sans-*-%d-*-*-p-*-iso8859-1,\ -+-kc-fixed-medium-r-normal--*-%d-*-*-c-*-big5-0 - - fontset.sansserif.bolditalic=\ ---b&h-lucida-bold-i-normal-snas-*-%d-*-*-p-*-iso8859-1,\ ---Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+-b&h-lucida-bold-i-normal-sans-*-%d-*-*-p-*-iso8859-1,\ -+-kc-fixed-medium-r-normal--*-%d-*-*-c-*-big5-0 - --# Monospaced font definition --# - fontset.monospaced.plain=\ - -b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1,\ ---Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+-kc-fixed-medium-r-normal--*-%d-*-*-c-*-big5-0 - - fontset.monospaced.italic=\ - -b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1,\ ---Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+-kc-fixed-medium-r-normal--*-%d-*-*-c-*-big5-0 - - fontset.monospaced.bold=\ ---b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-,1\ ---Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1,\ -+-kc-fixed-medium-r-normal--*-%d-*-*-c-*-big5-0 - - fontset.monospaced.bolditalic=\ - -b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1,\ ---Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+-kc-fixed-medium-r-normal--*-%d-*-*-c-*-big5-0 - --# Dialog font definition --# - fontset.dialog.italic=\ - -b&h-lucida-medium-i-normal-sans-*-%d-*-*-p-*-iso8859-1,\ ---Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+-kc-fixed-medium-r-normal--*-%d-*-*-c-*-big5-0 - - fontset.dialog.bold=\ - -b&h-lucida-bold-r-normal-sans-*-%d-*-*-p-*-iso8859-1,\ ---Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+-kc-fixed-medium-r-normal--*-%d-*-*-c-*-big5-0 - - fontset.dialog.bolditalic=\ - -b&h-lucida-bold-i-normal-sans-*-%d-*-*-p-*-iso8859-1,\ ---Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+-kc-fixed-medium-r-normal--*-%d-*-*-c-*-big5-0 - - fontset.dialog.plain=\ - -b&h-lucida-medium-r-normal-sans-*-%d-*-*-p-*-iso8859-1,\ ---Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+-kc-fixed-medium-r-normal--*-%d-*-*-c-*-big5-0 - --# DialogInput font definition --# - fontset.dialoginput.italic=\ - -b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1,\ ---Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+-kc-fixed-medium-r-normal--*-%d-*-*-c-*-big5-0 - - fontset.dialoginput.bold=\ - -b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1,\ ---Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+-kc-fixed-medium-r-normal--*-%d-*-*-c-*-big5-0 - - fontset.dialoginput.bolditalic=\ - -b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1,\ ---Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+-kc-fixed-medium-r-normal--*-%d-*-*-c-*-big5-0 - - fontset.dialoginput.plain=\ - -b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1,\ ---Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+-kc-fixed-medium-r-normal--*-%d-*-*-c-*-big5-0 - --# - fontset.default=\ - -b&h-lucida-medium-r-normal-sans-*-%d-*-*-p-*-iso8859-1,\ ---Arphic-AR PL Mingti2L Big5-medium-r-normal--*-%d-*-*-c-*-big5-0 -+-kc-fixed-medium-r-normal--*-%d-*-*-c-*-big5-0 -+ -+filename.-arphic_technology_co.-ar_pl_mingti2l_big5-medium-r-normal--*-%d-*-*-c-*-iso10646-1=/usr/local/share/fonts/TrueType/bsmi00lp.ttf diff --git a/java/jdk15/files/patch-native::util.c b/java/jdk15/files/patch-native::util.c deleted file mode 100644 index 719d1ae0e989..000000000000 --- a/java/jdk15/files/patch-native::util.c +++ /dev/null @@ -1,16 +0,0 @@ -$FreeBSD$ - ---- ../../deploy/src/javaws/src/share/native/util.c 22 Oct 2003 23:04:17 -0000 1.1.1.1 -+++ ../../deploy/src/javaws/src/share/native/util.c 16 Jan 2004 23:50:11 -0000 -@@ -27,7 +27,10 @@ - - /* Find size of file */ - struct stat statBuf; -- stat(filename, &statBuf); -+ if (stat(filename, &statBuf) == -1) { -+ *buffer = NULL; -+ return 0; -+ } - size = statBuf.st_size; - - /* Allocate memory for contents */ diff --git a/java/jdk15/files/patch-plugin::common::config.gmk b/java/jdk15/files/patch-plugin::common::config.gmk deleted file mode 100644 index fd995e3c063b..000000000000 --- a/java/jdk15/files/patch-plugin::common::config.gmk +++ /dev/null @@ -1,13 +0,0 @@ -$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) diff --git a/java/jdk15/files/patch-plugin::ns6::Makefile b/java/jdk15/files/patch-plugin::ns6::Makefile deleted file mode 100644 index ad15676d1b7d..000000000000 --- a/java/jdk15/files/patch-plugin::ns6::Makefile +++ /dev/null @@ -1,13 +0,0 @@ -$FreeBSD$ - ---- ../../deploy/make/plugin/ns6/Makefile.orig Wed Jan 14 11:10:30 2004 -+++ ../../deploy/make/plugin/ns6/Makefile Wed Jan 14 11:12:11 2004 -@@ -46,7 +46,7 @@ - ifeq ($(TRUE_PLATFORM), FreeBSD) - # XXXBSD: is there any differences between nspr for ns610 and ns4 - # XXXBSD: direct /usr/local/include/nspr path is used!!! --EXTRA_CPPFLAGS += -I/usr/local/include/nspr -+EXTRA_CPPFLAGS += -I${LOCALBASE}/include/nspr - endif - ifeq ($(TRUE_PLATFORM), NetBSD) - EXTRA_CPPFLAGS += -I/usr/pkg/include/mozilla/nspr diff --git a/java/jdk15/files/patch-vm::os_bsd.cpp b/java/jdk15/files/patch-vm::os_bsd.cpp deleted file mode 100644 index 25bd71db866c..000000000000 --- a/java/jdk15/files/patch-vm::os_bsd.cpp +++ /dev/null @@ -1,13 +0,0 @@ -$FreeBSD$ - ---- ../../hotspot/src/os/bsd/vm/os_bsd.cpp.orig Tue Jan 27 17:54:28 2004 -+++ ../../hotspot/src/os/bsd/vm/os_bsd.cpp Tue Jan 27 17:55:21 2004 -@@ -333,7 +333,7 @@ - #define malloc(n) (char*)NEW_C_HEAP_ARRAY(char, (n)) - #define getenv(n) ::getenv(n) - --#define DEFAULT_LD_LIBRARY_PATH "/usr/lib" /* See ld.so.1(1) */ -+#define DEFAULT_LD_LIBRARY_PATH "/usr/lib:%%LOCALBASE%%/lib" /* See ld.so.1(1) */ - #define EXTENSIONS_DIR "/lib/ext" - #define ENDORSED_DIR "/lib/endorsed" - diff --git a/java/jdk15/files/pkg-install.in b/java/jdk15/files/pkg-install.in deleted file mode 100644 index fa980a9778f0..000000000000 --- a/java/jdk15/files/pkg-install.in +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh - -# System preference location -PREFS_LOCATION=%%JRE_HOME%% - -# Set up system preferences during post install -if [ "$2" = "POST-INSTALL" ]; then - if [ ! -d "${PREFS_LOCATION}/.systemPrefs" ] ; then - mkdir -m 755 "${PREFS_LOCATION}/.systemPrefs" - fi - if [ ! -f "${PREFS_LOCATION}/.systemPrefs/.system.lock" ] ; then - touch "${PREFS_LOCATION}/.systemPrefs/.system.lock" - chmod 644 "${PREFS_LOCATION}/.systemPrefs/.system.lock" - fi - if [ ! -f "${PREFS_LOCATION}/.systemPrefs/.systemRootModFile" ] ; then - touch "${PREFS_LOCATION}/.systemPrefs/.systemRootModFile" - chmod 644 "${PREFS_LOCATION}/.systemPrefs/.systemRootModFile" - fi -fi diff --git a/java/jdk15/files/testos.c b/java/jdk15/files/testos.c deleted file mode 100644 index d1e77573e86b..000000000000 --- a/java/jdk15/files/testos.c +++ /dev/null @@ -1,81 +0,0 @@ -/*- - * Copyright (c) 2003 Alexey Zelkin <phantom@FreeBSD.org> - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND - * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE - * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS - * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT - * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY - * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - * SUCH DAMAGE. - * - * Test pthreads primitives for required functionality in order to run - * native FreeBSD JDK1.4.2 port. - * - * Returns: - * 0 - test passed - * 1 - general failure - * 200 - tests failed - * - * $FreeBSD$ - */ - -#include <stdio.h> -#include <pthread.h> -#include <pthread_np.h> - -#define TRY(call) { \ - if ((call) != 0) { \ - printf("LIBC_R TEST: Unexpected error. Report to MAINTAINER\n"); \ - exit(200); \ - } \ -} - -void * -doit(void *data) -{ - pthread_attr_t attr; - void *mystack = NULL; - - TRY(pthread_attr_init(&attr)); - TRY(pthread_attr_get_np(pthread_self(), &attr)); - TRY(pthread_attr_getstackaddr(&attr, &mystack)); - - if (mystack == NULL) { - printf("LIBC_R TEST FAILED: libc_r update required\n"); - exit(1); - } - - printf("LIBC_R TEST PASSED: All Ok\n"); - return(NULL); -} - -int -main() -{ - pthread_t tid; - pthread_attr_t attr; - - int sz = 128*1024; - - TRY(pthread_attr_init(&attr)); - TRY(pthread_attr_setstacksize(&attr, sz)); - TRY(pthread_create(&tid, &attr, doit, NULL)); - TRY(pthread_join(tid, NULL)); - - exit(0); -} |