svn commit: r424669 - in head: dns/openmdns net/mDNSResponder

Jan Beich jbeich at FreeBSD.org
Wed Oct 26 04:08:29 UTC 2016


Author: jbeich
Date: Wed Oct 26 04:08:28 2016
New Revision: 424669
URL: https://svnweb.freebsd.org/changeset/ports/424669

Log:
  dns/openmdns: conflict with net/mDNSResponder

Modified:
  head/dns/openmdns/Makefile   (contents, props changed)
  head/net/mDNSResponder/Makefile   (contents, props changed)

Modified: head/dns/openmdns/Makefile
==============================================================================
--- head/dns/openmdns/Makefile	Wed Oct 26 04:02:05 2016	(r424668)
+++ head/dns/openmdns/Makefile	Wed Oct 26 04:08:28 2016	(r424669)
@@ -15,6 +15,8 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	haesbaert
 GH_PROJECT=	mdnsd
 
+CONFLICTS_INSTALL=	mDNSResponder # sbin/mdnsd
+
 USES=		localbase uidfix
 USE_RC_SUBR=	mdnsd
 MAKE_ENV=	LDADD="${LIBS}"

Modified: head/net/mDNSResponder/Makefile
==============================================================================
--- head/net/mDNSResponder/Makefile	Wed Oct 26 04:02:05 2016	(r424668)
+++ head/net/mDNSResponder/Makefile	Wed Oct 26 04:08:28 2016	(r424669)
@@ -12,7 +12,8 @@ COMMENT=	Bonjour (zero-configuration net
 LICENSE=	APACHE20 BSD3CLAUSE
 LICENSE_COMB=	dual
 
-CONFLICTS=	avahi-libdns-[0-9]*
+# lib/libdns_sd.so.1 sbin/mdnsd
+CONFLICTS_INSTALL=	avahi-libdns openmdns
 
 ALL_TARGET=	all dnsextd
 BUILD_WRKSRC=	${WRKSRC}/mDNSPosix


More information about the svn-ports-head mailing list