From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 10 10:40:03 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 ESMTP id 7D3C3E0B for ; Sat, 10 Aug 2013 10:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) 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 430C0249B for ; Sat, 10 Aug 2013 10:40:03 +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 r7AAe3X8067146 for ; Sat, 10 Aug 2013 10:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r7AAe3X4067145; Sat, 10 Aug 2013 10:40:03 GMT (envelope-from gnats) Resent-Date: Sat, 10 Aug 2013 10:40:03 GMT Resent-Message-Id: <201308101040.r7AAe3X4067145@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, Yasuhiro KIMURA 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 ESMTP id 5426AC99 for ; Sat, 10 Aug 2013 10:36:13 +0000 (UTC) (envelope-from yasu@home.utahime.org) Received: from gate.utahime.jp (gate.utahime.jp [183.180.29.210]) by mx1.freebsd.org (Postfix) with ESMTP id 23DA8246A for ; Sat, 10 Aug 2013 10:36:12 +0000 (UTC) Received: from eastasia.home.utahime.org (mail.home.utahime.org [192.168.174.1]) by gate.utahime.jp (Postfix) with ESMTP id BDF1A61FD9; Sat, 10 Aug 2013 19:36:10 +0900 (JST) Received: from eastasia.home.utahime.org (localhost [127.0.0.1]) by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id 9AA044E63B; Sat, 10 Aug 2013 19:36:10 +0900 (JST) Received: by eastasia.home.utahime.org (Postfix, from userid 1000) id 7FB6C4E62D; Sat, 10 Aug 2013 19:36:10 +0900 (JST) Message-Id: <20130810103610.7FB6C4E62D@eastasia.home.utahime.org> Date: Sat, 10 Aug 2013 19:36:10 +0900 (JST) From: Yasuhiro KIMURA To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/181205: japanese/eb: Convert to new perl5 framework X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Aug 2013 10:40:03 -0000 >Number: 181205 >Category: ports >Synopsis: japanese/eb: Convert to new perl5 framework >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Aug 10 10:40:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Yasuhiro KIMURA >Release: FreeBSD 9.1-RELEASE-p5 amd64 >Organization: >Environment: System: FreeBSD xxxx 9.1-RELEASE-p5 FreeBSD 9.1-RELEASE-p5 #0 r253699: Sat Jul 27 17:47:48 JST 2013 xxxx amd64 >Description: - Conver to new perl5 framework. - Remove duplication of 'USES=gettext'. >How-To-Repeat: >Fix: --- patch-ja-eb begins here --- Index: Makefile =================================================================== --- Makefile (revision 324463) +++ Makefile (working copy) @@ -65,8 +65,7 @@ USE_AUTOTOOLS= libtool USE_BZIP2= yes -USES= gettext -USE_PERL5= yes +USES= gettext perl5 GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --with-pkgdocdir=${DOCSDIR} @@ -78,7 +77,6 @@ .include .if ${PORT_OPTIONS:MNLS} -USES+= gettext CONFIGURE_ARGS+= --enable-nls \ --with-gettext-includes=${LOCALBASE}/include \ --with-gettext-libraries=${LOCALBASE}/lib \ --- patch-ja-eb ends here --- >Release-Note: >Audit-Trail: >Unformatted: