Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Oct 2017 22:23:46 +0000 (UTC)
From:      "Carlos J. Puga Medina" <cpm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r451649 - branches/2017Q4/math/pspp
Message-ID:  <201710092223.v99MNki8015926@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cpm
Date: Mon Oct  9 22:23:45 2017
New Revision: 451649
URL: https://svnweb.freebsd.org/changeset/ports/451649

Log:
  MFH: r451648
  
  math/pspp: fix NLS option
  
  - Fix USES=gettext-* when NLS option is not set
  - Bump PORTREVISION
  
  PR:		222831
  Reported by:	Miroslav Lachman <000.fbsd@quip.cz>
  
  Approved by:	ports-secteam (blanket)

Modified:
  branches/2017Q4/math/pspp/Makefile
Directory Properties:
  branches/2017Q4/   (props changed)

Modified: branches/2017Q4/math/pspp/Makefile
==============================================================================
--- branches/2017Q4/math/pspp/Makefile	Mon Oct  9 22:18:22 2017	(r451648)
+++ branches/2017Q4/math/pspp/Makefile	Mon Oct  9 22:23:45 2017	(r451649)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pspp
 PORTVERSION=	1.0.1
+PORTREVISION=	1
 CATEGORIES=	math
 MASTER_SITES=	GNU
 
@@ -15,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 BUILD_DEPENDS=	texinfo>0:print/texinfo
 LIB_DEPENDS=	libgslcblas.so:math/gsl
 
-USES=		charsetfix gmake iconv localbase libtool perl5 pkgconfig readline
+USES=		charsetfix gettext-tools gmake iconv localbase libtool perl5 pkgconfig readline
 USE_GNOME=	libxml2
 USE_PERL5=	build
 GNU_CONFIGURE=	yes
@@ -41,8 +42,8 @@ GUI_VARS=		INSTALLS_ICONS=yes
 GUI_CONFIGURE_WITH=	cairo gui gui-tools
 GUI_INSTALL_TARGET=	install-icons install-ext-icons
 
-NLS_USES=		gettext
-NLS_CONFIGURE_ENABLE=	nls
+NLS_USES=		gettext-runtime
+NLS_CONFIGURE_OFF=	--disable-nls
 NLS_MAKE_ARGS_OFF=	POFILES=""
 
 PGSQL_USES=		pgsql



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