mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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:
parent
e259c730ce
commit
5d8aa61c41
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202202
1 changed files with 1 additions and 5 deletions
|
@ -17,7 +17,7 @@ COMMENT= ILM Base libraries a.k.a. Half, IlmThread, Imath and Iex
|
||||||
|
|
||||||
CONFLICT= OpenEXR-1.[0-4].*
|
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_GNOME= pkgconfig
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
@ -27,10 +27,6 @@ USE_AUTOTOOLS= libtool:15
|
||||||
test check: build
|
test check: build
|
||||||
@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)
|
@(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>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if defined(WITH_THREAD)
|
.if defined(WITH_THREAD)
|
||||||
|
|
Loading…
Add table
Reference in a new issue