Sat Sep 5 20:56:57 2015 UTC ()
Add --disable-ldap to fix build on some systems.

Reported by Richard Palo.


(wiz)
diff -r1.27 -r1.28 pkgsrc/print/cups-filters/Makefile

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

--- pkgsrc/print/cups-filters/Makefile 2015/08/30 14:37:18 1.27
+++ pkgsrc/print/cups-filters/Makefile 2015/09/05 20:56:57 1.28
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.27 2015/08/30 14:37:18 wiz Exp $ 1# $NetBSD: Makefile,v 1.28 2015/09/05 20:56:57 wiz Exp $
2 2
3DISTNAME= cups-filters-1.0.74 3DISTNAME= cups-filters-1.0.74
4CATEGORIES= print 4CATEGORIES= print
5MASTER_SITES= http://openprinting.org/download/cups-filters/ 5MASTER_SITES= http://openprinting.org/download/cups-filters/
6EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://www.linuxfoundation.org/collaborate/workgroups/openprinting/cups-filters 9HOMEPAGE= http://www.linuxfoundation.org/collaborate/workgroups/openprinting/cups-filters
10COMMENT= Backends, filters, and other software for cups 10COMMENT= Backends, filters, and other software for cups
11LICENSE= gnu-gpl-v2 AND gnu-gpl-v3 AND gnu-lgpl-v2 AND mit 11LICENSE= gnu-gpl-v2 AND gnu-gpl-v3 AND gnu-lgpl-v2 AND mit
12 12
13GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
14USE_LIBTOOL= yes 14USE_LIBTOOL= yes
@@ -18,26 +18,27 @@ USE_LANGUAGES= c c++ @@ -18,26 +18,27 @@ USE_LANGUAGES= c c++
18 18
19BUILD_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen 19BUILD_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
20DEPENDS+= poppler-utils-[0-9]*:../../print/poppler-utils 20DEPENDS+= poppler-utils-[0-9]*:../../print/poppler-utils
21 21
22PKGCONFIG_OVERRIDE+= libcupsfilters.pc.in 22PKGCONFIG_OVERRIDE+= libcupsfilters.pc.in
23PKGCONFIG_OVERRIDE+= libfontembed.pc.in 23PKGCONFIG_OVERRIDE+= libfontembed.pc.in
24 24
25CONFLICTS+= cups<1.6 25CONFLICTS+= cups<1.6
26 26
27REPLACE_BASH+= filter/textonly 27REPLACE_BASH+= filter/textonly
28 28
29CONFIGURE_ARGS+= --with-rcdir=${PREFIX}/share/examples/rc.d 29CONFIGURE_ARGS+= --with-rcdir=${PREFIX}/share/examples/rc.d
30CONFIGURE_ARGS+= --with-rclevels="" 30CONFIGURE_ARGS+= --with-rclevels=""
 31CONFIGURE_ARGS+= --disable-ldap
31CONFIGURE_ARGS+= --with-shell=${TOOLS_PATH.bash} 32CONFIGURE_ARGS+= --with-shell=${TOOLS_PATH.bash}
32 33
33INSTALL_MAKE_FLAGS+= sysconfdir=${PREFIX}/share/examples/cups-filters 34INSTALL_MAKE_FLAGS+= sysconfdir=${PREFIX}/share/examples/cups-filters
34 35
35CONF_FILES= ${PREFIX}/share/examples/cups-filters/fonts/conf.d/99pdftoopvp.conf ${PKG_SYSCONFDIR}/fonts/conf.d/99pdftoopvp.conf 36CONF_FILES= ${PREFIX}/share/examples/cups-filters/fonts/conf.d/99pdftoopvp.conf ${PKG_SYSCONFDIR}/fonts/conf.d/99pdftoopvp.conf
36CONF_FILES= ${PREFIX}/share/examples/cups-filters/cups-browsed.conf ${PKG_SYSCONFDIR}/cups/cups-browsed.conf 37CONF_FILES= ${PREFIX}/share/examples/cups-filters/cups-browsed.conf ${PKG_SYSCONFDIR}/cups/cups-browsed.conf
37 38
38pre-configure: 39pre-configure:
39 cd ${WRKSRC} && autoconf 40 cd ${WRKSRC} && autoconf
40 41
41post-install: 42post-install:
42 ${MV} ${DESTDIR}${PREFIX}/etc/cups/cups-browsed.conf ${DESTDIR}${PREFIX}/share/examples/cups-filters/cups-browsed.conf 43 ${MV} ${DESTDIR}${PREFIX}/etc/cups/cups-browsed.conf ${DESTDIR}${PREFIX}/share/examples/cups-filters/cups-browsed.conf
43 44