pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print/qpdf
Module Name: pkgsrc
Committed By: rillig
Date: Mon Mar 23 22:42:26 UTC 2020
Modified Files:
pkgsrc/print/qpdf: Makefile
Log Message:
print/qpdf: require Perl for building the package
There is a small Perl program that computes an SHA1 hash. This program is
required to run the fuzzing tests as part of the build. Without Perl, the
build contains about 40 of these messages:
fuzz/build.mk:82: warning: overriding recipe for target
'fuzz/build/qpdf_fuzzer_seed_corpus/'
fuzz/build.mk:82: warning: ignoring old recipe for target
'fuzz/build/qpdf_fuzzer_seed_corpus/'
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/print/qpdf/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/qpdf/Makefile
diff -u pkgsrc/print/qpdf/Makefile:1.35 pkgsrc/print/qpdf/Makefile:1.36
--- pkgsrc/print/qpdf/Makefile:1.35 Fri Mar 20 11:58:15 2020
+++ pkgsrc/print/qpdf/Makefile Mon Mar 23 22:42:26 2020
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.35 2020/03/20 11:58:15 nia Exp $
+# $NetBSD: Makefile,v 1.36 2020/03/23 22:42:26 rillig Exp $
DISTNAME= qpdf-9.1.1
+PKGREVISION= 1
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qpdf/}
@@ -11,7 +12,7 @@ LICENSE= apache-2.0
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
-USE_TOOLS+= gmake pkg-config
+USE_TOOLS+= gmake pkg-config perl
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= libqpdf.pc.in
Home |
Main Index |
Thread Index |
Old Index