svn commit: r363233 - head/print/cups-base
John Marino
marino at FreeBSD.org
Mon Jul 28 19:22:24 UTC 2014
Author: marino
Date: Mon Jul 28 19:22:23 2014
New Revision: 363233
URL: http://svnweb.freebsd.org/changeset/ports/363233
QAT: https://qat.redports.org/buildarchive/r363233/
Log:
print/cups-base: Don't use avahi when MDNSRESPONDER option is selected
PR: 191619
Submitted by: Don Lewis
Approval: Not required; port is unmaintained
Modified:
head/print/cups-base/Makefile
Modified: head/print/cups-base/Makefile
==============================================================================
--- head/print/cups-base/Makefile Mon Jul 28 19:14:36 2014 (r363232)
+++ head/print/cups-base/Makefile Mon Jul 28 19:22:23 2014 (r363233)
@@ -67,7 +67,7 @@ OPTIONS_SINGLE_SSL= GNUTLS OPENSSL
OPTIONS_DEFAULT= OPENSSL
OPTIONS_SUB= yes
.else
-PORTREVISION= 0
+PORTREVISION= 1
CUPS_SUFFIX= -base
OPTIONS_DEFINE= DOCS DBUS ICONS LIBPAPER LIBUSB PAM XDG_OPEN
OPTIONS_GROUP= WEB
@@ -173,6 +173,7 @@ LIB_DEPENDS+= libpaper.so:${PORTSDIR}/p
.if !defined(CUPS_CLIENT) && !defined(CUPS_IMAGE) && ${PORT_OPTIONS:MMDNSRESPONDER}
LIB_DEPENDS+= libdns_sd.so:${PORTSDIR}/net/mDNSResponder
CONFIGURE_ARGS+= --with-dnssd-includes=${LOCALBASE}/include
+CONFIGURE_ARGS+= --disable-avahi
.elif !defined(CUPS_CLIENT) && !defined(CUPS_IMAGE) && ${PORT_OPTIONS:MAVAHI}
CONFIGURE_ARGS+= --enable-avahi
LIB_DEPENDS+= libavahi-client.so:${PORTSDIR}/net/avahi-app
More information about the svn-ports-all
mailing list