Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Oct 2017 01:55:52 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r451261 - head/security/krb5-appl
Message-ID:  <201710050155.v951tq25073323@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710050155.v951tq25073323>