summaryrefslogtreecommitdiff
path: root/print/cups
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2010-07-14 11:25:19 +0000
committersbd <sbd@pkgsrc.org>2010-07-14 11:25:19 +0000
commit5c7827750bbcb3072f148065110a76140d73336a (patch)
tree2e664e7f98080cb6419c864a5588172fce5459c1 /print/cups
parent536a809eb8dbcd15b68de13628089339a587691d (diff)
downloadpkgsrc-5c7827750bbcb3072f148065110a76140d73336a.tar.gz
Now that net/mDNSResponder has been update fix the dnssd build
Bump PKGREVISION (again!)
Diffstat (limited to 'print/cups')
-rw-r--r--print/cups/Makefile4
-rw-r--r--print/cups/PLIST4
-rw-r--r--print/cups/options.mk4
3 files changed, 8 insertions, 4 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile
index 5e396952e0a..6c1f28a1dc5 100644
--- a/print/cups/Makefile
+++ b/print/cups/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.168 2010/07/13 10:59:42 sbd Exp $
+# $NetBSD: Makefile,v 1.169 2010/07/14 11:25:19 sbd Exp $
#
# The CUPS author is very good about taking back changes into the main
# CUPS distribution. The correct place to send patches or bug-fixes is:
@@ -8,7 +8,7 @@ DISTNAME= cups-${DIST_VERS}-source
PKGNAME= cups-${DIST_VERS:S/-/./g}
BASE_VERS= 1.4.3
DIST_VERS= ${BASE_VERS}
-PKGREVISION= 7
+PKGREVISION= 9
CATEGORIES= print
MASTER_SITES= http://ftp.easysw.com/pub/cups/${BASE_VERS}/ \
diff --git a/print/cups/PLIST b/print/cups/PLIST
index 552fa2b3c98..f4d74bb8edd 100644
--- a/print/cups/PLIST
+++ b/print/cups/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.31 2010/05/23 09:44:12 sbd Exp $
+@comment $NetBSD: PLIST,v 1.32 2010/07/14 11:25:19 sbd Exp $
bin/cancel
bin/cups-config
bin/cupstestdsc
@@ -41,9 +41,11 @@ lib/libcupsdriver.la
lib/libcupsimage.la
lib/libcupsmime.la
lib/libcupsppdc.la
+${PLIST.dnssd}libexec/cups/backend/dnssd
libexec/cups/backend/http
libexec/cups/backend/ipp
libexec/cups/backend/lpd
+${PLIST.dnssd}libexec/cups/backend/mdns
libexec/cups/backend/parallel
libexec/cups/backend/scsi
libexec/cups/backend/serial
diff --git a/print/cups/options.mk b/print/cups/options.mk
index e889b3a65e8..49eb7947cc1 100644
--- a/print/cups/options.mk
+++ b/print/cups/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.10 2010/06/09 08:58:05 sbd Exp $
+# $NetBSD: options.mk,v 1.11 2010/07/14 11:25:19 sbd Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.cups
PKG_OPTIONS_REQUIRED_GROUPS= pdftops
@@ -27,9 +27,11 @@ PLIST.dbus= yes
CONFIGURE_ARGS+= --disable-dbus
.endif
+PLIST_VARS+= dnssd
.if !empty(PKG_OPTIONS:Mdnssd)
.include "../../net/mDNSResponder/buildlink3.mk"
CONFIGURE_ARGS+= --enable-dnssd
+PLIST.dnssd= yes
.else
CONFIGURE_ARGS+= --disable-dnssd
.endif