1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

- Remove BROKEN tag: pxp hasn't changed but seems to work fine again

on amd64 machines (confirmed on RELENG_7 and RELENG_8).
This commit is contained in:
Johan van Selst 2009-10-10 11:39:51 +00:00
parent 839353ae3e
commit f071fdc6bd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=242630

View File

@ -33,12 +33,6 @@ CONFIGURE_ARGS+=-without-wlex-compat -without-wlex
ALL_TARGET= all opt
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= segfaults during build
.endif
# to avoid a conflict with PACKAGES in bsd.port.mk
post-extract:
${FIND} ${WRKSRC} -name "Makefile*" | ${XARGS} ${REINPLACE_CMD} -e 's/PACKAGES/PXP_PACKAGES/'
@ -49,4 +43,4 @@ post-install:
@${FIND} ${PREFIX}/lib/ocaml/site-lib/ -type d -name 'pxp*' | ${SORT} -r | \
${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
.include <bsd.port.post.mk>
.include <bsd.port.mk>