[PATCH] net/gnomemeeting depends on wrong openldap version

Jens Rehsack rehsack at liwing.de
Sun Oct 5 01:21:47 PDT 2003


>Submitter-Id:	current-users
>Originator:	Jens Rehsack
>Organization:	LiWing IT-Services
>Confidential:	no
>Synopsis:	[PATCH] net/gnomemeeting depends on wrong openldap version
>Severity:	serious
>Priority:	medium
>Category:	ports
>Class:		change-request
>Release:	FreeBSD 5.1-CURRENT i386
>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 ---




More information about the freebsd-gnome mailing list