Bug 52017 - update to print/gsfonts
Summary: update to print/gsfonts
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-10 06:40 UTC by Pedro F. Giffuni
Modified: 2003-07-12 04:29 UTC (History)
0 users

See Also:


Attachments
patch-gsfonts (2.05 KB, text/plain)
2003-05-22 04:34 UTC, Pedro F. Giffuni
no flags Details
patch-gsfonts (2.29 KB, text/plain)
2003-06-06 20:03 UTC, Pedro F. Giffuni
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pedro F. Giffuni 2003-05-10 06:40:14 UTC
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
Comment 1 Pedro F. Giffuni 2003-05-22 04:34:11 UTC
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
Comment 2 Pedro F. Giffuni 2003-06-06 20:03:36 UTC
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/
Comment 3 Maho Nakata freebsd_committer freebsd_triage 2003-07-12 04:29:11 UTC
State Changed
From-To: open->closed

committed, thanks!