[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / print / ghostscript-gpl

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/print/ghostscript-gpl/Makefile between version 1.30 and 1.31

version 1.30, 2017/10/26 04:41:37 version 1.31, 2017/10/26 07:01:33
Line 2 
Line 2 
   
 DISTNAME=       ghostscript-${GS_VERSION}  DISTNAME=       ghostscript-${GS_VERSION}
 PKGNAME=        ${DISTNAME:S/ghostscript/ghostscript-gpl/}  PKGNAME=        ${DISTNAME:S/ghostscript/ghostscript-gpl/}
 PKGREVISION=    14  PKGREVISION=    15
 CATEGORIES=     print  CATEGORIES=     print
 MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE:=ghostscript/}  MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE:=ghostscript/}
 MASTER_SITES+=  https://ghostscript.com/releases/  MASTER_SITES+=  https://ghostscript.com/releases/
Line 34  UNLIMIT_RESOURCES+= datasize # gsromfs1.
Line 34  UNLIMIT_RESOURCES+= datasize # gsromfs1.
 BUILD_TARGET=           so  BUILD_TARGET=           so
 INSTALL_TARGET=         soinstall  INSTALL_TARGET=         soinstall
 CONFIGURE_ARGS+=        --with-omni=no  # otherwise pulls in libstdc++  CONFIGURE_ARGS+=        --with-omni=no  # otherwise pulls in libstdc++
   CONFIGURE_ARGS+=        --with-system-libtiff
   
 REPLACE_PERL+=          toolbin/localcluster/clusterpush.pl  REPLACE_PERL+=          toolbin/localcluster/clusterpush.pl
 REPLACE_PERL+=          toolbin/checkdeps.pl  REPLACE_PERL+=          toolbin/checkdeps.pl
Line 100  post-extract:
Line 101  post-extract:
         ${MKDIR} ${WRKSRC}/obj          ${MKDIR} ${WRKSRC}/obj
 #       ${RM} -rf ${WRKSRC}/jasper  #       ${RM} -rf ${WRKSRC}/jasper
         ${RM} -rf ${WRKSRC}/libpng          ${RM} -rf ${WRKSRC}/libpng
 #       ${RM} -rf ${WRKSRC}/tiff          ${RM} -rf ${WRKSRC}/tiff
         ${RM} -rf ${WRKSRC}/zlib          ${RM} -rf ${WRKSRC}/zlib
         ${RM} -rf ${WRKSRC}/freetype          ${RM} -rf ${WRKSRC}/freetype
 #  #

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

CVSweb <webmaster@jp.NetBSD.org>