Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Aug 2006 17:34:58 GMT
From:      Jacula Modyun <jacula@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/101366: patch: ftp/lftp: error in the lib dependence about devel/readline
Message-ID:  <200608041734.k74HYwho048678@www.freebsd.org>
Resent-Message-ID: <200608041740.k74HeFrv039554@freefall.freebsd.org>

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

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



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