pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/ghostscript-agpl



Module Name:    pkgsrc
Committed By:   gdt
Date:           Sun Mar 17 18:27:01 UTC 2019

Modified Files:
        pkgsrc/print/ghostscript-agpl: Makefile

Log Message:
print/ghostscript-agpl: Reduce diffs to -gpl

Reorder lines in a way that should have no functional effect, but
which makes Makefile closer to ../print/ghostscript-gpl/Makefile.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/print/ghostscript-agpl/Makefile

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

Modified files:

Index: pkgsrc/print/ghostscript-agpl/Makefile
diff -u pkgsrc/print/ghostscript-agpl/Makefile:1.37 pkgsrc/print/ghostscript-agpl/Makefile:1.38
--- pkgsrc/print/ghostscript-agpl/Makefile:1.37 Sun Mar 17 16:38:49 2019
+++ pkgsrc/print/ghostscript-agpl/Makefile      Sun Mar 17 18:27:01 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2019/03/17 16:38:49 leot Exp $
+# $NetBSD: Makefile,v 1.38 2019/03/17 18:27:01 gdt Exp $
 
 DISTNAME=      ghostscript-${GS_VERSION}
 PKGNAME=       ${DISTNAME:S/ghostscript/ghostscript-agpl/}
@@ -12,25 +12,27 @@ EXTRACT_SUFX=       .tar.xz
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ghostscript.com/
 COMMENT=       Postscript interpreter
+
 # Plus adobe verbatim for Resources/CMap.
 LICENSE=       gnu-agpl-v3
 
-DEPENDS+=              ghostscript-fonts>=6.0:../../fonts/ghostscript-fonts
+.include       "Makefile.common"
 
-.include "Makefile.common"
+DEPENDS+=              ghostscript-fonts>=6.0:../../fonts/ghostscript-fonts
 
-USE_LANGUAGES=         c c++
+USE_LANGUAGES+=                c c++
 USE_TOOLS+=            gmake perl:run lex pkg-config
 GNU_CONFIGURE=         yes
-CONFIGURE_ARGS+=       --enable-openjpeg
-CONFIGURE_ARGS+=       --with-system-libtiff
-CONFIGURE_ENV+=                LPLIBDIR=${PREFIX}/lib
-CONFIGURE_ENV.HPUX+=   ac_cv_func_fopen64=no
 UNLIMIT_RESOURCES+=    datasize        # gsromfs1.c
 
 BUILD_TARGET=          so
 INSTALL_TARGET=                soinstall
 
+CONFIGURE_ARGS+=       --enable-openjpeg
+CONFIGURE_ARGS+=       --with-system-libtiff
+CONFIGURE_ENV+=                LPLIBDIR=${PREFIX}/lib
+CONFIGURE_ENV.HPUX+=   ac_cv_func_fopen64=no
+
 REPLACE_PERL+=         toolbin/localcluster/clusterpush.pl
 REPLACE_PERL+=         toolbin/checkdeps.pl
 REPLACE_PERL+=         toolbin/pscet_status.pl



Home | Main Index | Thread Index | Old Index