| Summary: | Curl's dependency on libssh2 is broken. | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Václav Haisman <v.haisman> |
| Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
State Changed From-To: open->closed Committed, thanks! pav 2007-07-10 18:55:06 UTC
FreeBSD ports repository
Modified files:
ftp/curl Makefile
Log:
- Chase libssh2 update
PR: ports/114474
Submitted by: Vaclav Haisman <v.haisman@sh.cvut.cz>
Pointy hat to: lx
Revision Changes Path
1.87 +1 -1 ports/ftp/curl/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
|
Curl's dependency on libssh2 is broken because libssh2.so.0 became libssh2.so.1. Fix: .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--NIm8PtqFCnZKFzXXAFMQuFywtyXeYZ174O1CoClApdsiH60A Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" --- 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