Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Feb 2004 07:18:39 +0300 (MSK)
From:      Igor Pokrovsky <tiamat@comset.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/62511: Update port: graphics/renderpark bento fix
Message-ID:  <200402080418.i184IdYK009849@doom.homeunix.org>
Resent-Message-ID: <200402080420.i184KEJW086187@freefall.freebsd.org>

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

>Number:         62511
>Category:       ports
>Synopsis:       Update port: graphics/renderpark bento fix
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 07 20:20:14 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Igor Pokrovsky
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
>Environment:
System: FreeBSD doom.homeunix.org 4.9-STABLE FreeBSD 4.9-STABLE #0: Mon Jan 26 19:02:19 MSK 2004 root@doom.homeunix.org:/usr/obj/usr/src/sys/KERNEL i386


	
>Description:
Port can be build only with gcc < 3.
There is no gcc-2.95.x on amd64, sparc64, ia64.
	
>How-To-Repeat:
	
>Fix:

	

--- renderpark.diff begins here ---
diff -ru /usr/ports/graphics/renderpark/Makefile renderpark/Makefile
--- /usr/ports/graphics/renderpark/Makefile	Fri Feb  6 06:59:52 2004
+++ renderpark/Makefile	Sun Feb  8 07:12:29 2004
@@ -35,7 +35,8 @@
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} > 500000
-USE_GCC=2.95
+USE_GCC=	2.95
+NOT_FOR_ARCHS=	amd64 sparc64 ia64
 .endif
 
 .if !defined(WITH_SCENES)
--- renderpark.diff ends here ---


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



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