IGNORE on alpha 5.x: infinite loop in build
This commit is contained in:
parent
0dcdb21756
commit
04c95cd281
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101854
2 changed files with 14 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue