aboutsummaryrefslogtreecommitdiff
path: root/www/p5-WWW-Curl/files/patch-Curl.xs
diff options
context:
space:
mode:
authorNicola Vitale <nivit@FreeBSD.org>2009-02-07 12:52:02 +0000
committerNicola Vitale <nivit@FreeBSD.org>2009-02-07 12:52:02 +0000
commit95213a797cca9c31346fa8a1395f82bce8546de9 (patch)
tree78923ccded60d40fe88467b81ffbf725da1e28f7 /www/p5-WWW-Curl/files/patch-Curl.xs
parent574540a30bb343430ddf74f17208446e888aa163 (diff)
downloadports-95213a797cca9c31346fa8a1395f82bce8546de9.tar.gz
ports-95213a797cca9c31346fa8a1395f82bce8546de9.zip
- Update to 4.0.5
- Remove files/patch-Curl.xs, files/patch-Easy.pm.in, files/patch-lib-WWW-Curl-Multi.pm PR: ports/125323 Submitted by: Wen Heping <wenheping at gmail dot com> Reviewed by: roam (maintainer timeout), pav (via email)
Notes
Notes: svn path=/head/; revision=227758
Diffstat (limited to 'www/p5-WWW-Curl/files/patch-Curl.xs')
-rw-r--r--www/p5-WWW-Curl/files/patch-Curl.xs20
1 files changed, 0 insertions, 20 deletions
diff --git a/www/p5-WWW-Curl/files/patch-Curl.xs b/www/p5-WWW-Curl/files/patch-Curl.xs
deleted file mode 100644
index e93f1dfbe1d7..000000000000
--- a/www/p5-WWW-Curl/files/patch-Curl.xs
+++ /dev/null
@@ -1,20 +0,0 @@
---- Curl.xs.orig Thu Jul 13 14:54:37 2006
-+++ Curl.xs Thu Jul 13 14:55:34 2006
-@@ -64,12 +64,17 @@
-
-
- typedef struct {
-+#if LIBCURL_VERSION_NUM >= 0x070b01
-+ struct curl_httppost * post;
-+ struct curl_httppost * last;
-+#else
- #if LIBCURL_VERSION_NUM >= 0x070900
- struct HttpPost * post;
- struct HttpPost * last;
- #else
- void * post;
- void * last;
-+#endif
- #endif
- } perl_curl_form;
-