- Mark broken if threads are enabled until the problem is fixed instead of

silently building without threads.

Suggested by:	Pan Tsu <inyaoo@gmail.com>
This commit is contained in:
Stanislav Sedov 2011-07-12 00:09:13 +00:00
parent f0042790ea
commit f32ee74b6e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277572

View File

@ -94,6 +94,10 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
.include <bsd.port.pre.mk>
.if defined(WITH_THREADS)
IGNORE= does not build with threads, disable threads for now
.endif
.if !defined(WITHOUT_PDF)
BUILD_DEPENDS+= latex:${PORTSDIR}/print/teTeX-base \
texi2dvi:${PORTSDIR}/print/texinfo
@ -200,9 +204,9 @@ post-patch:
-e 's|ld \$$SO_FLAGS|${LD} \$$SO_FLAGS|' \
${WRKSRC}/tests/foreign.test.sh
@${FIND} ${WRKSRC} \( -name '*.orig' -o -name '*.bak' \) -delete
#.if defined(WITH_THREADS)
# @${CP} ${FILESDIR}/customize-target-features.lisp ${WRKSRC}
#.endif
.if defined(WITH_THREADS)
@${CP} ${FILESDIR}/customize-target-features.lisp ${WRKSRC}
.endif
@${REINPLACE_CMD} -E -e 's,makeinfo,makeinfo --no-split,g' \
${WRKSRC}/doc/internals/Makefile