1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

- Mark BROKEN on < 10.x amd64:

/usr/bin/make  check-TESTS
Segmentation fault (core dumped)
FAIL: tests/simple.yab
Segmentation fault (core dumped)
FAIL: tests/grammar.yab
Segmentation fault (core dumped)
FAIL: tests/io.yab
Segmentation fault (core dumped)
FAIL: tests/bugs.yab
Segmentation fault (core dumped)
FAIL: tests/break.yab
===================
5 of 5 tests failed
===================
*** [check-TESTS] Error code 1

MFH:		2015Q2
This commit is contained in:
Dmitry Marakasov 2015-06-16 23:02:07 +00:00
parent 10bc2c3ab0
commit c695a1e1e3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389872

View File

@ -23,6 +23,10 @@ OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
.if ${ARCH} == "amd64" && ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
BROKEN= all tests end up with segfault on FreeBSD < 10.x amd64
.endif
post-patch:
@${REINPLACE_CMD} -e 's|-DUNIX|@X_CFLAGS@ &|' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e '/Intrinsic\.h/d' ${WRKSRC}/yabasic.h