pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print/cups-base
Module Name: pkgsrc
Committed By: bouyer
Date: Sun Jun 24 10:17:42 UTC 2018
Modified Files:
pkgsrc/print/cups-base: PLIST options.mk
Log Message:
Fix PLIST for building with options avahi -dnssd
as suggested by leot@
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/print/cups-base/PLIST \
pkgsrc/print/cups-base/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/print/cups-base/PLIST
diff -u pkgsrc/print/cups-base/PLIST:1.1 pkgsrc/print/cups-base/PLIST:1.2
--- pkgsrc/print/cups-base/PLIST:1.1 Sun Nov 12 14:10:15 2017
+++ pkgsrc/print/cups-base/PLIST Sun Jun 24 10:17:42 2018
@@ -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/http
${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
Index: pkgsrc/print/cups-base/options.mk
diff -u pkgsrc/print/cups-base/options.mk:1.1 pkgsrc/print/cups-base/options.mk:1.2
--- pkgsrc/print/cups-base/options.mk:1.1 Sun Nov 12 14:10:15 2017
+++ pkgsrc/print/cups-base/options.mk Sun Jun 24 10:17:42 2018
@@ -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 @@ CONFIGURE_ARGS+= --disable-acl
.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 @@ CONFIGURE_ARGS+= --disable-dbus
.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