ports/62511: Update port: graphics/renderpark bento fix
Igor Pokrovsky
tiamat at comset.net
Sun Feb 8 04:20:15 UTC 2004
>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 at 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:
More information about the freebsd-ports-bugs
mailing list