diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-10-22 08:02:14 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-10-22 08:02:14 +0000 |
commit | 383f49637314f4f453285a377552df20e36aebdd (patch) | |
tree | 04e0e6a4aad5f792f9648afea28d36c622715eab /benchmarks | |
parent | f0dbbf4422f3c7332ab385de05cd6f1735f1cf3b (diff) | |
download | ports-383f49637314f4f453285a377552df20e36aebdd.tar.gz ports-383f49637314f4f453285a377552df20e36aebdd.zip |
Per bento logs, mark as broken on 5.x.
Notes
Notes:
svn path=/head/; revision=91872
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/postal/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/benchmarks/postal/Makefile b/benchmarks/postal/Makefile index d1b707802e5e..ed932cb6b375 100644 --- a/benchmarks/postal/Makefile +++ b/benchmarks/postal/Makefile @@ -15,6 +15,12 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Benchmark SMTP/POP servers +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +.endif + USE_REINPLACE= yes USE_OPENSSL= yes GNU_CONFIGURE= yes @@ -24,4 +30,4 @@ MAN8= postal.8 postal-list.8 rabid.8 post-patch: @${REINPLACE_CMD} -e "s,-pthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure -.include <bsd.port.mk> +.include <bsd.port.post.mk> |