ports/117412: graphics/ilmbase breakes graphics/blender and many tinderbox builds

Beech Rintoul beech at FreeBSD.org
Mon Oct 22 20:20:01 UTC 2007


>Number:         117412
>Category:       ports
>Synopsis:       graphics/ilmbase breakes graphics/blender and many tinderbox builds
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 22 20:20:00 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Beech Rintoul
>Release:        FreeBSD 8.0-CURRENT i386
>Organization:
The FreeBSD Project 
>Environment:


System: FreeBSD 8.0-CURRENT #12: Fri Oct 12 16:41:49 AKDT 2007
    root at stargate.alaskaparadise.com:/usr/obj/usr/src/sys/STARGATE



>Description:


Threading off by default breaks graphics/blender.
Package build test fails on tb3 and tb4.droso.net and other tinderboxes.

Remove package test. Default threading to on.


>How-To-Repeat:





>Fix:


Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/graphics/ilmbase/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	8 Oct 2007 06:36:11 -0000	1.4
+++ Makefile	22 Oct 2007 20:12:45 -0000
@@ -17,7 +17,7 @@
 
 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 @@
 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)



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list