pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/poppler Don't install PDF utilities here. I am a...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f3db9d2cc217
branches: trunk
changeset: 510650:f3db9d2cc217
user: reed <reed%pkgsrc.org@localhost>
date: Sat Apr 01 19:08:40 2006 +0000
description:
Don't install PDF utilities here. I am about to import a new package
for this.
Bump PKGREVISION.
Configure with --enable-splash-output (that was default before).
Also --disable-utils.
diffstat:
print/poppler/Makefile | 10 ++++++----
print/poppler/PLIST | 16 +---------------
2 files changed, 7 insertions(+), 19 deletions(-)
diffs (61 lines):
diff -r 420013557ff7 -r f3db9d2cc217 print/poppler/Makefile
--- a/print/poppler/Makefile Sat Apr 01 18:19:42 2006 +0000
+++ b/print/poppler/Makefile Sat Apr 01 19:08:40 2006 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.15 2006/04/01 17:58:03 reed Exp $
+# $NetBSD: Makefile,v 1.16 2006/04/01 19:08:40 reed Exp $
#
.include "../../print/poppler/Makefile.common"
-PKGREVISION= 2
+PKGREVISION= 3
COMMENT= PDF rendering library
@@ -21,8 +21,8 @@
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
# TODO: Later add an option to choose Splash versus Cairo backend.
-## Don't build the Splash graphics backend.
-#CONFIGURE_ARGS+= --disable-splash-output
+# Build the Splash graphics backend.
+CONFIGURE_ARGS+= --enable-splash-output
# Don't build the cairo graphics backend.
CONFIGURE_ARGS+= --disable-cairo-output
# Don't compile poppler qt wrapper.
@@ -31,6 +31,8 @@
CONFIGURE_ARGS+= --disable-gtk-test
# Don't compile GLib wrapper which also needs gtk2
CONFIGURE_ARGS+= --disable-poppler-glib
+# Don't build and install the tools
+CONFIGURE_ARGS+= --disable-utils
.include "../../mk/bsd.prefs.mk"
diff -r 420013557ff7 -r f3db9d2cc217 print/poppler/PLIST
--- a/print/poppler/PLIST Sat Apr 01 18:19:42 2006 +0000
+++ b/print/poppler/PLIST Sat Apr 01 19:08:40 2006 +0000
@@ -1,21 +1,7 @@
-@comment $NetBSD: PLIST,v 1.4 2006/03/31 20:37:37 jmmv Exp $
-bin/pdffonts
-bin/pdfimages
-bin/pdfinfo
-bin/pdftohtml
-bin/pdftoppm
-bin/pdftops
-bin/pdftotext
+@comment $NetBSD: PLIST,v 1.5 2006/04/01 19:08:40 reed Exp $
lib/libpoppler.la
lib/pkgconfig/poppler-splash.pc
lib/pkgconfig/poppler.pc
-man/man1/pdffonts.1
-man/man1/pdfimages.1
-man/man1/pdfinfo.1
-man/man1/pdftohtml.1
-man/man1/pdftoppm.1
-man/man1/pdftops.1
-man/man1/pdftotext.1
share/doc/poppler/README
share/doc/poppler/README-XPDF
@dirrm share/doc/poppler
Home |
Main Index |
Thread Index |
Old Index