misc/101366: patch: ftp/lftp: error in the lib dependence about devel/readline

Jacula Modyun jacula at gmail.com
Fri Aug 4 17:40:28 UTC 2006


>Number:         101366
>Category:       misc
>Synopsis:       patch: ftp/lftp: error in the lib dependence about devel/readline
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 04 17:40:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Jacula Modyun
>Release:        FreeBSD 6.1 Stable
>Organization:
>Environment:
FreeBSD geek.wirewater.yow 6.1-STABLE FreeBSD 6.1-STABLE #0: Mon May 22 17:41:02 UTC 2006     root at geek.wirewater.yow:/srv0/obj/srv1/src/sys/JACULA  i386

>Description:
The problem is that I've the misc/compat5x installed. This port install the
/usr/local/lib/compat/libreadline.so.5; then my system doesn't install
devel/readline. This doesn't work.

>How-To-Repeat:
On a FreeBsD 6* install the misc/compat5x, and install lftp.
>Fix:
This patch work:


--- Makefile.orig	Wed Aug  2 01:26:57 2006
+++ Makefile	Fri Aug  4 17:20:59 2006
@@ -24,8 +24,9 @@
 MAINTAINER=	fm at cross-road.org.ua
 COMMENT=	Shell-like command line ftp client
 
-LIB_DEPENDS=	expat.6:${PORTSDIR}/textproc/expat2 \
-		readline.5:${PORTSDIR}/devel/readline
+LIB_DEPENDS=	expat.6:${PORTSDIR}/textproc/expat2
+BUILD_DEPENDS+=	${LOCALBASE}/lib/libreadline.so.5:${PORTSDIR}/devel/readline
+RUN_DEPENDS= ${BUILD_DEPENDS}
 
 USE_ICONV=	yes
 USE_BZIP2=	yes

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list