ports/85026: krb4 should be marked as conflicting with security/krb5 and security/heimdal

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


>Number:         85026
>Category:       ports
>Synopsis:       krb4 should be marked as conflicting with security/krb5 and security/heimdal
>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:18 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 some whitespace changes to appease portlint.
>How-To-Repeat:
	
>Fix:

	

--- krb4.diff begins here ---
Index: krb4/Makefile
===================================================================
RCS file: /home/pcvs/ports/security/krb4/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- krb4/Makefile	13 Dec 2004 06:32:19 -0000	1.3
+++ krb4/Makefile	17 Aug 2005 02:47:24 -0000
@@ -14,6 +14,8 @@
 MAINTAINER=	nectar at FreeBSD.ORG
 COMMENT=	KTH Kerberos 4
 
+CONFLICTS=	krb5-[0-9]* heimdal-[0-9]*
+INSTALLS_SHLIB=	yes
 # Don't remove this.  This port installs several applications
 # which have the same name as some in the base system (e.g.
 # ftp, telnet, su).
@@ -22,7 +24,7 @@
 
 PKGMESSAGE=	${WRKDIR}/pkg-message
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS+= \
+CONFIGURE_ARGS+=\
 	--enable-shared		\
 	--disable-otp		\
 	--disable-afs-support	\
@@ -51,6 +53,6 @@
 .include "Makefile.man"
 .include <bsd.port.pre.mk>
 .if ${ARCH} == "amd64"
-CFLAGS+= -fPIC
+CFLAGS+=	-fPIC
 .endif
 .include <bsd.port.post.mk>
--- krb4.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list