pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/qpdf qpdf: add missing jpeg dependency. Add miss...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c189d478a910
branches:  trunk
changeset: 369455:c189d478a910
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Sep 29 21:11:40 2017 +0000

description:
qpdf: add missing jpeg dependency. Add missing files to PLIST.

diffstat:

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

diffs (37 lines):

diff -r a2ddbf900d9b -r c189d478a910 print/qpdf/Makefile
--- a/print/qpdf/Makefile       Fri Sep 29 21:03:45 2017 +0000
+++ b/print/qpdf/Makefile       Fri Sep 29 21:11:40 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2017/09/28 12:57:20 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2017/09/29 21:11:40 wiz Exp $
 
 DISTNAME=      qpdf-7.0.0
 CATEGORIES=    print
@@ -17,6 +17,7 @@
 PKGCONFIG_OVERRIDE+=   libqpdf.pc.in
 REPLACE_PERL=  qpdf/fix-qdf
 
+.include "../../mk/jpeg.buildlink3.mk"
 .include "../../devel/pcre/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r a2ddbf900d9b -r c189d478a910 print/qpdf/PLIST
--- a/print/qpdf/PLIST  Fri Sep 29 21:03:45 2017 +0000
+++ b/print/qpdf/PLIST  Fri Sep 29 21:11:40 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2015/01/26 11:54:17 mef Exp $
+@comment $NetBSD: PLIST,v 1.4 2017/09/29 21:11:40 wiz Exp $
 bin/fix-qdf
 bin/qpdf
 bin/zlib-flate
@@ -12,8 +12,10 @@
 include/qpdf/Pl_Buffer.hh
 include/qpdf/Pl_Concatenate.hh
 include/qpdf/Pl_Count.hh
+include/qpdf/Pl_DCT.hh
 include/qpdf/Pl_Discard.hh
 include/qpdf/Pl_Flate.hh
+include/qpdf/Pl_RunLength.hh
 include/qpdf/Pl_StdioFile.hh
 include/qpdf/PointerHolder.hh
 include/qpdf/QPDF.hh



Home | Main Index | Thread Index | Old Index