summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2001-06-26 11:41:01 +0000
committerPeter Pentchev <roam@FreeBSD.org>2001-06-26 11:41:01 +0000
commitf7d88d9aa66b5544880b5e6fadd7aa9ceafb0c17 (patch)
treecce00cf44aba0f1a75e0f7f19d33ae11ad621523 /ftp
parent544c475c8e390b3f0b177847ec2ff8c8b34eb274 (diff)
downloadfreebsd-ports-f7d88d9aa66b5544880b5e6fadd7aa9ceafb0c17.zip
Update to 7.8, which is needed by www/mod_php4 now.
Disable use of automake - the configuration framework was updated for use with autoconf and automake newer than the ones in the Ports collection, and breaks with those. Besides, the pregenerated configure script in the distribution Does The Right Thing(tm) anyway. Reviewed by: dirk, knu
Diffstat (limited to 'ftp')
-rw-r--r--ftp/curl/Makefile7
-rw-r--r--ftp/curl/distinfo2
2 files changed, 6 insertions, 3 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile
index a6828866dc9e..9174fdeb3e84 100644
--- a/ftp/curl/Makefile
+++ b/ftp/curl/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= curl
-PORTVERSION= 7.7.3
+PORTVERSION= 7.8
CATEGORIES= ftp www
MASTER_SITES= http://curl.haxx.se/download/ \
http://download.sourceforge.net/curl/ \
@@ -22,6 +22,7 @@ MAN3= curl_easy_cleanup.3 curl_easy_getinfo.3 curl_easy_init.3 \
curl_escape.3 curl_unescape.3 \
curl_formparse.3 curl_formfree.3 \
curl_getdate.3 curl_getenv.3 \
+ curl_global_init.3 curl_global_cleanup.3 \
curl_mprintf.3 \
curl_slist_append.3 curl_slist_free_all.3 \
curl_strequal.3 curl_strnequal.3 \
@@ -43,7 +44,9 @@ CONFIGURE_ARGS += --with-krb4=/usr
.endif
GNU_CONFIGURE= yes
-USE_AUTOMAKE= yes
+# Disable this for the present - curl breaks with automake 1.4 :(
+# (and besides, the pregenerated configure script will DTRT anyway)
+# USE_AUTOMAKE= yes
USE_BZIP2= yes
USE_GMAKE= yes
MAKEFILES= Makefile src/Makefile
diff --git a/ftp/curl/distinfo b/ftp/curl/distinfo
index 1ba96a114c69..573caeebed4c 100644
--- a/ftp/curl/distinfo
+++ b/ftp/curl/distinfo
@@ -1 +1 @@
-MD5 (curl-7.7.3.tar.bz2) = bafe56cb7992c4cceda3494977a26287
+MD5 (curl-7.8.tar.bz2) = c02abf38d5a0091c64400f6df3dbac56