diff options
author | miwi <miwi@FreeBSD.org> | 2008-09-07 19:51:01 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-09-07 19:51:01 +0800 |
commit | 0229cfd26d425cb7f3dfb392504d3da6e77ae0b2 (patch) | |
tree | aa8a21305153b96408bcba7d94b4bd0de057421c /audio/icecast2/files | |
parent | bc28ad810af539aa9f2953c59aa6274a55867bec (diff) | |
download | freebsd-ports-gnome-0229cfd26d425cb7f3dfb392504d3da6e77ae0b2.tar.gz freebsd-ports-gnome-0229cfd26d425cb7f3dfb392504d3da6e77ae0b2.tar.zst freebsd-ports-gnome-0229cfd26d425cb7f3dfb392504d3da6e77ae0b2.zip |
- Update to 2.3.2
- Respect NO*
PR: 126526
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Diffstat (limited to 'audio/icecast2/files')
-rw-r--r-- | audio/icecast2/files/patch-src::auth_url.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/audio/icecast2/files/patch-src::auth_url.c b/audio/icecast2/files/patch-src::auth_url.c deleted file mode 100644 index d70bf74b9e70..000000000000 --- a/audio/icecast2/files/patch-src::auth_url.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/auth_url.c.orig Thu Dec 7 17:26:49 2006 -+++ src/auth_url.c Thu Dec 7 17:27:05 2006 -@@ -518,7 +518,9 @@ - curl_easy_setopt (url_info->handle, CURLOPT_WRITEDATA, url_info->handle); - curl_easy_setopt (url_info->handle, CURLOPT_NOSIGNAL, 1L); - curl_easy_setopt (url_info->handle, CURLOPT_TIMEOUT, 15L); -+#if LIBCURL_VERSION_NUM < 0x071000 - curl_easy_setopt (url_info->handle, CURLOPT_PASSWDFUNCTION, my_getpass); -+#endif - curl_easy_setopt (url_info->handle, CURLOPT_ERRORBUFFER, &url_info->errormsg[0]); - - if (url_info->username && url_info->password) |