summaryrefslogtreecommitdiff
path: root/net/httping/Makefile
diff options
context:
space:
mode:
authoradrianp <adrianp>2008-09-19 19:23:07 +0000
committeradrianp <adrianp>2008-09-19 19:23:07 +0000
commit21c7a909d629a6c9569ee5ad4ae74c7a09503d04 (patch)
tree5a32a05d7f0acd7ec2aaf9f951168cba379f80a0 /net/httping/Makefile
parent64d42623cfc974ab52a6f3b3925936a76c082039 (diff)
downloadpkgsrc-21c7a909d629a6c9569ee5ad4ae74c7a09503d04.tar.gz
Update to 1.2.9 and fix SunOS builds
1.2.9 binding to an adapter did not work, 'SIGPIPE' was not handled correctly 1.2.8 fixed a segfault introduced in version 1.2.7 1.2.7 http statuscodes are now correctly interpreted (if selected) 1.2.6 Can now split measured latency in time to connect and time to exchange a request with the HTTP server
Diffstat (limited to 'net/httping/Makefile')
-rw-r--r--net/httping/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/net/httping/Makefile b/net/httping/Makefile
index fab303020db..b0914318ba4 100644
--- a/net/httping/Makefile
+++ b/net/httping/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2008/01/18 05:08:42 tnn Exp $
+# $NetBSD: Makefile,v 1.9 2008/09/19 19:23:07 adrianp Exp $
#
-DISTNAME= httping-1.2.5
-PKGREVISION= 1
+DISTNAME= httping-1.2.9
CATEGORIES= net
MASTER_SITES= http://www.vanheusden.com/httping/
EXTRACT_SUFX= .tgz
@@ -16,7 +15,7 @@ COMMENT= Like 'ping' but for http-requests
LDFLAGS.SunOS= -lnsl -lsocket
.if (${OPSYS} == "NetBSD" && !empty(OS_VERSION:M[123]*)) || \
- ${OPSYS} == "Darwin" || ${OPSYS} == "DragonFly"
+ ${OPSYS} == "Darwin" || ${OPSYS} == "DragonFly" || ${OPSYS} == "SunOS"
.else
CFLAGS+= -DHAVE_STRNDUP
.endif