pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/qpdf print/qpdf: require Perl for building the p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5f4452247739
branches:  trunk
changeset: 414073:5f4452247739
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Mar 23 22:42:26 2020 +0000

description:
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/'

diffstat:

 print/qpdf/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r cf629d667e38 -r 5f4452247739 print/qpdf/Makefile
--- a/print/qpdf/Makefile       Mon Mar 23 22:26:21 2020 +0000
+++ b/print/qpdf/Makefile       Mon Mar 23 22:42:26 2020 +0000
@@ -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 @@
 
 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