From 7f31b26efe9df7ff1a26ad605e20024aa371e6cf Mon Sep 17 00:00:00 2001 From: ahze Date: Tue, 1 Aug 2006 18:57:29 +0000 Subject: Sync with ports git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6922 df743ca5-7f9a-e211-a948-0013205c9059 --- java/jdk15/Makefile | 2 +- java/jdk15/files/patch-j2se::font::t1.c | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 java/jdk15/files/patch-j2se::font::t1.c diff --git a/java/jdk15/Makefile b/java/jdk15/Makefile index 42f13aa1a..82595b82c 100644 --- a/java/jdk15/Makefile +++ b/java/jdk15/Makefile @@ -7,7 +7,7 @@ PORTNAME= jdk PORTVERSION= ${JDK_VERSION}p${JDK_PATCHSET_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= java devel MASTER_SITES= # http://www.sun.com/software/communitysource/j2se/java2/download.xml # http://www.eyesbeyond.com/freebsddom/java/jdk15.html diff --git a/java/jdk15/files/patch-j2se::font::t1.c b/java/jdk15/files/patch-j2se::font::t1.c new file mode 100644 index 000000000..80e2aa17e --- /dev/null +++ b/java/jdk15/files/patch-j2se::font::t1.c @@ -0,0 +1,17 @@ +$FreeBSD: ports/java/jdk15/files/patch-j2se::font::t1.c,v 1.1 2006/08/01 18:38:25 glewis Exp $ + +--- ../../j2se/src/share/native/sun/font/t2k/t1.c.orig Tue Oct 19 15:00:39 2004 ++++ ../../j2se/src/share/native/sun/font/t2k/t1.c Tue Jul 18 21:42:18 2006 +@@ -2035,9 +2035,10 @@ + + if ( firstChar >= 'A' && firstChar <= 'Z' ) + lookupIndex = firstChar - 'A'; +- else ++ else if ( firstChar >= 'a' && firstChar <= 'z' ) + lookupIndex = firstChar - 'a' + 26; +- ++ else /* underscore is also valid but not handled */ ++ return 0; + + startIndex = PSNAME_START_INDEX[ lookupIndex ]; + endIndex = PSNAME_START_INDEX[ lookupIndex + 1 ]; -- cgit /elliptic-6.5.3'>dependabot/npm_and_yarn/devel/electron4/files/elliptic-6.5.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-POE-Component-Server-Twirc
Commit message (Expand)AuthorAgeFilesLines
* Fix license information for portgs that use "the same license as Perl".mat2017-09-151-1/+1