Update to 7.9.2.

Add a vendor patch (from the cURL CVS repository) to make it compile.
Remove the GNU make dependency.

PR:		32815
Submitted by:	Joseph Scott <joseph@randomnetworks.com> and naddy
Apologies to:	Joseph Scott and Christian Weisberger <naddy@FreeBSD.org>
This commit is contained in:
Peter Pentchev 2001-12-14 18:08:30 +00:00
parent c85f2730b9
commit 9ccc4d0cb4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51538
2 changed files with 8 additions and 4 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= curl
PORTVERSION= 7.9.1
PORTVERSION= 7.9.2
CATEGORIES= ftp ipv6 www
MASTER_SITES= http://curl.haxx.se/download/ \
http://download.sourceforge.net/curl/ \
@ -14,6 +14,10 @@ MASTER_SITES= http://curl.haxx.se/download/ \
ftp://ftp.fu-berlin.de/pub/unix/network/curl/ \
ftp://crydee.sai.msu.ru/zeus/unix/WWW/tools/mirror/
PATCHFILES= curl-lib-sendf.c.patch
PATCH_SITES= ${MASTER_SITE_LOCAL}
PATCH_SITE_SUBDIR= roam
MAINTAINER= roam@FreeBSD.org
MAN1= curl.1 curl-config.1
@ -48,11 +52,10 @@ CONFIGURE_ARGS += --with-krb4=/usr
GNU_CONFIGURE= yes
USE_BZIP2= yes
USE_GMAKE= yes
# Note: some of these tests seem to intermitently fail on my system.
# I don't know why they would do that, yet.
test: build
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} test)
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} test
.include <bsd.port.mk>

View File

@ -1 +1,2 @@
MD5 (curl-7.9.1.tar.bz2) = a8ffc53706dbc2150891e42a08d9c09c
MD5 (curl-7.9.2.tar.bz2) = a1ca37410905e79128a7ed6e48755b54
MD5 (curl-lib-sendf.c.patch) = 1d8dc97d3aa5cb6573f382c22baa58d2