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:   wiz
Date:           Fri Sep 29 21:11:40 UTC 2017

Modified Files:
        pkgsrc/print/qpdf: Makefile PLIST

Log Message:
qpdf: add missing jpeg dependency. Add missing files to PLIST.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/print/qpdf/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/print/qpdf/PLIST

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.14 pkgsrc/print/qpdf/Makefile:1.15
--- pkgsrc/print/qpdf/Makefile:1.14     Thu Sep 28 12:57:20 2017
+++ pkgsrc/print/qpdf/Makefile  Fri Sep 29 21:11:40 2017
@@ -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 @@ USE_LANGUAGES=        c c++
 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"

Index: pkgsrc/print/qpdf/PLIST
diff -u pkgsrc/print/qpdf/PLIST:1.3 pkgsrc/print/qpdf/PLIST:1.4
--- pkgsrc/print/qpdf/PLIST:1.3 Mon Jan 26 11:54:17 2015
+++ pkgsrc/print/qpdf/PLIST     Fri Sep 29 21:11:40 2017
@@ -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/Pipeline.hh
 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