Date: Wed, 15 Feb 2006 00:49:59 -0800 (PST) From: Byung-Hee HWANG <bh@izb.knu.ac.kr> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/93377: [PATCH] multimedia/quodlibet: build failure on ia64 Message-ID: <20060215084959.AB3E362CE@viola.izb.knu.ac.kr> Resent-Message-ID: <200602150900.k1F90HFG010271@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 93377 >Category: ports >Synopsis: [PATCH] multimedia/quodlibet: build failure on ia64 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Feb 15 09:00:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Byung-Hee HWANG >Release: FreeBSD 6.0-RELEASE-p4 i386 >Organization: InZealBomb >Environment: System: FreeBSD viola.izb.knu.ac.kr 6.0-RELEASE-p4 FreeBSD 6.0-RELEASE-p4 #3: Sun Jan 29 04:51:25 PST 2006 bh@viola.izb.knu.ac.kr:/usr/src/sys/i386/compile/II82801BA i386 >Description: - Build failure on ia64 [1] [1] http://pointyhat.freebsd.org/errorlogs/ia64-errorlogs/e.6.2005101321/quodlibet-0.17.1.log >How-To-Repeat: >Fix: --- ports-quodlibet-20060215.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/multimedia/quodlibet/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 20 Jan 2006 23:29:54 -0000 1.7 +++ Makefile 15 Feb 2006 08:40:04 -0000 @@ -77,8 +77,8 @@ IGNORE= is unsupported on FreeBSD 4.x .endif -.if ${ARCH} == amd64 || ${ARCH} == sparc64 -BROKEN= "Does not configure" +.if ${ARCH} == amd64 || ${ARCH} == sparc64 || ${ARCH} == ia64 +BROKEN= Does not configure .endif do-configure: --- ports-quodlibet-20060215.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?20060215084959.AB3E362CE>