Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Jul 2007 06:45:35 GMT
From:      David Yeske <dyeske@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/114232: graphics/yafray fix compile
Message-ID:  <200707030645.l636jZED015025@www.freebsd.org>
Resent-Message-ID: <200707030650.l636o2jJ098085@freefall.freebsd.org>

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

>Number:         114232
>Category:       ports
>Synopsis:       graphics/yafray fix compile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 03 06:50:02 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     David Yeske
>Release:        HEAD
>Organization:
>Environment:
FreeBSD speed 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Tue Jun 26 00:39:31 EDT 2007     root@speed:/home/obj/usr/src/sys/SPEED  amd64
>Description:
fix compile on amd64 for HEAD
>How-To-Repeat:

>Fix:
It appears the code causing yafray to fail is not needed.  Add the attached file to the "files" directory.

Patch attached with submission follows:

--- src/yafraycore/ccthreads.h.orig	2007-07-02 17:04:18.000000000 -0400
+++ src/yafraycore/ccthreads.h	2007-07-02 17:04:33.000000000 -0400
@@ -81,9 +81,7 @@
 		virtual void body()=0;
 		void run();
 		void wait();
-		int getId() {return (int)id;};
 		pthread_t getPid() {return id;};
-		int getSelf() {return (int)pthread_self();};
 		bool isRunning()const {return running;};
 	protected:
 		bool running;


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



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