aboutsummaryrefslogtreecommitdiff
path: root/ftp/curl
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2007-07-11 09:05:04 +0000
committerPeter Pentchev <roam@FreeBSD.org>2007-07-11 09:05:04 +0000
commitf95a16eebf1f3d1035efabbf451ef7cd77248310 (patch)
tree6e9cd055ea891e32491b68f255c854d39eb3ee08 /ftp/curl
parentb1b5d46a09bcbae18110b0d547eccd31b05f5a55 (diff)
downloadports-f95a16eebf1f3d1035efabbf451ef7cd77248310.tar.gz
ports-f95a16eebf1f3d1035efabbf451ef7cd77248310.zip
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.
Notes
Notes: svn path=/head/; revision=195411
Diffstat (limited to 'ftp/curl')
-rw-r--r--ftp/curl/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile
index 9e18c70e3287..a21e298492f0 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