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: [PATCH] net/gnomemeeting depends on wrong openldap version Message-ID: <200310050821.h958LfIo030839@helo.liwing.de>
next in thread | raw e-mail | index | archive | help
>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@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 ---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310050821.h958LfIo030839>