svn commit: r351716 - head/japanese/mutt-devel

John Marino marino at FreeBSD.org
Mon Apr 21 21:10:35 UTC 2014


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 \


More information about the svn-ports-all mailing list