From 5d8aa61c41fd58b2efe7ed5df28ec8c2029a0fbb Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sun, 28 Oct 2007 07:57:23 +0000 Subject: [PATCH] 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 --- graphics/ilmbase/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/graphics/ilmbase/Makefile b/graphics/ilmbase/Makefile index 732250713203..6e0d0faf8c40 100644 --- a/graphics/ilmbase/Makefile +++ b/graphics/ilmbase/Makefile @@ -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 .if defined(WITH_THREAD)