summaryrefslogtreecommitdiff
path: root/java/jdk16/files/patch-j2se-awt-fontpath.c
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-12-10 17:18:32 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-12-10 17:18:32 +0000
commitb1ccabf65df39e4ab553f6c4734942b9f89992b1 (patch)
treeca639d8654f8695791fbdb4960934e6598682543 /java/jdk16/files/patch-j2se-awt-fontpath.c
parent- Update to 5.2.4 (diff)
Decommissioning java 1.5 (EOLed since October 2009):
removal of the different 1.5 jre and jdk vendors Removing outdated jdk16 vendors: removing all the bsdjava and freebsd vendors, consider using openjdk6 or openjsk7 instead. Discussed with: java (glarkin)
Diffstat (limited to '')
-rw-r--r--java/jdk16/files/patch-j2se-awt-fontpath.c29
1 files changed, 0 insertions, 29 deletions
diff --git a/java/jdk16/files/patch-j2se-awt-fontpath.c b/java/jdk16/files/patch-j2se-awt-fontpath.c
deleted file mode 100644
index 4105d383d9fe..000000000000
--- a/java/jdk16/files/patch-j2se-awt-fontpath.c
+++ /dev/null
@@ -1,29 +0,0 @@
-$FreeBSD$
-
---- ../../j2se/src/solaris/native/sun/awt/fontpath.c.orig Sun Jul 29 23:03:29 2007
-+++ ../../j2se/src/solaris/native/sun/awt/fontpath.c Sun Jul 29 23:03:29 2007
-@@ -98,18 +98,18 @@
- * various flavors of Linux
- */
- static char *fullLinuxFontPath[] = {
-- "/usr/X11R6/lib/X11/fonts/TrueType", /* RH 7.1+ */
-- "/usr/X11R6/lib/X11/fonts/truetype", /* SuSE */
-- "/usr/X11R6/lib/X11/fonts/tt",
-- "/usr/X11R6/lib/X11/fonts/TTF",
-- "/usr/X11R6/lib/X11/fonts/OTF", /* RH 9.0 (but empty!) */
-+ "%%LOCALBASE%%/lib/X11/fonts/TrueType", /* RH 7.1+ */
-+ "%%LOCALBASE%%/lib/X11/fonts/truetype", /* SuSE */
-+ "%%LOCALBASE%%/lib/X11/fonts/tt",
-+ "%%LOCALBASE%%/lib/X11/fonts/TTF",
-+ "%%LOCALBASE%%/lib/X11/fonts/OTF", /* RH 9.0 (but empty!) */
- "/usr/share/fonts/ja/TrueType", /* RH 7.2+ */
- "/usr/share/fonts/truetype",
- "/usr/share/fonts/ko/TrueType", /* RH 9.0 */
- "/usr/share/fonts/zh_CN/TrueType", /* RH 9.0 */
- "/usr/share/fonts/zh_TW/TrueType", /* RH 9.0 */
- "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType", /* Debian */
-- "/usr/X11R6/lib/X11/fonts/Type1",
-+ "%%LOCALBASE%%/lib/X11/fonts/Type1",
- "/usr/share/fonts/default/Type1", /* RH 9.0 */
- NULL, /* terminates the list */
- };