Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jan 2011 14:16:53 GMT
From:      "Denise H. G." <darcsis@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/154193: [MAINTAINER] mark chinese/fcitx broken on i386
Message-ID:  <201101211416.p0LEGruA051913@red.freebsd.org>
Resent-Message-ID: <201101211420.p0LEK76d039933@freefall.freebsd.org>

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

>Number:         154193
>Category:       misc
>Synopsis:       [MAINTAINER] mark chinese/fcitx broken on i386
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 21 14:20:07 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Denise H. G.
>Release:        FreeBSD 8.2-PRERELEASE amd64
>Organization:
>Environment:
FreeBSD pluton.xbsd.name 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #0: Sat Jan 15 17:12:43 CST 2011     dhg@pluton.xbsd.name:/opt/obj/sysbld/usr/src/sys/pluton-amd64  amd64
>Description:
the port does not build on i386 currently.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2011-01-21 22:08:03.115389133 +0800
+++ Makefile	2011-01-21 22:08:32.180960841 +0800
@@ -34,6 +34,10 @@
 
 .include <bsd.port.options.mk>
 
+.if ${ARCH} == "i386"
+BROKEN=		Does not build
+.endif
+
 .if defined(WITH_XFT)
 LIB_DEPENDS+=	Xft.2:${PORTSDIR}/x11-fonts/libXft
 .else


>Release-Note:
>Audit-Trail:
>Unformatted:



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