Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Feb 2004 07:20:11 +0300 (MSK)
From:      Igor Pokrovsky <tiamat@comset.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/62512: Update port: graphics/xrml bento fix
Message-ID:  <200402080420.i184KBgO009931@doom.homeunix.org>
Resent-Message-ID: <200402080430.i184UAhp086834@freefall.freebsd.org>

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

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



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