svn commit: r458567 - head/net/isc-dhcp43-server
Ryan Steinmetz
zi at FreeBSD.org
Tue Jan 9 20:37:19 UTC 2018
Author: zi
Date: Tue Jan 9 20:37:17 2018
New Revision: 458567
URL: https://svnweb.freebsd.org/changeset/ports/458567
Log:
- Note CONFLICTS with upcoming isc-dhcp44-* ports
Modified:
head/net/isc-dhcp43-server/Makefile
Modified: head/net/isc-dhcp43-server/Makefile
==============================================================================
--- head/net/isc-dhcp43-server/Makefile Tue Jan 9 20:26:55 2018 (r458566)
+++ head/net/isc-dhcp43-server/Makefile Tue Jan 9 20:37:17 2018 (r458567)
@@ -37,13 +37,13 @@ BIND_SYMBOLS_DESC= Enable BIND internal symbol table
# PORTREVISION and CONFLICTS handling
.if ${SUBSYS} == client
-CONFLICTS= isc-dhcp3?-client-[0-9]* isc-dhcp4[12]-client-[0-9]*
+CONFLICTS= isc-dhcp3?-client-[0-9]* isc-dhcp4[124]-client-[0-9]*
DHCP_PORTREVISION= ${PORTREVISION_CLIENT}
.elif ${SUBSYS} == relay
-CONFLICTS= isc-dhcp3?-relay-[0-9]* isc-dhcp4[12]-relay-[0-9]*
+CONFLICTS= isc-dhcp3?-relay-[0-9]* isc-dhcp4[124]-relay-[0-9]*
DHCP_PORTREVISION= ${PORTREVISION_RELAY}
.else
-CONFLICTS= isc-dhcp3?-server-[0-9]* isc-dhcp4[12]-server-[0-9]*
+CONFLICTS= isc-dhcp3?-server-[0-9]* isc-dhcp4[124]-server-[0-9]*
DHCP_PORTREVISION= ${PORTREVISION_SERVER}
.endif
MAKE_JOBS_UNSAFE= yes
More information about the svn-ports-all
mailing list