summaryrefslogtreecommitdiff
path: root/ftp/curl/files/patch-tests::runtests.pl
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2004-12-21 09:51:09 +0000
committerPeter Pentchev <roam@FreeBSD.org>2004-12-21 09:51:09 +0000
commitae5a44d3de4af5e21b5512baea51876a6a5276b9 (patch)
tree79b5cc2acd709027325aa86e7c5c6b0a20966eba /ftp/curl/files/patch-tests::runtests.pl
parent- Fix pkg-plist (diff)
Update to curl-7.12.3 (yes, we skipped 7.12.2 for various reasons).
Explicitly disable libidn support so that it is not even probed if libidn is installed; I will look into enabling it after some more testing. Testing paid off on: ref4 (lib/select.c), sledge (lib/sendf.c)
Diffstat (limited to '')
-rw-r--r--ftp/curl/files/patch-tests::runtests.pl11
1 files changed, 11 insertions, 0 deletions
diff --git a/ftp/curl/files/patch-tests::runtests.pl b/ftp/curl/files/patch-tests::runtests.pl
new file mode 100644
index 000000000000..0d8ccf4a0187
--- /dev/null
+++ b/ftp/curl/files/patch-tests::runtests.pl
@@ -0,0 +1,11 @@
+--- tests/runtests.pl.orig Tue Dec 21 09:55:34 2004
++++ tests/runtests.pl Tue Dec 21 09:55:07 2004
+@@ -1599,7 +1599,7 @@
+ }
+ elsif ($ARGV[0] eq "-c") {
+ # use this path to curl instead of default
+- $CURL=$ARGV[1];
++ $CURL=$DBGCURL=$ARGV[1];
+ shift @ARGV;
+ }
+ elsif ($ARGV[0] eq "-d") {