diff options
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: |