svn commit: r451261 - head/security/krb5-appl
Cy Schubert
cy at FreeBSD.org
Thu Oct 5 01:55:53 UTC 2017
Author: cy
Date: Thu Oct 5 01:55:52 2017
New Revision: 451261
URL: https://svnweb.freebsd.org/changeset/ports/451261
Log:
Register a conflict with bsdrcmds when the r command rename options
are not selected.
Reported by: rodrigo
Modified:
head/security/krb5-appl/Makefile (contents, props changed)
Modified: head/security/krb5-appl/Makefile
==============================================================================
--- head/security/krb5-appl/Makefile Thu Oct 5 01:55:40 2017 (r451260)
+++ head/security/krb5-appl/Makefile Thu Oct 5 01:55:52 2017 (r451261)
@@ -103,6 +103,12 @@ PLIST_SUB+= RCP_PROG="krcp"
PLIST_SUB+= RCP_PROG="rcp"
.endif
+.if ! ( ${PORT_OPTIONS:MKRB5_RENAME_RLOGIN} && \
+ ${PORT_OPTIONS:MKRB5_RENAME_RSH} && \
+ ${PORT_OPTIONS:MKRB5_RENAME_RCP} )
+CONFLICTS+= bsdrcmds-*
+.endif
+
.if defined(PROGRAM_TRANSFORM_NAME) && ${PROGRAM_TRANSFORM_NAME} != ""
CONFIGURE_ARGS+= --program-transform-name="${PROGRAM_TRANSFORM_NAME}"
.endif
More information about the svn-ports-head
mailing list