From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 4 12:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7AF578D3 for ; Wed, 4 Dec 2013 12:40:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 577151DCE for ; Wed, 4 Dec 2013 12:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rB4Ce16a028181 for ; Wed, 4 Dec 2013 12:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rB4Ce1PV028180; Wed, 4 Dec 2013 12:40:01 GMT (envelope-from gnats) Resent-Date: Wed, 4 Dec 2013 12:40:01 GMT Resent-Message-Id: <201312041240.rB4Ce1PV028180@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, SHIOZAKI Takehiko Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E214A77E for ; Wed, 4 Dec 2013 12:34:48 +0000 (UTC) Received: from post1.infonia.net (post1.infonia.net [211.13.218.225]) by mx1.freebsd.org (Postfix) with ESMTP id 9CC041D9C for ; Wed, 4 Dec 2013 12:34:48 +0000 (UTC) Received: from localhost.takehiko.cjb.net (usr016.bb935-01.uaq.im.wakwak.ne.jp [219.103.183.146]) by post1.infonia.net (Postfix) with ESMTP id 5A00F12A53 for ; Wed, 4 Dec 2013 21:17:30 +0900 (JST) Received: by localhost.takehiko.cjb.net (Postfix, from userid 4013) id B523410E6EF; Wed, 4 Dec 2013 21:17:28 +0900 (JST) Message-Id: <20131204121728.B523410E6EF@localhost.takehiko.cjb.net> Date: Wed, 4 Dec 2013 21:17:28 +0900 (JST) From: SHIOZAKI Takehiko To: bug-followup@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/184490: japanese/mutt-devel update for recent FreeBSD X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: SHIOZAKI Takehiko List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Dec 2013 12:40:01 -0000 >Number: 184490 >Category: ports >Synopsis: japanese/mutt-devel update for recent FreeBSD >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Dec 04 12:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: SHIOZAKI Takehiko >Release: FreeBSD 9.2-RELEASE i386 >Organization: >Environment: System: FreeBSD localhost.my.domain 9.2-RELEASE FreeBSD 9.2-RELEASE #1500: Thu Nov 28 08:54:44 JST 2013 root@localhost.my.domain:/usr/obj/usr/src/sys/GENERIC i386 >Description: - Fix build for recent FreeBSD 9.1, 10.0 or later. - Convert to new LIB_DEPENDS syntax. - Fix mis-adopting optionsNG. >How-To-Repeat: >Fix: diff -urN mutt-devel/Makefile mutt-devel-ctype/Makefile --- mutt-devel/Makefile 2013-12-04 06:56:07.000000000 +0900 +++ mutt-devel-ctype/Makefile 2013-12-04 20:52:30.000000000 +0900 @@ -6,7 +6,7 @@ PORTNAME= mutt PORTVERSION= ${VERSION}.j${JP_VERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= japanese mail MASTER_SITES= ftp://ftp.mutt.org/mutt/devel/:body \ ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/devel/:body \ @@ -42,7 +42,7 @@ MAINTAINER= st@be.to COMMENT= Text-based mail client (Japanised development version) -LIB_DEPENDS= slang.2:${PORTSDIR}/japanese/libslang +LIB_DEPENDS= libslang.so:${PORTSDIR}/japanese/libslang RUN_DEPENDS= urlview:${PORTSDIR}/textproc/urlview \ ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support @@ -62,8 +62,8 @@ AUTOMAKE_ARGS= --add-missing USE_OPENSSL= yes WRKSRC= ${WRKDIR}/mutt-${VERSION} -LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ENV= CC="${CC} -D_DONT_USE_CTYPE_INLINE_ ${DB_CFLAGS} -I${LOCALBASE}/include -I${LOCALBASE}/include/slang" +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 \ ${ICONV_CONFIGURE_ARG} \ --without-wc-funcs \ @@ -85,11 +85,11 @@ NO_STAGE= yes .include -.if ! ${PORT_OPTIONS:MNLS} +.if ${PORT_OPTIONS:MNLS} USES+= gettext .endif .if ${PORT_OPTIONS:MCYRUS_SASL2} -LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2 +LIB_DEPENDS+= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 .endif .if ${PORT_OPTIONS:MMAILDIR_HEADER_CACHE} PORT_OPTIONS+= MAILDIR_HEADER_CACHE @@ -98,7 +98,7 @@ USE_BDB= 42+ .endif .if ${PORT_OPTIONS:MIDN} -LIB_DEPENDS+= idn:${PORTSDIR}/dns/libidn +LIB_DEPENDS+= libidn.so:${PORTSDIR}/dns/libidn .endif .if ${PORT_OPTIONS:MCYRUS_SASL2} >Release-Note: >Audit-Trail: >Unformatted: