ports/54845: [PATCH] net/openldap* ports conflicts each other

Jens Rehsack rehsack at liwing.de
Fri Jul 25 12:40:25 UTC 2003


>Number:         54845
>Category:       ports
>Synopsis:       [PATCH] net/openldap* ports conflicts each other
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 25 05:40:18 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Jens Rehsack
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
LiWing IT-Services
>Environment:
System: FreeBSD webdev.muppets.liwing.de 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Sat Jul 19 13:25:30 GMT 2003 root at webdev.muppets.liwing.de:/usr/obj/usr/src/sys/WEBDEV i386


>Description:
	The several openldap ports overwrites files from each other openldap port, so
	consequently install any of them should conflict with each other installed
	of them.
>How-To-Repeat:
	
>Fix:

	

--- patch-conflicts-Makefile begins here ---
Index: net/openldap12/Makefile
===================================================================
diff -u net/openldap12/Makefile.orig net/openldap12/Makefile
--- net/openldap12/Makefile.orig	Wed Apr  9 10:33:18 2003
+++ net/openldap12/Makefile	Fri Jul 25 09:04:43 2003
@@ -29,6 +29,8 @@
 MAINTAINER=	lodea at vet.com.au
 COMMENT=	Open source LDAP client and server software
 
+CONFLICTS=	openldap20-* openldap-*
+
 USE_LIBTOOL=	yes
 
 CONFIGURE_ARGS=	--localstatedir=/var/db \
Index: net/openldap20/Makefile
===================================================================
diff -u net/openldap20/Makefile.orig net/openldap20/Makefile
--- net/openldap20/Makefile.orig	Mon Jul  7 20:47:52 2003
+++ net/openldap20/Makefile	Fri Jul 25 09:04:37 2003
@@ -29,6 +29,8 @@
 MAINTAINER=	eikemeier at fillmore-labs.com
 COMMENT=	Open source LDAP client and server software
 
+CONFLICTS=	openldap12-* openldap-*
+
 .if !defined(WITH_BDB_VER) || ${WITH_BDB_VER} == 3
 LIB_DEPENDS=	db3.3:${PORTSDIR}/databases/db3
 .elif defined(WITH_BDB_VER) && ${WITH_BDB_VER} == 4
Index: net/openldap21/Makefile
===================================================================
diff -u net/openldap21/Makefile.orig net/openldap21/Makefile
--- net/openldap21/Makefile.orig	Mon Jul  7 20:47:52 2003
+++ net/openldap21/Makefile	Fri Jul 25 09:04:24 2003
@@ -34,6 +34,8 @@
 MAINTAINER=	ck at cksoft.de
 COMMENT=	Open source LDAP client and server software
 
+CONFLICTS=	openldap12-* openldap20-* openldap-*alpha
+
 LIB_DEPENDS+=	db41:${PORTSDIR}/databases/db41
 
 CXXFLAGS+=	-D_REENTRANT ${PTHREAD_CFLAGS}	\
Index: net/openldap22/Makefile
===================================================================
diff -u net/openldap22/Makefile.orig net/openldap22/Makefile
--- net/openldap22/Makefile.orig	Mon Jul  7 20:47:52 2003
+++ net/openldap22/Makefile	Fri Jul 25 09:03:39 2003
@@ -33,7 +33,7 @@
 
 OPENLDAP_VERSION=	2.2.0
 
-CONFLICTS=		openldap*
+CONFLICTS=		openldap12-* openldap20-* openldap-*
 
 LATEST_LINK=		openldap2
 
--- patch-conflicts-Makefile ends here ---


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



More information about the freebsd-ports-bugs mailing list