ports/114232: graphics/yafray fix compile

David Yeske dyeske at gmail.com
Tue Jul 3 06:50:03 UTC 2007


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



More information about the freebsd-ports-bugs mailing list