ports/85025: Mark security/heimdal as conflicting with security/krb4 and security/krb5

Michael Nottebrock lofi at FreeBSD.org
Wed Aug 17 02:50:19 UTC 2005


>Number:         85025
>Category:       ports
>Synopsis:       Mark security/heimdal as conflicting with security/krb4 and security/krb5
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 17 02:50:17 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Michael Nottebrock
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD kiste 5.4-STABLE FreeBSD 5.4-STABLE #0: Wed Jul 6 06:43:56 CEST 2005 root at kiste:/usr/obj/usr/src/sys/KISTE-UP i386


	
>Description:
	The heimdal, krb4 and krb5 ports should be marked as conflicting, since
	they install files into the same locations.

	The attached diff also contains a whitespace change to appease portlint.
>How-To-Repeat:
	
>Fix:

	

--- heimdal.diff begins here ---
Index: heimdal/Makefile
===================================================================
RCS file: /home/pcvs/ports/security/heimdal/Makefile,v
retrieving revision 1.70
diff -u -r1.70 Makefile
--- heimdal/Makefile	12 Jul 2005 17:07:46 -0000	1.70
+++ heimdal/Makefile	17 Aug 2005 02:41:56 -0000
@@ -17,6 +17,8 @@
 MAINTAINER=		nectar at FreeBSD.ORG
 COMMENT=		A re-implementation of Kerberos V
 
+CONFLICTS=		krb4-[0-9]* krb5-[0-9]*
+
 OPTIONS+=		LDAP     "Use OpenLDAP as the KDC backend" off
 OPTIONS+=		CRACKLIB "Use CrackLib for password quality checking" off
 OPTIONS+=		X11      "Build X11 utilies" off
@@ -90,6 +92,6 @@
 		${PREFIX}/etc/rc.d/kdc.sh.sample
 
 .if ${ARCH} == "amd64"
-CFLAGS+= -fPIC
+CFLAGS+=	-fPIC
 .endif
 .include <bsd.port.post.mk>
--- heimdal.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list