summaryrefslogtreecommitdiffstats
path: root/ftp/curl
diff options
context:
space:
mode:
authorroam <roam@FreeBSD.org>2001-06-26 11:41:01 +0000
committerroam <roam@FreeBSD.org>2001-06-26 11:41:01 +0000
commitf5f3ce444f707dccab48beee6c67ca5da0d01e8f (patch)
treed585c908c74ab2e4f9ff825e8a44a00dbed9a698 /ftp/curl
parent4806fd849a101d4fafc77818b329572292ad05c5 (diff)
downloadFreeBSD-ports-f5f3ce444f707dccab48beee6c67ca5da0d01e8f.zip
FreeBSD-ports-f5f3ce444f707dccab48beee6c67ca5da0d01e8f.tar.gz
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/curl')
-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 a682886..9174fde 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 1ba96a1..573caee 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
OpenPOWER on IntegriCloud