Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Aug 2013 19:36:10 +0900 (JST)
From:      Yasuhiro KIMURA <yasu@utahime.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/181205: japanese/eb: Convert to new perl5 framework
Message-ID:  <20130810103610.7FB6C4E62D@eastasia.home.utahime.org>
Resent-Message-ID: <201308101040.r7AAe3X4067145@freefall.freebsd.org>

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

>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 <bsd.port.options.mk>
 
 .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:



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