diff options
author | sbd <sbd> | 2010-07-14 11:25:19 +0000 |
---|---|---|
committer | sbd <sbd> | 2010-07-14 11:25:19 +0000 |
commit | 095111a3c5440e9363c06f874aeb40ef6ab807e3 (patch) | |
tree | 2e664e7f98080cb6419c864a5588172fce5459c1 /print | |
parent | b8b29b963067fea5e4d03df421a6878208286bc8 (diff) | |
download | pkgsrc-095111a3c5440e9363c06f874aeb40ef6ab807e3.tar.gz |
Now that net/mDNSResponder has been update fix the dnssd build
Bump PKGREVISION (again!)
Diffstat (limited to 'print')
-rw-r--r-- | print/cups/Makefile | 4 | ||||
-rw-r--r-- | print/cups/PLIST | 4 | ||||
-rw-r--r-- | print/cups/options.mk | 4 |
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 |