Japanese: japanese/mutt-devel ¤¬»ÈÍѤ·¤Æ¤¤¤ë¥é¥¤¥Ö¥é¥ê¤¬ja-libslang¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡£ ¤³¤ì¤Ï¡¢UTF-8´Ä¶¤Ç¤Ï¤¦¤Þ¤¯Æ°ºî¤·¤Þ¤»¤ó¡£ ncurses¤ò»È¤¦¤è¤¦¤ËÊѹ¹¤·¤Æ¤â¤é¤¨¤Ê¤¤¤Ç¤·¤ç¤¦¤«¡£ Fix: Patch: 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 \--vg45TcResrjAzm0gXbCwzvRei6DnfQ25LhKxm6ia0PECezpS Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" --- Makefile~ 2013-12-07 06:31:48.000000000 +0900 +++ Makefile 2013-12-23 15:10:49.000000000 +0900 @@ -44,7 +44,7 @@
Responsible Changed From-To: freebsd-bugs->freebsd-ports-bugs ports PR.
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Maintainer of japanese/mutt-devel, Please note that PR ports/185122 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/185122 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
Hi Edwin and the team Thank you for your support. I approve this patch. Regards [On Dec 27, Edwin Groothuis <edwin@FreeBSD.org> wrote:] >Maintainer of japanese/mutt-devel, > >Please note that PR ports/185122 has just been submitted. > >If it contains a patch for an upgrade, an enhancement or a bug fix >you agree on, reply to this email stating that you approve the patch >and a committer will take care of it. > >The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/185122 > >-- >Edwin Groothuis via the GNATS Auto Assign Tool >edwin@FreeBSD.org -- SHIOZAKI Takehiko
State Changed From-To: feedback->open Maintainer approved.
Hi team Could someone take care of this patch and close this PR, please? Regards -- st@be.to
Responsible Changed From-To: freebsd-ports-bugs->marino the patch is corrupt, but i will try entering it by hand
Author: marino Date: Mon Apr 21 21:10:34 2014 New Revision: 351716 URL: http://svnweb.freebsd.org/changeset/ports/351716 QAT: https://qat.redports.org/buildarchive/r351716/ Log: japanese/mutt-devel: Eliminate use of problematic libslang PR: ports/185122 Submitted by: Oota Toshiya Approved by: maintainer (SHIOZAKI Takehiko) Modified: head/japanese/mutt-devel/Makefile Modified: head/japanese/mutt-devel/Makefile ============================================================================== --- head/japanese/mutt-devel/Makefile Mon Apr 21 21:07:26 2014 (r351715) +++ head/japanese/mutt-devel/Makefile Mon Apr 21 21:10:34 2014 (r351716) @@ -44,7 +44,6 @@ COMMENT= Text-based mail client (Japanis LICENSE= GPLv2 -LIB_DEPENDS= libslang.so:${PORTSDIR}/japanese/libslang RUN_DEPENDS= urlview:${PORTSDIR}/textproc/urlview \ ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support @@ -65,8 +64,8 @@ AUTOMAKE_ARGS= --add-missing 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 \ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!