Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Oct 2015 13:59:57 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399678 - head/databases/qof
Message-ID:  <201510191359.t9JDxvCA006939@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Oct 19 13:59:57 2015
New Revision: 399678
URL: https://svnweb.freebsd.org/changeset/ports/399678

Log:
  - Fix build with disabled NLS
  
  MFH:		2015Q4

Modified:
  head/databases/qof/pkg-plist

Modified: head/databases/qof/pkg-plist
==============================================================================
--- head/databases/qof/pkg-plist	Mon Oct 19 13:59:03 2015	(r399677)
+++ head/databases/qof/pkg-plist	Mon Oct 19 13:59:57 2015	(r399678)
@@ -42,18 +42,18 @@ lib/libqofsql.so.1.0.2
 lib/qof2/libqof-backend-qsf.a
 lib/qof2/libqof-backend-qsf.so
 libdata/pkgconfig/qof.pc
-share/locale/cs/LC_MESSAGES/qof.mo
-share/locale/de/LC_MESSAGES/qof.mo
-share/locale/fr/LC_MESSAGES/qof.mo
-share/locale/id/LC_MESSAGES/qof.mo
-share/locale/it/LC_MESSAGES/qof.mo
-share/locale/pt/LC_MESSAGES/qof.mo
-share/locale/pt_BR/LC_MESSAGES/qof.mo
-share/locale/ro/LC_MESSAGES/qof.mo
-share/locale/ru/LC_MESSAGES/qof.mo
-share/locale/sv/LC_MESSAGES/qof.mo
-share/locale/vi/LC_MESSAGES/qof.mo
-share/locale/zh_CN/LC_MESSAGES/qof.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/qof.mo
+%%NLS%%share/locale/de/LC_MESSAGES/qof.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/qof.mo
+%%NLS%%share/locale/id/LC_MESSAGES/qof.mo
+%%NLS%%share/locale/it/LC_MESSAGES/qof.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/qof.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/qof.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/qof.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/qof.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/qof.mo
+%%NLS%%share/locale/vi/LC_MESSAGES/qof.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/qof.mo
 share/xml/qof/qsf/pilot-qsf-GnuCashInvoice.xml
 share/xml/qof/qsf/pilot-qsf-gncCustomer.xml
 share/xml/qof/qsf/qsf-map.xsd.xml



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