summaryrefslogtreecommitdiff
path: root/mail/bogofilter
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-23 12:15:59 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-23 12:15:59 +0000
commit04c95cd281bc4d2081c3b88a59d3e36e1333cc49 (patch)
tree7b9a8cd8b994f9f0bed1316fcd5fd5163a939db4 /mail/bogofilter
parent- Update to 1.05 (diff)
IGNORE on alpha 5.x: infinite loop in build
Notes
Notes: svn path=/head/; revision=101854
Diffstat (limited to 'mail/bogofilter')
-rw-r--r--mail/bogofilter/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile
index dc376247f043..23d2634226b1 100644
--- a/mail/bogofilter/Makefile
+++ b/mail/bogofilter/Makefile
@@ -43,6 +43,12 @@ INSTALL_TARGET= install-strip prefix=${PREFIX}
MAN1= bogofilter.1 bogoutil.1 bogoupgrade.1 bogolexer.1 bogotune.1
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102
+IGNORE= "Does not compile on alpha 5.x \(infinite loop in build\)"
+.endif
+
post-patch:
${REINPLACE_CMD} -e "s|/bin/bash|${LOCALBASE}/bin/bash|" \
${WRKSRC}/contrib/randomtrain \
@@ -94,4 +100,4 @@ post-install::
${INSTALL_MAN} ${WRKSRC}/doc/programmer/README.freebsd ${DOCSDIR}/programmer
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>