Date: Sat, 23 Jun 2012 14:09:57 GMT From: Kit Sin <ktsin@acm.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/169346: ports chinese/mutt is broken Message-ID: <201206231409.q5NE9vA7042419@red.freebsd.org> Resent-Message-ID: <201206231410.q5NEACR2084540@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 169346 >Category: ports >Synopsis: ports chinese/mutt is broken >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jun 23 14:10:12 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Kit Sin >Release: FreeBSD 9 >Organization: >Environment: FreeBSD passion.hsins.com 9.0-STABLE FreeBSD 9.0-STABLE #0: Sat May 26 21:05:34 MYT 2012 ktsin@passion.hsins.com:/tmp/obj/usr/src/sys/PASSION amd64 >Description: ports chinese/mutt is broken due to changes to parent port mail/mutt-devel. see change http://www.freebsd.org/cgi/cvsweb.cgi/ports/mail/mutt-devel/Makefile.diff?r1=1.329;r2=1.330 >How-To-Repeat: >Fix: apply the attached patch. Patch attached with submission follows: --- chinese/mutt/Makefile.orig 2012-04-15 22:38:18.343142000 +0800 +++ chinese/mutt/Makefile 2012-06-23 21:39:07.116937000 +0800 @@ -23,8 +23,8 @@ LIB_DEPENDS+= hz.0:${PORTSDIR}/chinese/autoconvert -CFLAGS+= -D_DONT_USE_CTYPE_INLINE_ -LDFLAGS+= -lhz +CFLAGS_ADD+= -D_DONT_USE_CTYPE_INLINE_ +LDFLAGS_ADD+= -lhz WITH_MUTT_LOCALES_FIX= yes WITH_MUTT_NCURSES= yes >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201206231409.q5NE9vA7042419>