Tue Feb 23 20:13:41 2010 UTC ()
reset PKGREVISION for base pkg update


(drochner)
diff -r1.24 -r1.25 pkgsrc/print/poppler-glib/Makefile
diff -r1.23 -r1.24 pkgsrc/print/poppler-qt/Makefile
diff -r1.10 -r1.11 pkgsrc/print/poppler-qt4/Makefile
diff -r1.12 -r1.13 pkgsrc/print/poppler-utils/Makefile

cvs diff -r1.24 -r1.25 pkgsrc/print/poppler-glib/Makefile (expand / switch to unified diff)

--- pkgsrc/print/poppler-glib/Makefile 2010/01/18 09:59:23 1.24
+++ pkgsrc/print/poppler-glib/Makefile 2010/02/23 20:13:40 1.25
@@ -1,20 +1,19 @@ @@ -1,20 +1,19 @@
1# $NetBSD: Makefile,v 1.24 2010/01/18 09:59:23 wiz Exp $ 1# $NetBSD: Makefile,v 1.25 2010/02/23 20:13:40 drochner Exp $
2# 2#
3 3
4.include "../../print/poppler/Makefile.common" 4.include "../../print/poppler/Makefile.common"
5 5
6PKGNAME= poppler-glib-${POPPLER_VERS} 6PKGNAME= poppler-glib-${POPPLER_VERS}
7PKGREVISION= 1 
8 7
9COMMENT= PDF rendering library (GLib wrapper) 8COMMENT= PDF rendering library (GLib wrapper)
10MAINTAINER= reed@reedmedia.net 9MAINTAINER= reed@reedmedia.net
11 10
12CONFLICTS+= poppler<0.4.5nb1 11CONFLICTS+= poppler<0.4.5nb1
13 12
14GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
15USE_TOOLS+= gmake 14USE_TOOLS+= gmake
16PKGCONFIG_OVERRIDE+= ${WRKSRC}/poppler-glib.pc.in 15PKGCONFIG_OVERRIDE+= ${WRKSRC}/poppler-glib.pc.in
17 16
18CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} 17CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
19# Build the cairo graphics backend, required by glib. 18# Build the cairo graphics backend, required by glib.
20CONFIGURE_ARGS+= --enable-cairo-output 19CONFIGURE_ARGS+= --enable-cairo-output

cvs diff -r1.23 -r1.24 pkgsrc/print/poppler-qt/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/print/poppler-qt/Attic/Makefile 2010/01/18 09:59:23 1.23
+++ pkgsrc/print/poppler-qt/Attic/Makefile 2010/02/23 20:13:40 1.24
@@ -1,20 +1,19 @@ @@ -1,20 +1,19 @@
1# $NetBSD: Makefile,v 1.23 2010/01/18 09:59:23 wiz Exp $ 1# $NetBSD: Makefile,v 1.24 2010/02/23 20:13:40 drochner Exp $
2# 2#
3 3
4.include "../../print/poppler/Makefile.common" 4.include "../../print/poppler/Makefile.common"
5 5
6PKGNAME= poppler-qt-${POPPLER_VERS} 6PKGNAME= poppler-qt-${POPPLER_VERS}
7PKGREVISION= 1 
8 7
9COMMENT= PDF rendering library (QT wrapper) 8COMMENT= PDF rendering library (QT wrapper)
10MAINTAINER= reed@reedmedia.net 9MAINTAINER= reed@reedmedia.net
11 10
12GNU_CONFIGURE= yes 11GNU_CONFIGURE= yes
13CONFIGURE_ARGS+= --disable-cairo-output 12CONFIGURE_ARGS+= --disable-cairo-output
14CONFIGURE_ARGS+= --disable-splash-output 13CONFIGURE_ARGS+= --disable-splash-output
15CONFIGURE_ARGS+= --enable-poppler-qt 14CONFIGURE_ARGS+= --enable-poppler-qt
16CONFIGURE_ARGS+= --disable-gtk-test 15CONFIGURE_ARGS+= --disable-gtk-test
17CONFIGURE_ARGS+= --disable-utils 16CONFIGURE_ARGS+= --disable-utils
18CONFIGURE_ARGS+= --disable-cms 17CONFIGURE_ARGS+= --disable-cms
19 18
20PKGCONFIG_OVERRIDE+= ${WRKSRC}/poppler-qt.pc.in 19PKGCONFIG_OVERRIDE+= ${WRKSRC}/poppler-qt.pc.in

