svn commit: r364934 - head/dns/nss_mdns

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Aug 15 04:56:38 UTC 2014


Author: sunpoet
Date: Fri Aug 15 04:56:37 2014
New Revision: 364934
URL: http://svnweb.freebsd.org/changeset/ports/364934
QAT: https://qat.redports.org/buildarchive/r364934/

Log:
  - Mark CONFLICTS_INSTALL with dns/mDNSResponder_nss
  - Move LIB_DEPENDS upward

Modified:
  head/dns/nss_mdns/Makefile

Modified: head/dns/nss_mdns/Makefile
==============================================================================
--- head/dns/nss_mdns/Makefile	Fri Aug 15 04:50:48 2014	(r364933)
+++ head/dns/nss_mdns/Makefile	Fri Aug 15 04:56:37 2014	(r364934)
@@ -14,13 +14,15 @@ COMMENT=	NSS module implementing multica
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+LIB_DEPENDS=	libavahi-client.so:${PORTSDIR}/net/avahi-app
+
+CONFLICTS_INSTALL=	mDNSResponder_nss-[0-9]*
+
 USE_AUTOTOOLS=	autoconf automake libtool
 USES=		gmake
 USE_LDCONFIG=	yes
 AUTOTOOLSFILES=	aclocal.m4
 
-LIB_DEPENDS+=	libavahi-client.so:${PORTSDIR}/net/avahi-app
-
 OPTIONS_DEFINE=	SEARCH_DOMAINS DOCS
 SEARCH_DOMAINS_DESC=	Honour search domains in resolv.conf
 


More information about the svn-ports-all mailing list