pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/fonts/ghostscript-cidfonts In syncing print/ghostscrip...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/203ab31d7688
branches:  trunk
changeset: 609616:203ab31d7688
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Oct 07 14:21:48 2012 +0000

description:
In syncing print/ghostscript bump 8.71 to 9.05,
(1) set GS_RESOUCEDIR= with ${GS_VERSION} included
(2) set GHOSTSCRIPT_REQD=      9.05
(3) Add inclusion for print/ghostscript/Makefile.common
    to get  ${GS_VERSION} linked.
(4) Bump PKGREVISION

diffstat:

 fonts/ghostscript-cidfonts/Makefile |  11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diffs (33 lines):

diff -r 5842602b7a76 -r 203ab31d7688 fonts/ghostscript-cidfonts/Makefile
--- a/fonts/ghostscript-cidfonts/Makefile       Sun Oct 07 14:19:18 2012 +0000
+++ b/fonts/ghostscript-cidfonts/Makefile       Sun Oct 07 14:21:48 2012 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2012/10/03 18:28:23 asau Exp $
+# $NetBSD: Makefile,v 1.17 2012/10/07 14:21:48 mef Exp $
 
 DISTNAME=      ghostscript-cidfonts-20000901
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    fonts
 MASTER_SITES=  # empty
 DISTFILES=     # empty
@@ -10,15 +10,16 @@
 COMMENT=       CIDFont resources for Ghostscript
 
 DEPENDS+=      adobe-cidfonts>=20000901:../../fonts/adobe-cidfonts
+DEPENDS+=      ghostscript-[0-9]*:../../print/ghostscript
 
-GHOSTSCRIPT_REQD=      6.53
+GHOSTSCRIPT_REQD=      9.05
+.include       "../../print/ghostscript/Makefile.common"
 
 ADOBE_RESOURCEDIR=     ${PREFIX}/share/Adobe/Resource
-GS_RESOURCEDIR=                ${PREFIX}/share/ghostscript/Resource
+GS_RESOURCEDIR=                ${PREFIX}/share/ghostscript/${GS_VERSION}/Resource
 
 NO_CONFIGURE=          yes
 NO_BUILD=              yes
-USE_TOOLS+=            gs:run
 
 FILES_SUBST+=          ADOBE_RESOURCEDIR=${ADOBE_RESOURCEDIR:Q}
 FILES_SUBST+=          GS_RESOURCEDIR=${GS_RESOURCEDIR:Q}



Home | Main Index | Thread Index | Old Index