ports/57600: [PATCH] net/gnomemeeting depends on wrong openldap version

Jens Rehsack rehsack at liwing.de
Sun Oct 5 08:30:32 UTC 2003


>Number:         57600
>Category:       ports
>Synopsis:       [PATCH] net/gnomemeeting depends on wrong openldap version
>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:   Sun Oct 05 01:30:28 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Jens Rehsack
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
LiWing IT-Services
>Environment:
System: FreeBSD statler 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Thu Oct 2 19:33:40 GMT 2003 root at statler:/usr/obj/usr/src/sys/STATLER i386


>Description:
	net/gnomemeeting previously always depended on openldap20-client which
	breaks with other ports, eg. www/mozilla or lang/php4.
>How-To-Repeat:
	The problem occures when a 'portupgrade -fr <sth-gnomemeeting-depends-on>'
	is excuted, because the rebuild/reinstall of gnome2 (2.4.0) fails because
	the dependecy check of portupgrade bites.
>Fix:

	

--- patch-ldapusage begins here ---
Index: net/gnomemeeting/Makefile
===================================================================
diff -u net/gnomemeeting/Makefile.orig net/gnomemeeting/Makefile
--- net/gnomemeeting/Makefile.orig	Sun Oct  5 07:31:09 2003
+++ net/gnomemeeting/Makefile	Sun Oct  5 07:33:30 2003
@@ -14,7 +14,6 @@
 MAINTAINER=	roger at FreeBSD.org
 COMMENT=	GNOME H323 Video Conferencing program, similar to NetMeeting
 
-LIB_DEPENDS=	ldap.2:${PORTSDIR}/net/openldap20-client
 BUILD_DEPENDS=  ${NONEXISTENT}:${PORTSDIR}/net/openh323:build
 
 # note, we do not want to clean openh323, otherwise it has to build
@@ -26,6 +25,8 @@
 USE_GMAKE=	yes
 USE_GNOME=	libgnomeui libbonobo gnomeprefix gnomehack
 USE_BISON=	yes
+USE_OPENLDAP=	yes
+
 # Clear configure target so we stop getting binaries prefixed with i386-portbld-freebsd46
 CONFIGURE_TARGET=
 GNU_CONFIGURE=	YES
--- patch-ldapusage ends here ---


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



More information about the freebsd-ports-bugs mailing list