ports/114474: Curl's dependency on libssh2 is broken.
Vaclav Haisman
v.haisman at sh.cvut.cz
Tue Jul 10 13:50:04 UTC 2007
>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 at 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:
More information about the freebsd-ports-bugs
mailing list