summaryrefslogtreecommitdiff
path: root/www/srg
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-07-04 00:43:16 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-07-04 00:43:16 +0000
commitfc7af4cfe1fcbcffe8016457cde53f0bc8691638 (patch)
tree8df9df2d325e1ca26aa6bc1caa6a0225915c7a81 /www/srg
parentUpdate to version 1.1.5 (diff)
Reset maintainer:
<lslarry@gmail.ru>: Sorry, no mailbox here by that name. (#5.1.1) Mark BROKEN on sparc64 (assertion failure during build)
Diffstat (limited to 'www/srg')
-rw-r--r--www/srg/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/www/srg/Makefile b/www/srg/Makefile
index 90a8a632d160..6ea03e5f7063 100644
--- a/www/srg/Makefile
+++ b/www/srg/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://mirror.crc.net.nz/pub/srg/
MASTER_SITE_SUBDIR= ${PORTNAME}
-MAINTAINER= lslarry@gmail.ru
+MAINTAINER= ports@FreeBSD.org
COMMENT= A Squid Report Generator
USE_GMAKE= yes
@@ -30,6 +30,12 @@ PLIST_FILES+= share/examples/srg/${i}
.endfor
PLIST_DIRS= share/examples/srg
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN= "Fails self-tests on sparc64"
+.endif
+
post-patch:
${REINPLACE_CMD} -e 's|-g |${CFLAGS} ${CPPFLAGS} |' ${WRKSRC}/Makefile \
${WRKSRC}/lib/Makefile
@@ -40,4 +46,4 @@ do-install:
${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>