diff options
author | roam <roam@FreeBSD.org> | 2007-07-11 09:05:04 +0000 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2007-07-11 09:05:04 +0000 |
commit | 1719ed3d8081f46217babb5cca02a381be797def (patch) | |
tree | a7107c2375feb0de1e933c4b805b1879b5759c44 /ftp/curl | |
parent | 5e87ee36db7d0738cb56cb049a1598980225f1f9 (diff) | |
download | FreeBSD-ports-1719ed3d8081f46217babb5cca02a381be797def.zip FreeBSD-ports-1719ed3d8081f46217babb5cca02a381be797def.tar.gz |
Actually, at least this version of cURL sometimes breaks with the new
libssh2, and fails to connect. Mark the libssh2 usage as broken until
I figure out what is the matter. And yep, David Thiel did inform me
in advance about his plans to update libssh2, and I did not check then.
Diffstat (limited to 'ftp/curl')
-rw-r--r-- | ftp/curl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index 9e18c70..a21e298 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -125,6 +125,7 @@ CONFIGURE_ARGS+= --without-libidn .endif .if defined(WITH_LIBSSH2) +BROKEN= does not work with libssh2-0.15 LIB_DEPENDS+= ssh2.1:${PORTSDIR}/security/libssh2 CONFIGURE_ARGS+= --with-libssh2=${LOCALBASE} .else |