pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/cups-base Fix PLIST for building with options av...
details: https://anonhg.NetBSD.org/pkgsrc/rev/85e6f79b6cc6
branches: trunk
changeset: 382210:85e6f79b6cc6
user: bouyer <bouyer%pkgsrc.org@localhost>
date: Sun Jun 24 10:17:42 2018 +0000
description:
Fix PLIST for building with options avahi -dnssd
as suggested by leot@
diffstat:
print/cups-base/PLIST | 4 ++--
print/cups-base/options.mk | 6 ++++--
2 files changed, 6 insertions(+), 4 deletions(-)
diffs (50 lines):
diff -r 32c6279f5dcd -r 85e6f79b6cc6 print/cups-base/PLIST
--- a/print/cups-base/PLIST Sun Jun 24 10:16:58 2018 +0000
+++ b/print/cups-base/PLIST Sun Jun 24 10:17:42 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2017/11/12 14:10:15 khorben Exp $
+@comment $NetBSD: PLIST,v 1.2 2018/06/24 10:17:42 bouyer Exp $
bin/cancel
bin/cups-config
bin/cupstestdsc
@@ -40,7 +40,7 @@
${PLIST.apple}libexec/cups/apple/https
${PLIST.apple}libexec/cups/apple/ipp
${PLIST.apple}libexec/cups/apple/ipps
-${PLIST.dnssd}libexec/cups/backend/dnssd
+${PLIST.dnssd-backend}libexec/cups/backend/dnssd
libexec/cups/backend/http
libexec/cups/backend/https
libexec/cups/backend/ipp
diff -r 32c6279f5dcd -r 85e6f79b6cc6 print/cups-base/options.mk
--- a/print/cups-base/options.mk Sun Jun 24 10:16:58 2018 +0000
+++ b/print/cups-base/options.mk Sun Jun 24 10:17:42 2018 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: options.mk,v 1.1 2017/11/12 14:10:15 khorben Exp $
+# $NetBSD: options.mk,v 1.2 2018/06/24 10:17:42 bouyer Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.cups
PKG_SUPPORTED_OPTIONS= acl dnssd kerberos pam tcpwrappers
PKG_SUGGESTED_OPTIONS= dnssd kerberos
-PLIST_VARS+= apple dbus dnssd ippfind libusb pam
+PLIST_VARS+= apple dbus dnssd dnssd-backend ippfind libusb pam
.if ${OPSYS} == "Darwin"
PLIST.apple= yes
@@ -34,6 +34,7 @@
.include "../../net/avahi/buildlink3.mk"
CONFIGURE_ARGS+= --enable-avahi
PLIST.ippfind= yes
+PLIST.dnssd-backend= yes
.else
CONFIGURE_ARGS+= --disable-avahi
.endif
@@ -50,6 +51,7 @@
.include "../../net/mDNSResponder/buildlink3.mk"
CONFIGURE_ARGS+= --enable-dnssd
PLIST.dnssd= yes
+PLIST.dnssd-backend= yes
.else
CONFIGURE_ARGS+= --disable-dnssd
.endif
Home |
Main Index |
Thread Index |
Old Index