Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Aug 2013 00:06:38 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325246 - head/japanese/eb
Message-ID:  <201308230006.r7N06cdU032988@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Fri Aug 23 00:06:37 2013
New Revision: 325246
URL: http://svnweb.freebsd.org/changeset/ports/325246

Log:
  japanese/eb: Make gettext dependency a condition of NLS
  
  PORTREVISION bumped to reset dependencies for folks that don't use NLS.
  
  PR:		181205
  Submitted by:	az
  Reviewed by:	jgh, marino
  Approved by:	bapt/culot (mentors, implicit)

Modified:
  head/japanese/eb/Makefile

Modified: head/japanese/eb/Makefile
==============================================================================
--- head/japanese/eb/Makefile	Thu Aug 22 23:55:13 2013	(r325245)
+++ head/japanese/eb/Makefile	Fri Aug 23 00:06:37 2013	(r325246)
@@ -3,6 +3,7 @@
 
 PORTNAME=	eb
 PORTVERSION=	4.4.3
+PORTREVISION=	1
 CATEGORIES=	japanese
 MASTER_SITES=	ftp://ftp.sra.co.jp/pub/misc/eb/ \
 		ftp://ftp.sra.co.jp/pub/misc/eb/old/eb-${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}/
@@ -65,7 +66,7 @@ PORTDOCS=	eb-01.html eb-02.html eb-03.ht
 
 USE_AUTOTOOLS=	libtool
 USE_BZIP2=	yes
-USES=		gettext perl5
+USES=		perl5
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--with-pkgdocdir=${DOCSDIR}
@@ -77,6 +78,7 @@ APPENDIXDIR=	${DATADIR}/appendix
 .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 \
@@ -84,6 +86,7 @@ CONFIGURE_ARGS+=	--enable-nls \
 		--with-iconv-libraries=${LOCALBASE}/lib
 PLIST_SUB=	NLS=""
 .else
+CONFIGURE_ARGS+=	--disable-nls
 PLIST_SUB=	NLS="@comment "
 .endif
 



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