Date: Wed, 16 Apr 2003 15:17:21 +0200 (CEST) From: Tijl Coosemans <tijl@ulyssis.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: will@cvs.kde.org Subject: ports/51037: wrong lib dependency (ldap) in x11/kdelibs3 Makefile Message-ID: <200304161317.h3GDHLYM004826@10-4-5-217.kotnet.org> Resent-Message-ID: <200304161320.h3GDKDTh096473@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 51037 >Category: ports >Synopsis: wrong lib dependency (ldap) in x11/kdelibs3 Makefile >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Apr 16 06:20:12 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Tijl Coosemans >Release: FreeBSD 4.8-RC i386 >Organization: >Environment: System: FreeBSD 10-4-5-217.kotnet.org 4.8-RC FreeBSD 4.8-RC #0: Tue Mar 11 11:21:17 CET 2003 root@10-4-5-217.kotnet.org:/usr/obj/usr/src/sys/TIJL i386 $FreeBSD: ports/x11/kdelibs3/Makefile,v 1.126 2003/04/12 00:52:40 will Exp $ >Description: Makefile adds (optional) library dependency on libldap as "libldap.so" where it should say "ldap.2" >How-To-Repeat: >Fix: The included patch should fix it. --- patch-Makefile begins here --- --- Makefile.orig Wed Apr 16 14:25:50 2003 +++ Makefile Wed Apr 16 14:26:14 2003 @@ -63,7 +63,7 @@ KDE_BUILD_PLIST= yes # kabc (the addressbook backend) can use ldap if it's available .if defined(WITH_LDAP) || exists($(LOCALBASE)/lib/libldap.so) -LIB_DEPENDS+= libldap.so:${PORTSDIR}/net/openldap21 +LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap21 PLIST_APPEND+= plist.ldap .endif --- patch-Makefile ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304161317.h3GDHLYM004826>