Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  3 Sep 2006 09:53:09 +0200 (CEST)
From:      Anders Troback <freebsd@troback.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/102809: x11-fm/evidence do not build on AMD64.
Message-ID:  <20060903075309.80E0011465@devil.troback.com>
Resent-Message-ID: <200609030800.k8380gMx040467@freefall.freebsd.org>

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

>Number:         102809
>Category:       ports
>Synopsis:       x11-fm/evidence do not build on AMD64.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 03 08:00:41 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Anders Troback
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD devil.troback.com 6.1-STABLE FreeBSD 6.1-STABLE #1: Wed Aug 23 09:15:39 CEST 2006 root@devil.troback.com:/usr/obj/usr/src/sys/CUSTOM i386


	
>Description:
	Port don't build on AMD64
>How-To-Repeat:
	Build on AMD64:-)
>Fix:

Patch:

--- Makefile.org        Sat Sep  2 23:19:43 2006
+++ Makefile    Sat Sep  2 23:23:00 2006
@@ -109,6 +109,10 @@
 BROKEN=        "Broken dependencies."
 .endif
 
+.if ${ARCH} == "amd64"   
+BROKEN=   "Does not build on AMD64."
+.endif
+
 pre-everything::
        @${ECHO_MSG} "*****************************************************************************"
 .if !defined(WITH_DEBUG) || !defined(WITH_ECORE_MAINLOOP) || !defined(WITHOUT_EXTRACTOR) || !defined(WITHOUT_ID3) || !defined(WITHOUT_VORBIS) || !defined(WITHOUT_XINE)
>Release-Note:
>Audit-Trail:
>Unformatted:



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