git: 3081484b54d6 - main - lang/mono6.8: Fix build with NLS option disabled.

Gleb Popov arrowd at FreeBSD.org
Sat Sep 25 14:05:18 UTC 2021


The branch main has been updated by arrowd:

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

commit 3081484b54d639b6ff5589de94267b9d9ddac003
Author:     Michiel van Baak <michiel at vanbaak.eu>
AuthorDate: 2021-09-25 14:04:27 +0000
Commit:     Gleb Popov <arrowd at 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


More information about the dev-commits-ports-main mailing list