aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/sipp
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2005-01-26 12:29:38 +0800
committerkevlo <kevlo@FreeBSD.org>2005-01-26 12:29:38 +0800
commit4483d7fb65aab0bf6fe4aaffb842fe76a428834d (patch)
tree6e29cb15cbd84ac7cb3f09b7d7a1969c864f5dca /benchmarks/sipp
parent2f9b97e3ccf15c5da65c919957f0aef60de37d8c (diff)
downloadfreebsd-ports-gnome-4483d7fb65aab0bf6fe4aaffb842fe76a428834d.tar.gz
freebsd-ports-gnome-4483d7fb65aab0bf6fe4aaffb842fe76a428834d.tar.zst
freebsd-ports-gnome-4483d7fb65aab0bf6fe4aaffb842fe76a428834d.zip
Mark BROKEN on alpha
PR: ports/76620 Submitted by: MAINTAINER
Diffstat (limited to 'benchmarks/sipp')
-rw-r--r--benchmarks/sipp/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/benchmarks/sipp/Makefile b/benchmarks/sipp/Makefile
index 258d48c7ea9f..fbfb4b619f7d 100644
--- a/benchmarks/sipp/Makefile
+++ b/benchmarks/sipp/Makefile
@@ -10,7 +10,6 @@ PORTVERSION= 1.0
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= sipp
-
DISTNAME= ${PORTNAME}.${PORTVERSION}
MAINTAINER= jesper@jdn.dk
@@ -20,6 +19,12 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
PLIST_FILES= bin/sipp
MAN1= sipp.1
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "alpha"
+BROKEN= "Does not compile on alpha - patch for call.cpp needed"
+.endif
+
pre-install:
@${CP} ${FILESDIR}/${MAN1} ${WRKSRC}/
@@ -27,4 +32,4 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/sipp.1 ${PREFIX}/man/man1/sipp.1
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>