Date: Wed, 21 May 2003 20:40:09 -0700 (PDT) From: "=?iso-8859-1?q?Pedro=20F.=20Giffuni?=" <giffunip@yahoo.com> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/52017: update to print/gsfonts Message-ID: <200305220340.h4M3e9K5090523@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/52017; it has been noted by GNATS. From: "=?iso-8859-1?q?Pedro=20F.=20Giffuni?=" <giffunip@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/52017: update to print/gsfonts Date: Thu, 22 May 2003 04:34:11 +0100 (BST) --0-366254272-1053574451=:59826 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Content-Id: Content-Disposition: inline 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 --0-366254272-1053574451=:59826 Content-Type: text/plain; name=patch-gsfonts Content-Description: patch-gsfonts Content-Disposition: inline; filename=patch-gsfonts diff -ruN gsfonts.orig/Makefile gsfonts/Makefile --- gsfonts.orig/Makefile Sun May 4 12:27:11 2003 +++ gsfonts/Makefile Wed May 21 19:19:00 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,14 +27,14 @@ 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: - @${MKDIR} ${GSDIR}/fonts - ${TAR} -xzf ${DISTDIR}/${GS_FONTS_OTHER} -C ${GSDIR}/fonts - ${TAR} -xzf ${DISTDIR}/${GS_FONTS_STD} -C ${GSDIR}/fonts - (cd ${GSDIR}/fonts; ${LOCALBASE}/bin/type1inst -nogs -nolog -q) + @${MKDIR} ${GSDIR} + ${TAR} -xzf ${DISTDIR}/${GS_FONTS_OTHER} -C ${GSDIR} + ${TAR} -xzf ${DISTDIR}/${GS_FONTS_STD} -C ${GSDIR} + (cd ${GSDIR}/fonts; ${LOCALBASE}/bin/type1inst -nox -nolog -q) .include <bsd.port.post.mk> 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 diff -ruN gsfonts.orig/pkg-plist gsfonts/pkg-plist --- gsfonts.orig/pkg-plist Sun May 4 12:27:11 2003 +++ gsfonts/pkg-plist Wed May 21 19:25:15 2003 @@ -1,4 +1,3 @@ -share/ghostscript/fonts/COPYING share/ghostscript/fonts/Fontmap share/ghostscript/fonts/a010013l.afm share/ghostscript/fonts/a010013l.pfb @@ -169,4 +168,3 @@ share/ghostscript/fonts/z003034l.pfb share/ghostscript/fonts/z003034l.pfm @dirrm share/ghostscript/fonts -@dirrm share/ghostscript --0-366254272-1053574451=:59826--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305220340.h4M3e9K5090523>