ports/51037: wrong lib dependency (ldap) in x11/kdelibs3 Makefile

Tijl Coosemans tijl at ulyssis.org
Wed Apr 16 13:20:15 UTC 2003


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



More information about the freebsd-ports-bugs mailing list