From owner-svn-ports-head@freebsd.org Mon Oct 9 22:18:23 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B4E2E3DCD1; Mon, 9 Oct 2017 22:18:23 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3841382C98; Mon, 9 Oct 2017 22:18:23 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v99MIMpA011590; Mon, 9 Oct 2017 22:18:22 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v99MIMge011589; Mon, 9 Oct 2017 22:18:22 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201710092218.v99MIMge011589@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Mon, 9 Oct 2017 22:18:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451648 - head/math/pspp X-SVN-Group: ports-head X-SVN-Commit-Author: cpm X-SVN-Commit-Paths: head/math/pspp X-SVN-Commit-Revision: 451648 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Oct 2017 22:18:23 -0000 Author: cpm Date: Mon Oct 9 22:18:22 2017 New Revision: 451648 URL: https://svnweb.freebsd.org/changeset/ports/451648 Log: 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> MFH: 2017Q4 (blanket) Modified: head/math/pspp/Makefile Modified: head/math/pspp/Makefile ============================================================================== --- head/math/pspp/Makefile Mon Oct 9 22:10:08 2017 (r451647) +++ head/math/pspp/Makefile Mon Oct 9 22:18:22 2017 (r451648) @@ -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