diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-26 08:25:14 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-26 08:25:14 +0000 |
commit | 0e15f28f68af2f84381893d542f5ecbdaf1ebc11 (patch) | |
tree | a00f34c1a23a336039d52be1b7b26a7316db8275 /benchmarks/sipp/Makefile | |
parent | 5239dcbc97ff2c4526297ed180f26251e7819266 (diff) |
- Update to 1.1.r5
- Take maintainership
PR: ports/97870
Submitted by: Artem Naluzhny <tut@nhamon.com.ua>
Notes
Notes:
svn path=/head/; revision=163457
Diffstat (limited to 'benchmarks/sipp/Makefile')
-rw-r--r-- | benchmarks/sipp/Makefile | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/benchmarks/sipp/Makefile b/benchmarks/sipp/Makefile index 5390615276ca..e7ae5701a655 100644 --- a/benchmarks/sipp/Makefile +++ b/benchmarks/sipp/Makefile @@ -6,16 +6,16 @@ # PORTNAME= sipp -PORTVERSION= 1.1.r4 +PORTVERSION= 1.1.r5 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= sipp -DISTNAME= ${PORTNAME}-1.1rc4 +DISTNAME= ${PORTNAME}-1.1rc5 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tut@nhamon.com.ua COMMENT= SIP testing tool -WRKSRC= ${WRKDIR}/${PORTNAME}.cumulus.2005-12-21 +WRKSRC= ${WRKDIR}/${PORTNAME}.cumulus.2006-03-20 PLIST_FILES= bin/sipp MAN1= sipp.1 @@ -25,7 +25,11 @@ MAKE_ENV+= CPP="${CXX}" CPPFLAGS="${CXXFLAGS}" CCLINK="${CXX}" .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" -BROKEN= "Does not compile - patch needed by someone who can test it" +BROKEN= Does not compile - patch needed by someone who can test it +.endif + +.if !defined(WITHOUT_DIGEST_AUTH) +ALL_TARGET=ossl .endif do-install: |