aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/dbs
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2011-07-20 19:43:54 +0000
committerPav Lucistnik <pav@FreeBSD.org>2011-07-20 19:43:54 +0000
commit3c89fe5ef60dca1a8d356dd7ce0e29104b334055 (patch)
treef18b59a44824ae3c3c344901fdc7427eba7a22b6 /benchmarks/dbs
parent3129b4c952eb54da9c12fb49118da65d7db042d8 (diff)
downloadports-3c89fe5ef60dca1a8d356dd7ce0e29104b334055.tar.gz
ports-3c89fe5ef60dca1a8d356dd7ce0e29104b334055.zip
- Mark BROKEN on recent -CURRENT:
/usr/include/netinet/in_pcb.h:390: error: requested alignment is not a constant Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=278036
Diffstat (limited to 'benchmarks/dbs')
-rw-r--r--benchmarks/dbs/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/benchmarks/dbs/Makefile b/benchmarks/dbs/Makefile
index 1eade3683d6f..2fd6ced0a1a7 100644
--- a/benchmarks/dbs/Makefile
+++ b/benchmarks/dbs/Makefile
@@ -23,6 +23,12 @@ DOCS= dbs.man dbs.man.jis dbs_paper.ps Copyright
EXDIR= ${PREFIX}/share/examples/dbs/
EXS= TCP2.cmd TCPvsMPEG.cmd
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 900000
+BROKEN= does not compile on FreeBSD 9.X
+.endif
+
do-build:
cd ${WRKSRC}/src; ${MAKE} dir
cd ${WRKSRC}/obj/${OPSYS}; ${MAKE} ${ALL_TARGET} PREFIX=${PREFIX}
@@ -37,4 +43,4 @@ do-install:
cd ${WRKSRC}/doc; ${CP} -p ${DOCS} ${DOCDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>