Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Feb 2005 22:13:31 +0300 (MSK)
From:      Igor Pokrovsky <ip@doom.homeunix.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/77021: Update port: graphics/ayam fix dependency error
Message-ID:  <200502011913.j11JDVH5010612@doom.homeunix.org>
Resent-Message-ID: <200502021730.j12HUEeN000604@freefall.freebsd.org>

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

>Number:         77021
>Category:       ports
>Synopsis:       Update port: graphics/ayam fix dependency error
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 02 17:30:13 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Igor Pokrovsky
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
>Environment:
System: FreeBSD doom.homeunix.org 4.11-STABLE FreeBSD 4.11-STABLE #0: Sat Jan 29 15:33:37 MSK 2005 root@doom.homeunix.org:/usr/obj/usr/src/sys/KERNEL i386


	
>Description:
Mark BROKEN on amd64, because of Aqsis problems.
As Aqsis is the only renderer in Ayam,
Ayam becomes quite useless without Aqsis.
	
>How-To-Repeat:
	
>Fix:

	

--- ayam.diff begins here ---
diff -ru /usr/ports/graphics/ayam/Makefile ayam/Makefile
--- /usr/ports/graphics/ayam/Makefile	Sat Jan 22 21:59:29 2005
+++ ayam/Makefile	Tue Feb  1 22:09:03 2005
@@ -35,6 +35,8 @@
 
 .if ${ARCH} == "alpha"
 BROKEN=		"Does not build on alpha"
+.elif ${ARCH} == "amd64"
+BROKEN=		"Aqsis is broken on AMD64"
 .endif
 
 post-patch:
--- ayam.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?200502011913.j11JDVH5010612>