- Mark BROKEN on amd64/7

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2011-04-11 20:12:13 +00:00
parent ba8c9c3f02
commit 2da50c512f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272541
2 changed files with 11 additions and 1 deletions

View File

@ -51,6 +51,12 @@ MAN3= __zzip_fetch_disk_trailer.3 __zzip_parse_root_directory.3 __zzip_try_open
PORTSCOUT= limit:^0\.
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 800000 && ${ARCH} == "amd64"
BROKEN= segfaults during build
.endif
test check:
@(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} \
${MAKEFILE} ${MAKE_ARGS} check)
@ -59,4 +65,4 @@ test check:
post-build:: test
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -95,6 +95,10 @@ PLIST_FILES= bin/pike bin/pike76 bin/hilfe
ONLY_FOR_ARCHS= i386 amd64
.if ${OSVERSION} < 800000 && ${ARCH} == "amd64"
BROKEN= segfaults during build
.endif
.if defined(WITHOUT_RELOCATABLE_DUMPED_MODULES)
CONFIGURE_ARGS+= --without-relocatable-dumped-modules
.else