From 0f33bafab8a7f42fd2d27b07140150d6cd49d875 Mon Sep 17 00:00:00 2001 From: jmmv Date: Fri, 11 Jun 2004 08:15:06 +0000 Subject: [PATCH] Revert my previous change; minskim@ already fixed curl detection by bypassing the check in configure (we can assume it's there). Ew, working with non-up-to-date copies of directories... --- archivers/libcomprex/distinfo | 3 +-- archivers/libcomprex/patches/patch-ac | 30 --------------------------- 2 files changed, 1 insertion(+), 32 deletions(-) delete mode 100644 archivers/libcomprex/patches/patch-ac diff --git a/archivers/libcomprex/distinfo b/archivers/libcomprex/distinfo index ccee0f10c2d8..c5145e9d1b43 100644 --- a/archivers/libcomprex/distinfo +++ b/archivers/libcomprex/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.2 2004/06/10 21:39:00 jmmv Exp $ +$NetBSD: distinfo,v 1.3 2004/06/11 08:15:06 jmmv Exp $ SHA1 (libcomprex-0.3.2.tar.gz) = d98667dbff85147ef0ccf923c8b168f7d6083fe5 Size (libcomprex-0.3.2.tar.gz) = 558088 bytes SHA1 (patch-aa) = 967fdbf14cf06ff1f483df16bfe45226a8b64e5c SHA1 (patch-ab) = 851286dfb8a930d839f509cf3ee1dd09945b22c3 -SHA1 (patch-ac) = 16d7c70e52296de20d8eba392b8e231f3bdf67e8 diff --git a/archivers/libcomprex/patches/patch-ac b/archivers/libcomprex/patches/patch-ac deleted file mode 100644 index 7146232870fd..000000000000 --- a/archivers/libcomprex/patches/patch-ac +++ /dev/null @@ -1,30 +0,0 @@ -$NetBSD: patch-ac,v 1.1 2004/06/10 21:39:00 jmmv Exp $ - ---- configure.orig 2004-06-10 23:30:16.000000000 +0200 -+++ configure -@@ -8433,9 +8433,9 @@ fi - - - if test "x$enable_scheme_mods" = "xyes" -o "x$static_scheme_curl" = "xyes"; then -- echo $ac_n "checking for curl_formparse in -lcurl""... $ac_c" 1>&6 --echo "configure:8438: checking for curl_formparse in -lcurl" >&5 --ac_lib_var=`echo curl'_'curl_formparse | sed 'y%./+-%__p_%'` -+ echo $ac_n "checking for curl_easy_init in -lcurl""... $ac_c" 1>&6 -+echo "configure:8438: checking for curl_easy_init in -lcurl" >&5 -+ac_lib_var=`echo curl'_'curl_easy_init | sed 'y%./+-%__p_%'` - if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -8447,10 +8447,10 @@ cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then