summaryrefslogtreecommitdiff
path: root/www/curl/Makefile
diff options
context:
space:
mode:
authoradam <adam>2005-09-02 08:13:29 +0000
committeradam <adam>2005-09-02 08:13:29 +0000
commit69bf30aead2bc48ff989b18efd8d880eb01ed673 (patch)
tree64b41bdd37efa5f52034af2ee16840f485e8513c /www/curl/Makefile
parent8f240fbc07541c3b5fe5e753d0ae8f554c5f1241 (diff)
downloadpkgsrc-69bf30aead2bc48ff989b18efd8d880eb01ed673.tar.gz
Changes 7.14.1:
* GNU GSS support * --ignore-content-length and CURLOPT_IGNORE_CONTENT_LENGTH added * negotiates data connection SSL earlier when doing FTPS with PASV * CURLOPT_COOKIELIST and CURLINFO_COOKIELIST * trailer support for chunked encoded data streams * -x/CURL_PROXY strings may now contain user+password * --trace-time now outputs the full microsecond, all 6 digits * Bugfixes
Diffstat (limited to 'www/curl/Makefile')
-rw-r--r--www/curl/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/www/curl/Makefile b/www/curl/Makefile
index 02cc504a32d..58abae9d113 100644
--- a/www/curl/Makefile
+++ b/www/curl/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.55 2005/06/12 13:43:36 jmmv Exp $
+# $NetBSD: Makefile,v 1.56 2005/09/02 08:13:29 adam Exp $
-DISTNAME= curl-7.14.0
-PKGREVISION= 1
+DISTNAME= curl-7.14.1
CATEGORIES= www
MASTER_SITES= http://curl.haxx.se/download/ \
ftp://ftp.sunet.se/pub/www/utilities/curl/ \
@@ -17,16 +16,15 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
# list it into IPv6-ready packages
BUILD_DEFS+= USE_INET6
-GNU_CONFIGURE= yes
USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_PREFIX.openssl}
CONFIGURE_ARGS+= --with-zlib=${BUILDLINK_PREFIX.zlib}
-
-TEST_TARGET= check
-
# Work around an ICE on sparc64 with gcc2
CONFIGURE_ENV+= F77=${FALSE}
+TEST_TARGET= check
+
.include "../../mk/bsd.prefs.mk"
.if empty(USE_INET6:M[yY][eE][sS])