Date: Thu, 20 Feb 2020 09:09:00 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526552 - in head/dns: bind9-devel bind911 bind914 Message-ID: <202002200909.01K9908L062384@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Thu Feb 20 09:09:00 2020 New Revision: 526552 URL: https://svnweb.freebsd.org/changeset/ports/526552 Log: Add forgotten CONFLICTS lines. Modified: head/dns/bind9-devel/Makefile (contents, props changed) head/dns/bind911/Makefile (contents, props changed) head/dns/bind914/Makefile (contents, props changed) Modified: head/dns/bind9-devel/Makefile ============================================================================== --- head/dns/bind9-devel/Makefile Thu Feb 20 09:07:53 2020 (r526551) +++ head/dns/bind9-devel/Makefile Thu Feb 20 09:09:00 2020 (r526552) @@ -83,7 +83,7 @@ EXTRA_PATCHES= ${PATCHDIR}/extrapatch-no-bind-tools PORTDOCS= * # XXX: Add -devel -CONFLICTS= bind911 bind912 bind913 bind914 +CONFLICTS= bind911 bind912 bind913 bind914 bind916 .endif # BIND_TOOLS_SLAVE MAKE_JOBS_UNSAFE= yes Modified: head/dns/bind911/Makefile ============================================================================== --- head/dns/bind911/Makefile Thu Feb 20 09:07:53 2020 (r526551) +++ head/dns/bind911/Makefile Thu Feb 20 09:09:00 2020 (r526552) @@ -42,7 +42,7 @@ CONFIGURE_ARGS= --localstatedir=/var --disable-linux-c --sysconfdir=${ETCDIR} ETCDIR= ${PREFIX}/etc/namedb -CONFLICTS= bind912 bind913 bind914 bind9-devel +CONFLICTS= bind912 bind913 bind914 bind916 bind9-devel SUB_FILES= pkg-message named.conf USE_RC_SUBR= named Modified: head/dns/bind914/Makefile ============================================================================== --- head/dns/bind914/Makefile Thu Feb 20 09:07:53 2020 (r526551) +++ head/dns/bind914/Makefile Thu Feb 20 09:09:00 2020 (r526552) @@ -66,7 +66,7 @@ EXTRA_PATCHES= ${PATCHDIR}/extrapatch-no-bind-tools PORTDOCS= * -CONFLICTS= bind911 bind912 bind13 bind9-devel +CONFLICTS= bind911 bind912 bind13 bind916 bind9-devel .endif # BIND_TOOLS_SLAVE MAKE_JOBS_UNSAFE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002200909.01K9908L062384>