ports/62512: Update port: graphics/xrml bento fix
Igor Pokrovsky
tiamat at comset.net
Sun Feb 8 04:30:11 UTC 2004
>Number: 62512
>Category: ports
>Synopsis: Update port: graphics/xrml 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:30:10 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:
--- xrml.diff begins here ---
diff -ru /usr/ports/graphics/xrml/Makefile xrml/Makefile
--- /usr/ports/graphics/xrml/Makefile Fri Feb 6 07:00:01 2004
+++ xrml/Makefile Sun Feb 8 07:13:24 2004
@@ -34,7 +34,8 @@
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 500000
-USE_GCC=2.95
+USE_GCC= 2.95
+NOT_FOR_ARCHS= amd64 sparc64 ia64
.endif
.ifndef (WITH_EXAMPLES)
--- xrml.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list