From owner-svn-ports-head@freebsd.org Sun Sep 29 19:09:05 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E3704127D0B; Sun, 29 Sep 2019 19:09:05 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46hFSd6Rhgz3M8V; Sun, 29 Sep 2019 19:09:05 +0000 (UTC) (envelope-from pi@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C02481E8C9; Sun, 29 Sep 2019 19:09:05 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x8TJ95oX065300; Sun, 29 Sep 2019 19:09:05 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8TJ95Ch065299; Sun, 29 Sep 2019 19:09:05 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201909291909.x8TJ95Ch065299@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 29 Sep 2019 19:09:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513260 - head/databases/grass7 X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: head/databases/grass7 X-SVN-Commit-Revision: 513260 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.29 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: Sun, 29 Sep 2019 19:09:06 -0000 Author: pi Date: Sun Sep 29 19:09:05 2019 New Revision: 513260 URL: https://svnweb.freebsd.org/changeset/ports/513260 Log: databases/grass7: fix packaging and change options - Remove with-openmp since the build failed for 3 modules with openmp since 2019-09-10 - Remove some default options less used (NETCDF MYSQL ODBC) or non existant (NETLIB) - Add zstd option - Uses NLS as an option PR: 240892 Submitted by: Loic Bartoletti (maintainer) Modified: head/databases/grass7/Makefile head/databases/grass7/pkg-plist Modified: head/databases/grass7/Makefile ============================================================================== --- head/databases/grass7/Makefile Sun Sep 29 19:08:14 2019 (r513259) +++ head/databases/grass7/Makefile Sun Sep 29 19:09:05 2019 (r513260) @@ -3,7 +3,7 @@ PORTNAME= grass PORTVERSION= 7.6.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= databases geography MASTER_SITES= https://grass.osgeo.org/%SUBDIR%/ \ http://grass.cict.fr/%SUBDIR%/ \ @@ -38,8 +38,9 @@ LIB_DEPENDS= libgdal.so:graphics/gdal \ libgeos.so:graphics/geos RUN_DEPENDS= bash:shells/bash -USES= blaslapack compiler:openmp fortran gettext gmake gl iconv \ - jpeg perl5 pkgconfig python:2.7 readline shebangfix tk +USES= blaslapack fortran gmake gl gnome \ + iconv jpeg perl5 pkgconfig python:2.7 \ + readline shebangfix tk xorg SHEBANG_LANG= nviz nviz_OLD_CMD= nviz nviz_CMD= ${PREFIX}/${GRASS_INST_DIR}/bin/nviz @@ -60,15 +61,14 @@ CONFIGURE_ARGS= --with-includes=${LOCALBASE}/include \ --with-blas \ --with-lapack \ --with-cairo \ - --with-nls \ --with-readline \ --enable-largefile \ --with-wxwidgets=${WX_CONFIG} \ --with-proj-share=${LOCALBASE}/share/proj \ --with-geos=${LOCALBASE}/bin/geos-config \ --with-gdal=${LOCALBASE}/bin/gdal-config \ - --with-pthread=yes \ - --with-openmp + --with-pthread=yes + #--with-openmp ALL_TARGET= default USE_LDCONFIG= ${PREFIX}/${GRASS_INST_DIR}/lib @@ -79,23 +79,26 @@ PLIST_SUB= GRASS_INST_DIR="${GRASS_INST_DIR}" \ VERSION="${PORTVERSION}" VERS="${PORTVERSION:C/([0-9]+).([0-9]+)(.*)/\1.\2/}" \ VER="${VER}" MAJVER="${PKGNAMESUFFIX}" -OPTIONS_DEFINE= LAS NETCDF PDAL +OPTIONS_DEFINE= LAS NETCDF NLS PDAL ZSTD OPTIONS_MULTI= DB OPTIONS_MULTI_DB= MYSQL ODBC PGSQL SQLITE #OPTIONS_SINGLE= BLAS #OPTIONS_SINGLE_BLAS= ATLAS NETLIB GOTOBLAS OPENBLAS -OPTIONS_DEFAULT= LAS PDAL PGSQL SQLITE NETLIB NETCDF MYSQL ODBC +OPTIONS_DEFAULT= LAS NETCDF NLS PDAL PGSQL SQLITE ZSTD OPTIONS_SUB= yes +# BLAS/LAPACK: Only netlib compile the maxmimum number of modules #BLAS_DESC= BLAS/LAPACK support #GOTOBLAS_DESC= GotoBLAS implementationS -LAS_DESC= Enable LiDAR modules -PDAL_DESC= Enable points cloud data modules #ATLAS_USES= blaslapack:atlas #NETLIB_USES= blaslapack #GOTOBLAS_USES= blaslapack:gotoblas #OPENBLAS_USES= blaslapack:openblas +LAS_DESC= Enable LiDAR modules +PDAL_DESC= Enable points cloud data modules DB_DESC= Database support +NLS_CONFIGURE_WITH= nls +NLS_USES= gettext LAS_CONFIGURE_ON= --with-liblas=yes LAS_LIB_DEPENDS= liblas.so:devel/liblas \ libboost_program_options.so:devel/boost-libs \ @@ -116,6 +119,8 @@ PGSQL_CONFIGURE_ON= --with-postgres SQLITE_USES= sqlite SQLITE_CONFIGURE_ON= --with-sqlite SQLITE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} +ZSTD_CONFIGURE_WITH= zstd +ZSTD_LIB_DEPENDS= libzstd.so:archivers/zstd .include Modified: head/databases/grass7/pkg-plist ============================================================================== --- head/databases/grass7/pkg-plist Sun Sep 29 19:08:14 2019 (r513259) +++ head/databases/grass7/pkg-plist Sun Sep 29 19:09:05 2019 (r513260) @@ -3995,91 +3995,91 @@ bin/grass%%VER%% %%GRASS_INST_DIR%%/lib/libgrass_vector.so %%GRASS_INST_DIR%%/lib/libgrass_vedit.%%VERS%%.so %%GRASS_INST_DIR%%/lib/libgrass_vedit.so -%%GRASS_INST_DIR%%/locale/ar/LC_MESSAGES/grasslibs.mo -%%GRASS_INST_DIR%%/locale/ar/LC_MESSAGES/grassmods.mo -%%GRASS_INST_DIR%%/locale/bn/LC_MESSAGES/grasslibs.mo -%%GRASS_INST_DIR%%/locale/bn/LC_MESSAGES/grassmods.mo -%%GRASS_INST_DIR%%/locale/bn/LC_MESSAGES/grasswxpy.mo -%%GRASS_INST_DIR%%/locale/cs/LC_MESSAGES/grasslibs.mo -%%GRASS_INST_DIR%%/locale/cs/LC_MESSAGES/grassmods.mo -%%GRASS_INST_DIR%%/locale/cs/LC_MESSAGES/grasswxpy.mo -%%GRASS_INST_DIR%%/locale/de/LC_MESSAGES/grasslibs.mo -%%GRASS_INST_DIR%%/locale/de/LC_MESSAGES/grassmods.mo -%%GRASS_INST_DIR%%/locale/de/LC_MESSAGES/grasswxpy.mo -%%GRASS_INST_DIR%%/locale/el/LC_MESSAGES/grasslibs.mo -%%GRASS_INST_DIR%%/locale/el/LC_MESSAGES/grassmods.mo -%%GRASS_INST_DIR%%/locale/el/LC_MESSAGES/grasswxpy.mo -%%GRASS_INST_DIR%%/locale/es/LC_MESSAGES/grasslibs.mo -%%GRASS_INST_DIR%%/locale/es/LC_MESSAGES/grassmods.mo -%%GRASS_INST_DIR%%/locale/es/LC_MESSAGES/grasswxpy.mo -%%GRASS_INST_DIR%%/locale/fi/LC_MESSAGES/grasslibs.mo -%%GRASS_INST_DIR%%/locale/fi/LC_MESSAGES/grassmods.mo -%%GRASS_INST_DIR%%/locale/fi/LC_MESSAGES/grasswxpy.mo -%%GRASS_INST_DIR%%/locale/fr/LC_MESSAGES/grasslibs.mo -%%GRASS_INST_DIR%%/locale/fr/LC_MESSAGES/grassmods.mo -%%GRASS_INST_DIR%%/locale/fr/LC_MESSAGES/grasswxpy.mo -%%GRASS_INST_DIR%%/locale/hu/LC_MESSAGES/grasslibs.mo -%%GRASS_INST_DIR%%/locale/hu/LC_MESSAGES/grassmods.mo -%%GRASS_INST_DIR%%/locale/hu/LC_MESSAGES/grasswxpy.mo -%%GRASS_INST_DIR%%/locale/id_ID/LC_MESSAGES/grasslibs.mo -%%GRASS_INST_DIR%%/locale/id_ID/LC_MESSAGES/grassmods.mo -%%GRASS_INST_DIR%%/locale/id_ID/LC_MESSAGES/grasswxpy.mo -%%GRASS_INST_DIR%%/locale/it/LC_MESSAGES/grasslibs.mo -%%GRASS_INST_DIR%%/locale/it/LC_MESSAGES/grassmods.mo -%%GRASS_INST_DIR%%/locale/it/LC_MESSAGES/grasswxpy.mo -%%GRASS_INST_DIR%%/locale/ja/LC_MESSAGES/grasslibs.mo -%%GRASS_INST_DIR%%/locale/ja/LC_MESSAGES/grassmods.mo -%%GRASS_INST_DIR%%/locale/ja/LC_MESSAGES/grasswxpy.mo -%%GRASS_INST_DIR%%/locale/ko/LC_MESSAGES/grasslibs.mo -%%GRASS_INST_DIR%%/locale/ko/LC_MESSAGES/grassmods.mo -%%GRASS_INST_DIR%%/locale/ko/LC_MESSAGES/grasswxpy.mo -%%GRASS_INST_DIR%%/locale/lv/LC_MESSAGES/grasslibs.mo -%%GRASS_INST_DIR%%/locale/lv/LC_MESSAGES/grassmods.mo -%%GRASS_INST_DIR%%/locale/lv/LC_MESSAGES/grasswxpy.mo -%%GRASS_INST_DIR%%/locale/ml/LC_MESSAGES/grasslibs.mo -%%GRASS_INST_DIR%%/locale/ml/LC_MESSAGES/grassmods.mo -%%GRASS_INST_DIR%%/locale/ml/LC_MESSAGES/grasswxpy.mo -%%GRASS_INST_DIR%%/locale/pl/LC_MESSAGES/grasslibs.mo -%%GRASS_INST_DIR%%/locale/pl/LC_MESSAGES/grassmods.mo -%%GRASS_INST_DIR%%/locale/pl/LC_MESSAGES/grasswxpy.mo -%%GRASS_INST_DIR%%/locale/pt/LC_MESSAGES/grasslibs.mo -%%GRASS_INST_DIR%%/locale/pt/LC_MESSAGES/grassmods.mo -%%GRASS_INST_DIR%%/locale/pt/LC_MESSAGES/grasswxpy.mo -%%GRASS_INST_DIR%%/locale/pt_BR/LC_MESSAGES/grasslibs.mo -%%GRASS_INST_DIR%%/locale/pt_BR/LC_MESSAGES/grassmods.mo -%%GRASS_INST_DIR%%/locale/pt_BR/LC_MESSAGES/grasswxpy.mo -%%GRASS_INST_DIR%%/locale/ro/LC_MESSAGES/grasslibs.mo -%%GRASS_INST_DIR%%/locale/ro/LC_MESSAGES/grassmods.mo -%%GRASS_INST_DIR%%/locale/ro/LC_MESSAGES/grasswxpy.mo -%%GRASS_INST_DIR%%/locale/ru/LC_MESSAGES/grasslibs.mo -%%GRASS_INST_DIR%%/locale/ru/LC_MESSAGES/grassmods.mo -%%GRASS_INST_DIR%%/locale/ru/LC_MESSAGES/grasswxpy.mo -%%GRASS_INST_DIR%%/locale/si/LC_MESSAGES/grasslibs.mo -%%GRASS_INST_DIR%%/locale/si/LC_MESSAGES/grassmods.mo -%%GRASS_INST_DIR%%/locale/si/LC_MESSAGES/grasswxpy.mo -%%GRASS_INST_DIR%%/locale/sl/LC_MESSAGES/grasslibs.mo -%%GRASS_INST_DIR%%/locale/sl/LC_MESSAGES/grassmods.mo -%%GRASS_INST_DIR%%/locale/ta/LC_MESSAGES/grasslibs.mo -%%GRASS_INST_DIR%%/locale/ta/LC_MESSAGES/grassmods.mo -%%GRASS_INST_DIR%%/locale/ta/LC_MESSAGES/grasswxpy.mo -%%GRASS_INST_DIR%%/locale/th/LC_MESSAGES/grasslibs.mo -%%GRASS_INST_DIR%%/locale/th/LC_MESSAGES/grassmods.mo -%%GRASS_INST_DIR%%/locale/th/LC_MESSAGES/grasswxpy.mo -%%GRASS_INST_DIR%%/locale/tr/LC_MESSAGES/grasslibs.mo -%%GRASS_INST_DIR%%/locale/tr/LC_MESSAGES/grassmods.mo -%%GRASS_INST_DIR%%/locale/tr/LC_MESSAGES/grasswxpy.mo -%%GRASS_INST_DIR%%/locale/uk/LC_MESSAGES/grasslibs.mo -%%GRASS_INST_DIR%%/locale/uk/LC_MESSAGES/grassmods.mo -%%GRASS_INST_DIR%%/locale/uk/LC_MESSAGES/grasswxpy.mo -%%GRASS_INST_DIR%%/locale/vi/LC_MESSAGES/grasslibs.mo -%%GRASS_INST_DIR%%/locale/vi/LC_MESSAGES/grassmods.mo -%%GRASS_INST_DIR%%/locale/vi/LC_MESSAGES/grasswxpy.mo -%%GRASS_INST_DIR%%/locale/zh/LC_MESSAGES/grasslibs.mo -%%GRASS_INST_DIR%%/locale/zh/LC_MESSAGES/grassmods.mo -%%GRASS_INST_DIR%%/locale/zh/LC_MESSAGES/grasswxpy.mo -%%GRASS_INST_DIR%%/locale/zh_CN/LC_MESSAGES/grasslibs.mo -%%GRASS_INST_DIR%%/locale/zh_CN/LC_MESSAGES/grassmods.mo -%%GRASS_INST_DIR%%/locale/zh_CN/LC_MESSAGES/grasswxpy.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/ar/LC_MESSAGES/grasslibs.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/ar/LC_MESSAGES/grassmods.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/bn/LC_MESSAGES/grasslibs.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/bn/LC_MESSAGES/grassmods.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/bn/LC_MESSAGES/grasswxpy.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/cs/LC_MESSAGES/grasslibs.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/cs/LC_MESSAGES/grassmods.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/cs/LC_MESSAGES/grasswxpy.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/de/LC_MESSAGES/grasslibs.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/de/LC_MESSAGES/grassmods.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/de/LC_MESSAGES/grasswxpy.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/el/LC_MESSAGES/grasslibs.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/el/LC_MESSAGES/grassmods.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/el/LC_MESSAGES/grasswxpy.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/es/LC_MESSAGES/grasslibs.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/es/LC_MESSAGES/grassmods.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/es/LC_MESSAGES/grasswxpy.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/fi/LC_MESSAGES/grasslibs.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/fi/LC_MESSAGES/grassmods.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/fi/LC_MESSAGES/grasswxpy.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/fr/LC_MESSAGES/grasslibs.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/fr/LC_MESSAGES/grassmods.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/fr/LC_MESSAGES/grasswxpy.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/hu/LC_MESSAGES/grasslibs.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/hu/LC_MESSAGES/grassmods.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/hu/LC_MESSAGES/grasswxpy.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/id_ID/LC_MESSAGES/grasslibs.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/id_ID/LC_MESSAGES/grassmods.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/id_ID/LC_MESSAGES/grasswxpy.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/it/LC_MESSAGES/grasslibs.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/it/LC_MESSAGES/grassmods.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/it/LC_MESSAGES/grasswxpy.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/ja/LC_MESSAGES/grasslibs.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/ja/LC_MESSAGES/grassmods.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/ja/LC_MESSAGES/grasswxpy.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/ko/LC_MESSAGES/grasslibs.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/ko/LC_MESSAGES/grassmods.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/ko/LC_MESSAGES/grasswxpy.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/lv/LC_MESSAGES/grasslibs.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/lv/LC_MESSAGES/grassmods.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/lv/LC_MESSAGES/grasswxpy.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/ml/LC_MESSAGES/grasslibs.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/ml/LC_MESSAGES/grassmods.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/ml/LC_MESSAGES/grasswxpy.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/pl/LC_MESSAGES/grasslibs.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/pl/LC_MESSAGES/grassmods.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/pl/LC_MESSAGES/grasswxpy.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/pt/LC_MESSAGES/grasslibs.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/pt/LC_MESSAGES/grassmods.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/pt/LC_MESSAGES/grasswxpy.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/pt_BR/LC_MESSAGES/grasslibs.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/pt_BR/LC_MESSAGES/grassmods.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/pt_BR/LC_MESSAGES/grasswxpy.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/ro/LC_MESSAGES/grasslibs.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/ro/LC_MESSAGES/grassmods.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/ro/LC_MESSAGES/grasswxpy.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/ru/LC_MESSAGES/grasslibs.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/ru/LC_MESSAGES/grassmods.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/ru/LC_MESSAGES/grasswxpy.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/si/LC_MESSAGES/grasslibs.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/si/LC_MESSAGES/grassmods.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/si/LC_MESSAGES/grasswxpy.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/sl/LC_MESSAGES/grasslibs.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/sl/LC_MESSAGES/grassmods.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/ta/LC_MESSAGES/grasslibs.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/ta/LC_MESSAGES/grassmods.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/ta/LC_MESSAGES/grasswxpy.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/th/LC_MESSAGES/grasslibs.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/th/LC_MESSAGES/grassmods.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/th/LC_MESSAGES/grasswxpy.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/tr/LC_MESSAGES/grasslibs.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/tr/LC_MESSAGES/grassmods.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/tr/LC_MESSAGES/grasswxpy.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/uk/LC_MESSAGES/grasslibs.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/uk/LC_MESSAGES/grassmods.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/uk/LC_MESSAGES/grasswxpy.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/vi/LC_MESSAGES/grasslibs.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/vi/LC_MESSAGES/grassmods.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/vi/LC_MESSAGES/grasswxpy.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/zh/LC_MESSAGES/grasslibs.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/zh/LC_MESSAGES/grassmods.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/zh/LC_MESSAGES/grasswxpy.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/zh_CN/LC_MESSAGES/grasslibs.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/zh_CN/LC_MESSAGES/grassmods.mo +%%NLS%%%%GRASS_INST_DIR%%/locale/zh_CN/LC_MESSAGES/grasswxpy.mo %%GRASS_INST_DIR%%/scripts/d.correlate %%GRASS_INST_DIR%%/scripts/d.frame %%GRASS_INST_DIR%%/scripts/d.out.file @@ -4245,7 +4245,7 @@ bin/grass%%VER%% %%GRASS_INST_DIR%%/tools/ghtml.py %%GRASS_INST_DIR%%/tools/ghtml.pyc %%GRASS_INST_DIR%%/tools/mkhtml.py -%%GRASS_INST_DIR%%/translation_status.json +%%NLS%%%%GRASS_INST_DIR%%/translation_status.json %%GRASS_INST_DIR%%/translators.csv %%LAS%%%%GRASS_INST_DIR%%/bin/r.in.lidar %%LAS%%%%GRASS_INST_DIR%%/bin/r3.in.lidar