diff options
author | roam <roam@FreeBSD.org> | 2001-11-05 18:05:57 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2001-11-05 18:05:57 +0800 |
commit | f8274e15110097828dd7a7171d791b19353c6e77 (patch) | |
tree | 782cb4a6854b0fc99e63f400c4ed3d978a242fc6 | |
parent | 8c8c5e1efb8cea2ebd264b6ea5d78984eb7a2f6d (diff) | |
download | freebsd-ports-graphics-f8274e15110097828dd7a7171d791b19353c6e77.tar.gz freebsd-ports-graphics-f8274e15110097828dd7a7171d791b19353c6e77.tar.zst freebsd-ports-graphics-f8274e15110097828dd7a7171d791b19353c6e77.zip |
Update to 7.9.1, add a 'test' target to run the curl suite tests.
Note: some of those seem to intermitently fail on my system, no idea why.
Nuke the commented-out USE_AUTOMAKE and a no-longer-needed post-configure
substitution in some Makefiles.
-rw-r--r-- | ftp/curl/Makefile | 17 | ||||
-rw-r--r-- | ftp/curl/distinfo | 2 |
2 files changed, 6 insertions, 13 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index 839609bdef3..a8de7be0a38 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= curl -PORTVERSION= 7.9 +PORTVERSION= 7.9.1 CATEGORIES= ftp ipv6 www MASTER_SITES= http://curl.haxx.se/download/ \ http://download.sourceforge.net/curl/ \ @@ -47,19 +47,12 @@ CONFIGURE_ARGS += --with-krb4=/usr .endif GNU_CONFIGURE= 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 -post-configure: - -.for x in ${MAKEFILES} - @ ${MV} ${WRKSRC}/${x} ${WRKSRC}/${x}.pre_sed - @ ${SED} -e 's#@SHELL@#${SH}#' \ - ${WRKSRC}/${x}.pre_sed > ${WRKSRC}/${x} -.endfor +# 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) .include <bsd.port.mk> diff --git a/ftp/curl/distinfo b/ftp/curl/distinfo index a3772e3cdaa..0de2726a047 100644 --- a/ftp/curl/distinfo +++ b/ftp/curl/distinfo @@ -1 +1 @@ -MD5 (curl-7.9.tar.bz2) = 54a881c7995c148862845e1056f5d9c0 +MD5 (curl-7.9.1.tar.bz2) = a8ffc53706dbc2150891e42a08d9c09c |