Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Dec 2013 07:29:09 GMT
From:      oota toshiya <ribbon@ribbon.or.jp>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/185122: ja-mutt-devel uses japanese/libslang,but it has probrem
Message-ID:  <201312230729.rBN7T9nf012650@oldred.freebsd.org>
Resent-Message-ID: <201312230730.rBN7U0AW077156@freefall.freebsd.org>

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

>Number:         185122
>Category:       misc
>Synopsis:       ja-mutt-devel uses japanese/libslang,but it has probrem
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 23 07:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     oota toshiya
>Release:        9.2R
>Organization:
>Environment:
FreeBSD bk 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Fri Sep 27 03:52:52 UTC 2013     root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
Japanese:
japanese/mutt-devel が使用しているライブラリがja-libslangになっています。
これは、UTF-8環境ではうまく動作しません。
ncursesを使うように変更してもらえないでしょうか。


>How-To-Repeat:

>Fix:
Patch:

--- Makefile~   2013-12-07 06:31:48.000000000 +0900
+++ Makefile    2013-12-23 15:10:49.000000000 +0900
@@ -44,7 +44,7 @@

 LICENSE=       GPLv2

-LIB_DEPENDS=   libslang.so:${PORTSDIR}/japanese/libslang
+#LIB_DEPENDS=  libslang.so:${PORTSDIR}/japanese/libslang
 RUN_DEPENDS=   urlview:${PORTSDIR}/textproc/urlview \
                ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support

@@ -65,8 +65,8 @@
 USE_OPENSSL=   yes
 WRKSRC=                ${WRKDIR}/mutt-${VERSION}
 LDFLAGS+=      -L${LOCALBASE}/lib -ltinfow
-CONFIGURE_ENV= CC="${CC} -D_DONT_USE_CTYPE_INLINE_ -D_XLOCALE_CTYPE_H ${DB_CFLAGS} -I${LOCALBASE}/include -I${LOCALBASE}/include/slang"
-CONFIGURE_ARGS=        --with-slang --enable-locales-fix \
+CONFIGURE_ENV= CC="${CC} -D_DONT_USE_CTYPE_INLINE_ -D_XLOCALE_CTYPE_H ${DB_CFLAGS} -I${LOCALBASE}/include -I${LOCALBASE}/include/ncurses"
+CONFIGURE_ARGS=        --with-ncurses --enable-locales-fix \
                ${ICONV_CONFIGURE_ARG} \
                --without-wc-funcs \
                --enable-flock --disable-fcntl \


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



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