cvs diff -r1.10 -r1.11 pkgsrc/print/poppler-qt4/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/print/poppler-qt4/Attic/Makefile 2010/01/18 09:59:23 1.10
+++ pkgsrc/print/poppler-qt4/Attic/Makefile 2010/02/23 20:13:40 1.11
@@ -1,20 +1,19 @@ @@ -1,20 +1,19 @@
1# $NetBSD: Makefile,v 1.10 2010/01/18 09:59:23 wiz Exp $ 1# $NetBSD: Makefile,v 1.11 2010/02/23 20:13:40 drochner Exp $
2# 2#
3 3
4.include "../../print/poppler/Makefile.common" 4.include "../../print/poppler/Makefile.common"
5 5
6PKGNAME= poppler-qt4-${POPPLER_VERS} 6PKGNAME= poppler-qt4-${POPPLER_VERS}
7PKGREVISION= 1 
8 7
9COMMENT= PDF rendering library (QT4 wrapper) 8COMMENT= PDF rendering library (QT4 wrapper)
10MAINTAINER= reed@reedmedia.net 9MAINTAINER= reed@reedmedia.net
11 10
12GNU_CONFIGURE= yes 11GNU_CONFIGURE= yes
13CONFIGURE_ARGS+= --disable-cairo-output 12CONFIGURE_ARGS+= --disable-cairo-output
14CONFIGURE_ARGS+= --enable-poppler-qt4 13CONFIGURE_ARGS+= --enable-poppler-qt4
15CONFIGURE_ARGS+= --disable-gtk-test 14CONFIGURE_ARGS+= --disable-gtk-test
16CONFIGURE_ARGS+= --disable-utils 15CONFIGURE_ARGS+= --disable-utils
17CONFIGURE_ARGS+= --disable-cms 16CONFIGURE_ARGS+= --disable-cms
18 17
19PKGCONFIG_OVERRIDE+= ${WRKSRC}/poppler-qt4.pc.in 18PKGCONFIG_OVERRIDE+= ${WRKSRC}/poppler-qt4.pc.in
20 19

cvs diff -r1.12 -r1.13 pkgsrc/print/poppler-utils/Makefile (expand / switch to unified diff)

--- pkgsrc/print/poppler-utils/Makefile 2010/01/18 09:59:23 1.12
+++ pkgsrc/print/poppler-utils/Makefile 2010/02/23 20:13:40 1.13
@@ -1,20 +1,19 @@ @@ -1,20 +1,19 @@
1# $NetBSD: Makefile,v 1.12 2010/01/18 09:59:23 wiz Exp $ 1# $NetBSD: Makefile,v 1.13 2010/02/23 20:13:40 drochner Exp $
2# 2#
3 3
4.include "../../print/poppler/Makefile.common" 4.include "../../print/poppler/Makefile.common"
5 5
6PKGNAME= poppler-utils-${POPPLER_VERS} 6PKGNAME= poppler-utils-${POPPLER_VERS}
7PKGREVISION= 1 
8 7
9COMMENT= PDF utilities (from poppler) 8COMMENT= PDF utilities (from poppler)
10MAINTAINER= reed@reedmedia.net 9MAINTAINER= reed@reedmedia.net
11 10
12CONFLICTS+= poppler-0.5.1 poppler-0.5.1nb1 poppler-0.5.1nb2 11CONFLICTS+= poppler-0.5.1 poppler-0.5.1nb1 poppler-0.5.1nb2
13CONFLICTS+= xpdf<3.02pl4nb1 12CONFLICTS+= xpdf<3.02pl4nb1
14 13
15GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
16USE_TOOLS+= gmake 15USE_TOOLS+= gmake
17 16
18CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} 17CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
19# Don't build the cairo graphics backend. 18# Don't build the cairo graphics backend.
20CONFIGURE_ARGS+= --disable-cairo-output 19CONFIGURE_ARGS+= --disable-cairo-output