Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Oct 2007 12:17:59 -0800
From:      "Beech Rintoul" <beech@FreeBSD.org>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Cc:        droso@FreeBSD.org
Subject:   ports/117412: graphics/ilmbase breakes graphics/blender and many tinderbox builds
Message-ID:  <1193084279.32150@stargate.alaskaparadise.com>
Resent-Message-ID: <200710222020.l9MKK01x011985@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1193084279.32150>