Disable 'make test' on the build cluster, since it is failing with a

coredump, and hundreds of dependent packages can't be built because of it.

While here, turn threading on by default to try to fix graphics/blender
build.  (Suggested by: submitter)

I am declaring a short mainter-timeout on this to unblock the package builds.

PR:		ports/117412
Submitted by:	beech
Hat:		portmgr
This commit is contained in:
Mark Linimon 2007-10-28 07:57:23 +00:00
parent e259c730ce
commit 5d8aa61c41
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202202

View file

@ -17,7 +17,7 @@ COMMENT= ILM Base libraries a.k.a. Half, IlmThread, Imath and Iex
CONFLICT= OpenEXR-1.[0-4].*
OPTIONS= THREAD "Enable multithreaded file I/O support" off
OPTIONS= THREAD "Enable multithreaded file I/O support" on
USE_GNOME= pkgconfig
USE_LDCONFIG= yes
@ -27,10 +27,6 @@ USE_AUTOTOOLS= libtool:15
test check: build
@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)
.if defined(PACKAGE_BUILDING)
pre-install: test
.endif
.include <bsd.port.pre.mk>
.if defined(WITH_THREAD)