pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/cups Now that net/mDNSResponder has been update ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/41e142d94575
branches: trunk
changeset: 577561:41e142d94575
user: sbd <sbd%pkgsrc.org@localhost>
date: Wed Jul 14 11:25:19 2010 +0000
description:
Now that net/mDNSResponder has been update fix the dnssd build
Bump PKGREVISION (again!)
diffstat:
print/cups/Makefile | 4 ++--
print/cups/PLIST | 4 +++-
print/cups/options.mk | 4 +++-
3 files changed, 8 insertions(+), 4 deletions(-)
diffs (60 lines):
diff -r 1f1003e953fd -r 41e142d94575 print/cups/Makefile
--- a/print/cups/Makefile Wed Jul 14 11:22:59 2010 +0000
+++ b/print/cups/Makefile Wed Jul 14 11:25:19 2010 +0000
@@ -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 @@
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 -r 1f1003e953fd -r 41e142d94575 print/cups/PLIST
--- a/print/cups/PLIST Wed Jul 14 11:22:59 2010 +0000
+++ b/print/cups/PLIST Wed Jul 14 11:25:19 2010 +0000
@@ -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/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 -r 1f1003e953fd -r 41e142d94575 print/cups/options.mk
--- a/print/cups/options.mk Wed Jul 14 11:22:59 2010 +0000
+++ b/print/cups/options.mk Wed Jul 14 11:25:19 2010 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index