pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/ghostscript-agpl print/ghostscript-agpl: Reduce ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/010fd8fad07e
branches: trunk
changeset: 331395:010fd8fad07e
user: gdt <gdt%pkgsrc.org@localhost>
date: Sun Mar 17 18:27:01 2019 +0000
description:
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.
diffstat:
print/ghostscript-agpl/Makefile | 18 ++++++++++--------
1 files changed, 10 insertions(+), 8 deletions(-)
diffs (43 lines):
diff -r 3e10cba673fb -r 010fd8fad07e print/ghostscript-agpl/Makefile
--- a/print/ghostscript-agpl/Makefile Sun Mar 17 18:20:14 2019 +0000
+++ b/print/ghostscript-agpl/Makefile Sun Mar 17 18:27:01 2019 +0000
@@ -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,24 +12,26 @@
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://ghostscript.com/
COMMENT= Postscript interpreter
+
# Plus adobe verbatim for Resources/CMap.
LICENSE= gnu-agpl-v3
+.include "Makefile.common"
+
DEPENDS+= ghostscript-fonts>=6.0:../../fonts/ghostscript-fonts
-.include "Makefile.common"
-
-USE_LANGUAGES= c c++
+USE_LANGUAGES+= c c++
USE_TOOLS+= gmake perl:run lex pkg-config
GNU_CONFIGURE= yes
+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
-UNLIMIT_RESOURCES+= datasize # gsromfs1.c
-
-BUILD_TARGET= so
-INSTALL_TARGET= soinstall
REPLACE_PERL+= toolbin/localcluster/clusterpush.pl
REPLACE_PERL+= toolbin/checkdeps.pl
Home |
Main Index |
Thread Index |
Old Index