1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Mark BROKEN on amd64/7: segfault during build

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2009-01-21 19:49:16 +00:00
parent cb4c98a613
commit a3363148fc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=226631

View File

@ -18,6 +18,12 @@ USE_GMAKE= yes
PORTDOCS= ChangeLog TODO vm-implementation.tex vm-implementation.pdf
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64" && ${OSVERSION} >= 700000
BROKEN= segmentation fault during build
.endif
# The distfile has execute bits set on everything; fix.
post-extract:
${FIND} ${WRKSRC} -type f -exec ${CHMOD} a-x {} ";"
@ -34,4 +40,4 @@ post-install:
cd ${WRKSRC}/doc && ${INSTALL_DATA} vm-implementation.tex vm-implementation.pdf ${DOCSDIR}
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>