pkgsrc-Bugs archive

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

Re: pkg/48479: [PATCH] ghostscript-cidfonts doesn't switch correctly ghostscript-agpl and -gpl



The following reply was made to PR pkg/48479; it has been noted by GNATS.

From: Makoto Fujiwara <makoto%ki.nu@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/48479: [PATCH] ghostscript-cidfonts doesn't switch correctly 
ghostscript-agpl and -gpl
Date: Mon, 20 Jan 2014 08:33:45 +0900

 I'm testing with attached patch and will probably
 commit soon, thanks,
 
 (and PKGREVISION++ ?) 
 ---
 Makoto Fujiwara, 
 
 Index: Makefile
 ===================================================================
 RCS file: /cvsroot/pkgsrc/fonts/ghostscript-cidfonts/Makefile,v
 retrieving revision 1.21
 diff -u -r1.21 Makefile
 --- Makefile   9 Jan 2014 02:39:42 -0000       1.21
 +++ Makefile   19 Jan 2014 23:31:12 -0000
 @@ -15,7 +15,7 @@
  GHOSTSCRIPT_REQD=     9.05
  
  ADOBE_RESOURCEDIR=    ${PREFIX}/share/Adobe/Resource
 -GS_RESOURCEDIR=               
${PREFIX}/share/ghostscript/${GS_VERSION}/Resource
 +GS_RESOURCEDIR=               ${PREFIX}/share/ghostscript/fonts
  
  NO_CONFIGURE=         yes
  NO_BUILD=             yes
 @@ -26,12 +26,6 @@
  
  REQD_DIRS=            ${GS_RESOURCEDIR} ${GS_RESOURCEDIR}/CIDFont
  
 -.if   !empty(PKG_OPTIONS.gs_type:Mghostscript-agpl)
 -. include       "../../print/ghostscript-agpl/Makefile.common"
 -.else
 -. include       "../../print/ghostscript-gpl/Makefile.common"
 -.endif
 -
  do-install:   # nothing
  
  .include "../../mk/bsd.pkg.mk"
 


Home | Main Index | Thread Index | Old Index