misc/154193: [MAINTAINER] mark chinese/fcitx broken on i386

Denise H. G. darcsis at gmail.com
Fri Jan 21 14:20:08 UTC 2011


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


More information about the freebsd-bugs mailing list