gsfonts has not updated, and was misteriously taken out of the dependencies for gnu-ghostscript. Fix: __________________________________________________ Yahoo! Plus For a better Internet experience http://www.yahoo.co.uk/btoffer--lgO0d4mXwMcrl0UmCyqKFLaVHG2yNhg2h4StW6mR9QJTZy5T Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" diff -ruN gsfonts.orig/Makefile gsfonts/Makefile --- gsfonts.orig/Makefile Sun May 4 12:27:11 2003 +++ gsfonts/Makefile Sun May 4 12:54:34 2003 @@ -6,10 +6,10 @@ # PORTNAME= gsfonts -PORTVERSION= 5.10 +PORTVERSION= 6.0 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_GNU} \ - ftp://ftp.cs.wisc.edu/ghost/gnu/gs510/ + ftp://ftp.cs.wisc.edu/ghost/gnu/ MASTER_SITE_SUBDIR= ghostscript DISTFILES= ${GS_FONTS_STD} ${GS_FONTS_OTHER} @@ -27,8 +27,8 @@ NO_BUILD= yes -GS_FONTS_STD= ghostscript-fonts-std-5.10.tar.gz -GS_FONTS_OTHER= ghostscript-fonts-other-5.10.tar.gz +GS_FONTS_STD= gnu-gs-fonts-std-${PORTVERSION}.tar.gz +GS_FONTS_OTHER= gnu-gs-fonts-other-${PORTVERSION}.tar.gz GSDIR= ${PREFIX}/share/ghostscript do-install: diff -ruN gsfonts.orig/distinfo gsfonts/distinfo --- gsfonts.orig/distinfo Sun May 4 12:27:11 2003 +++ gsfonts/distinfo Sun May 4 13:04:48 2003 @@ -1,2 +1,2 @@ -MD5 (ghostscript-fonts-std-5.10.tar.gz) = f3528610ab7c535246adb8c8462f31af -MD5 (ghostscript-fonts-other-5.10.tar.gz) = fcf3abf81a1b46da9a92942d288020f9 +MD5 (gnu-gs-fonts-std-6.0.tar.gz) = 1521fab85ca3e8ce3ce781d4970e6c79 +MD5 (gnu-gs-fonts-other-6.0.tar.gz) = 33457d3f37de7ef03d2eea05a9e6aa4f
Big Oops, I apologize for the previous patch: it was wrong. The GNU people did something strange... they added the X configuration files to their ghostscript fonts but they took away the Fontmap file (used by ghostscript). This patch fixes the problem in the gsfonts port. I would suspect that this causes problems on the ghostscript port too, but in that case the pointed hat goes to the Evil hacker that removed this port as a runtime dependency from gnu-ghostscript. __________________________________________________ It's Samaritans' Week. Help Samaritans help others. Call 08709 000032 to give or donate online now at http://www.samaritans.org/support/donations.shtm
While organizing my distfiles directory, I found it's better to pit the DISTFILES_SUBDIR in synd with ghostscript. updated patch attached. ______________________________________________________________________ Yahoo! Mail: 6MB di spazio gratuito, 30MB per i tuoi allegati, l'antivirus, il filtro Anti-spam http://it.yahoo.com/mail_it/foot/?http://it.mail.yahoo.com/
State Changed From-To: open->closed committed, thanks!