From giffunip@yahoo.com  Fri May  9 22:39:28 2003
Return-Path: <giffunip@yahoo.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5F5A437B401
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  9 May 2003 22:39:28 -0700 (PDT)
Received: from web13406.mail.yahoo.com (web13406.mail.yahoo.com [216.136.175.64])
	by mx1.FreeBSD.org (Postfix) with SMTP id DF69D43F93
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  9 May 2003 22:39:27 -0700 (PDT)
	(envelope-from giffunip@yahoo.com)
Received: from [200.91.197.203] by web13406.mail.yahoo.com via HTTP; Sat, 10 May 2003 06:39:27 BST
Message-Id: <20030510053927.45611.qmail@web13406.mail.yahoo.com>
Date: Sat, 10 May 2003 06:39:27 +0100 (BST)
From: "=?iso-8859-1?q?Pedro=20F.=20Giffuni?=" <giffunip@yahoo.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: update to print/gsfonts

>Number:         52017
>Category:       ports
>Synopsis:       update to print/gsfonts
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 09 22:40:14 PDT 2003
>Closed-Date:    Fri Jul 11 20:29:23 PDT 2003
>Last-Modified:  Fri Jul 11 20:29:23 PDT 2003
>Originator:     Pedro F. Giffuni
>Release:        FreeBSD 5.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD giffuni.org 5.0-RELEASE FreeBSD 5.0-RELEASE #3: Wed Apr 16
22:20:49 COT 2003 pedro@giffuni.org:/usr/src/sys/i386/compile/CPQ i386


	
>Description:
gsfonts has not updated, and was misteriously taken out of the dependencies for
gnu-ghostscript.
	
>How-To-Repeat:
	
>Fix:
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


__________________________________________________
Yahoo! Plus
For a better Internet experience
http://www.yahoo.co.uk/btoffer
>Release-Note:
>Audit-Trail:

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--

From: "=?iso-8859-1?q?Pedro=20F.=20Giffuni?=" <giffunip@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/52017: update to print/gsfonts
Date: Fri, 6 Jun 2003 21:03:36 +0200 (CEST)

 --0-797529880-1054926216=:19089
 Content-Type: text/plain; charset=iso-8859-1
 Content-Transfer-Encoding: 8bit
 Content-Id: 
 Content-Disposition: inline
 
 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/
 --0-797529880-1054926216=:19089
 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	Fri Jun  6 12:45:16 2003
 @@ -6,15 +6,16 @@
  #
  
  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}
 +DIST_SUBDIR=	ghostscript
  
  MAINTAINER=	ports@FreeBSD.org
 -COMMENT=	Fonts used by GNU Ghostscript
 +COMMENT=	Fonts used by GNU Ghostscript (or X)
  
  BUILD_DEPENDS=	${LOCALBASE}/bin/type1inst:${PORTSDIR}/x11-fonts/p5-type1inst
  
 @@ -27,14 +28,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	Fri Jun  6 12:35:24 2003
 @@ -1,2 +1,2 @@
 -MD5 (ghostscript-fonts-std-5.10.tar.gz) = f3528610ab7c535246adb8c8462f31af
 -MD5 (ghostscript-fonts-other-5.10.tar.gz) = fcf3abf81a1b46da9a92942d288020f9
 +MD5 (ghostscript/gnu-gs-fonts-std-6.0.tar.gz) = 1521fab85ca3e8ce3ce781d4970e6c79
 +MD5 (ghostscript/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-797529880-1054926216=:19089--
State-Changed-From-To: open->closed 
State-Changed-By: maho 
State-Changed-When: Fri Jul 11 20:29:11 PDT 2003 
State-Changed-Why:  
committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=52017 
>Unformatted:
