Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Oct 2003 08:21:41 GMT
From:      Jens Rehsack <rehsack@liwing.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        roger@FreeBSD.org
Subject:   ports/57600: [PATCH] net/gnomemeeting depends on wrong openldap version
Message-ID:  <200310050821.h958LfIo030839@helo.liwing.de>
Resent-Message-ID: <200310050830.h958UT7B054867@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310050821.h958LfIo030839>