diff options
author | roam <roam@FreeBSD.org> | 2006-09-18 20:46:29 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2006-09-18 20:46:29 +0800 |
commit | 977cc8dc04e2aa58821288c88fced5c608433b18 (patch) | |
tree | fdd271bfea68c8de400741305b6920eb010d2bfd /ftp/curl/files | |
parent | 97c158634b1fb20ccfe832bc903068699bf32c1e (diff) | |
download | freebsd-ports-gnome-977cc8dc04e2aa58821288c88fced5c608433b18.tar.gz freebsd-ports-gnome-977cc8dc04e2aa58821288c88fced5c608433b18.tar.zst freebsd-ports-gnome-977cc8dc04e2aa58821288c88fced5c608433b18.zip |
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 <swhetzel@gmail.com>
Diffstat (limited to 'ftp/curl/files')
-rw-r--r-- | ftp/curl/files/patch-ltmain.sh | 15 |
1 files changed, 0 insertions, 15 deletions
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" |