From 612f6589b5d5cfea841c7372f6d9d77baa7c5c6c Mon Sep 17 00:00:00 2001 From: Peter Pentchev Date: Mon, 18 Sep 2006 12:46:29 +0000 Subject: Update to cURL 7.15.5 and integrate Scot Hetzel's patch for really making OpenSSL support optional. Now OpenSSL and GnuTLS are on level ground, both controlled by the OPTIONS setting. Fortunately, it turned out that the curl_multi_socket() API change does not affect any of the ports that use ftp/curl. PR: 102871, 103126 Submitted by: pav, vd, Scot Hetzel --- ftp/curl/files/patch-ltmain.sh | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 ftp/curl/files/patch-ltmain.sh (limited to 'ftp/curl/files/patch-ltmain.sh') diff --git a/ftp/curl/files/patch-ltmain.sh b/ftp/curl/files/patch-ltmain.sh deleted file mode 100644 index debf7c45ef81..000000000000 --- a/ftp/curl/files/patch-ltmain.sh +++ /dev/null @@ -1,15 +0,0 @@ ---- ltmain.sh.orig Wed Dec 10 15:20:29 2003 -+++ ltmain.sh Wed Dec 10 15:20:39 2003 -@@ -5425,10 +5425,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false ; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" -- cgit v1.2.3