Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Sep 2021 14:05:18 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3081484b54d6 - main - lang/mono6.8: Fix build with NLS option disabled.
Message-ID:  <202109251405.18PE5IHm046837@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3081484b54d639b6ff5589de94267b9d9ddac003

commit 3081484b54d639b6ff5589de94267b9d9ddac003
Author:     Michiel van Baak <michiel@vanbaak.eu>
AuthorDate: 2021-09-25 14:04:27 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2021-09-25 14:04:27 +0000

    lang/mono6.8: Fix build with NLS option disabled.
    
    PR:             255709
---
 lang/mono6.8/pkg-plist | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lang/mono6.8/pkg-plist b/lang/mono6.8/pkg-plist
index 864b7693fb3c..40d0ee2d5731 100644
--- a/lang/mono6.8/pkg-plist
+++ b/lang/mono6.8/pkg-plist
@@ -3448,10 +3448,10 @@ share/libgc-mono/leak.html
 share/libgc-mono/scale.html
 share/libgc-mono/simple_example.html
 share/libgc-mono/tree.html
-share/locale/de/LC_MESSAGES/mcs.mo
-share/locale/es/LC_MESSAGES/mcs.mo
-share/locale/ja/LC_MESSAGES/mcs.mo
-share/locale/pt_BR/LC_MESSAGES/mcs.mo
+%%NLS%%share/locale/de/LC_MESSAGES/mcs.mo
+%%NLS%%share/locale/es/LC_MESSAGES/mcs.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/mcs.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/mcs.mo
 %%DATADIR%%-2.0/mono/cil/cil-opcodes.xml
 %%DATADIR%%-2.0/mono/profiler/mono-profiler-coverage.suppression
 %%DATADIR%%-2.0/mono/eglib/eglib-config.h



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