Tue Jan 6 14:56:04 2015 UTC ()
Make this depend on print/poppler-utils for the pdftops filter;
if configure finds a pdftops binary it will use its full path,
otherwise it defaults to /usr/bin/pdftops which doesn't exists
Bump PKGREVISION


(bouyer)
diff -r1.10 -r1.11 pkgsrc/print/cups-filters/Makefile

cvs diff -r1.10 -r1.11 pkgsrc/print/cups-filters/Makefile (expand / switch to unified diff)

--- pkgsrc/print/cups-filters/Makefile 2014/11/20 16:04:15 1.10
+++ pkgsrc/print/cups-filters/Makefile 2015/01/06 14:56:04 1.11
@@ -1,32 +1,33 @@ @@ -1,32 +1,33 @@
1# $NetBSD: Makefile,v 1.10 2014/11/20 16:04:15 wiz Exp $ 1# $NetBSD: Makefile,v 1.11 2015/01/06 14:56:04 bouyer Exp $
2 2
3DISTNAME= cups-filters-1.0.61 3DISTNAME= cups-filters-1.0.61
4PKGREVISION= 1 4PKGREVISION= 2
5CATEGORIES= print 5CATEGORIES= print
6MASTER_SITES= http://openprinting.org/download/cups-filters/ 6MASTER_SITES= http://openprinting.org/download/cups-filters/
7EXTRACT_SUFX= .tar.xz 7EXTRACT_SUFX= .tar.xz
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.linuxfoundation.org/collaborate/workgroups/openprinting/cups-filters 10HOMEPAGE= http://www.linuxfoundation.org/collaborate/workgroups/openprinting/cups-filters
11COMMENT= Backends, filters, and other software for cups 11COMMENT= Backends, filters, and other software for cups
12#LICENSE= # TODO: (see mk/license.mk) 12#LICENSE= # TODO: (see mk/license.mk)
13 13
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
15USE_LIBTOOL= yes 15USE_LIBTOOL= yes
16USE_TOOLS+= bash:run pkg-config 16USE_TOOLS+= bash:run pkg-config
17USE_LANGUAGES= c c++ 17USE_LANGUAGES= c c++
18 18
19CONFLICTS+= cups<1.6 19CONFLICTS+= cups<1.6
 20DEPENDS+= poppler-utils-[0-9]*:../../print/poppler-utils
20 21
21PKGCONFIG_OVERRIDE+= libcupsfilters.pc.in 22PKGCONFIG_OVERRIDE+= libcupsfilters.pc.in
22PKGCONFIG_OVERRIDE+= libfontembed.pc.in 23PKGCONFIG_OVERRIDE+= libfontembed.pc.in
23 24
24REPLACE_BASH+= filter/textonly 25REPLACE_BASH+= filter/textonly
25 26
26INSTALL_MAKE_FLAGS+= sysconfdir=${PREFIX}/share/examples/cups-filters 27INSTALL_MAKE_FLAGS+= sysconfdir=${PREFIX}/share/examples/cups-filters
27 28
28INSTALLATION_DIRS= share/examples/rc.d 29INSTALLATION_DIRS= share/examples/rc.d
29 30
30CONF_FILES= ${PREFIX}/share/examples/cups-filters/fonts/conf.d/99pdftoopvp.conf ${PKG_SYSCONFDIR}/fonts/conf.d/99pdftoopvp.conf 31CONF_FILES= ${PREFIX}/share/examples/cups-filters/fonts/conf.d/99pdftoopvp.conf ${PKG_SYSCONFDIR}/fonts/conf.d/99pdftoopvp.conf
31CONF_FILES= ${PREFIX}/share/examples/cups-filters/cups-browsed.conf ${PKG_SYSCONFDIR}/cups/cups-browsed.conf 32CONF_FILES= ${PREFIX}/share/examples/cups-filters/cups-browsed.conf ${PKG_SYSCONFDIR}/cups/cups-browsed.conf
32 33