Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jul 2007 13:49:13 GMT
From:      Vaclav Haisman <v.haisman@sh.cvut.cz>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/114474: Curl's dependency on libssh2 is broken.
Message-ID:  <200707101349.l6ADnDER053048@www.freebsd.org>
Resent-Message-ID: <200707101350.l6ADo3DG087285@freefall.freebsd.org>

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

>Number:         114474
>Category:       ports
>Synopsis:       Curl's dependency on libssh2 is broken.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 10 13:50:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Vaclav Haisman
>Release:        6.2
>Organization:
SU SH
>Environment:
FreeBSD shell.sh.cvut.cz 6.2-STABLE FreeBSD 6.2-STABLE #0: Fri Jun 22 22:24:46 CEST 2007     root@shell.sh.cvut.cz:/usr/obj/usr/src/sys/SHELL  i386
>Description:
Curl's dependency on libssh2 is broken because libssh2.so.0 became libssh2.so.1.


>How-To-Repeat:

>Fix:
--- Makefile.orig       Tue Jul 10 15:44:02 2007
+++ Makefile    Tue Jul 10 15:44:29 2007
@@ -125,7 +125,7 @@ CONFIGURE_ARGS+=    --without-libidn
 .endif

 .if defined(WITH_LIBSSH2)
-LIB_DEPENDS+=  ssh2.0:${PORTSDIR}/security/libssh2
+LIB_DEPENDS+=  ssh2.1:${PORTSDIR}/security/libssh2
 CONFIGURE_ARGS+=       --with-libssh2=${LOCALBASE}
 .else
 CONFIGURE_ARGS+=       --without-libssh2



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



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