Date: Mon, 10 Nov 2025 14:36:26 GMT From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: ddad5c919b3c - 2025Q4 - x11-fm/xfe: Fix pkg-plist when NLS is disabled Message-ID: <202511101436.5AAEaQcM004899@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2025Q4 has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=ddad5c919b3c5c9d6d1b0cbad9d52eca4414e694 commit ddad5c919b3c5c9d6d1b0cbad9d52eca4414e694 Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2025-11-10 14:32:04 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2025-11-10 14:36:22 +0000 x11-fm/xfe: Fix pkg-plist when NLS is disabled PR: 290492 (based on) Reported by: Enki F. Costa <red_m95@proton.me> (cherry picked from commit 7eea0afb70b83a4d7f12bf58be2b7dffba15393c) --- x11-fm/xfe/pkg-plist | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/x11-fm/xfe/pkg-plist b/x11-fm/xfe/pkg-plist index ca56614f1cdb..3af5090456f6 100644 --- a/x11-fm/xfe/pkg-plist +++ b/x11-fm/xfe/pkg-plist @@ -23,30 +23,30 @@ share/icons/hicolor/scalable/apps/xfe.svg share/icons/hicolor/scalable/apps/xfi.svg share/icons/hicolor/scalable/apps/xfp.svg share/icons/hicolor/scalable/apps/xfw.svg -share/locale/bs/LC_MESSAGES/xfe.mo -share/locale/ca/LC_MESSAGES/xfe.mo -share/locale/cs/LC_MESSAGES/xfe.mo -share/locale/da/LC_MESSAGES/xfe.mo -share/locale/de/LC_MESSAGES/xfe.mo -share/locale/el/LC_MESSAGES/xfe.mo -share/locale/es/LC_MESSAGES/xfe.mo -share/locale/es_AR/LC_MESSAGES/xfe.mo -share/locale/es_CO/LC_MESSAGES/xfe.mo -share/locale/fi/LC_MESSAGES/xfe.mo -share/locale/fr/LC_MESSAGES/xfe.mo -share/locale/hu/LC_MESSAGES/xfe.mo -share/locale/it/LC_MESSAGES/xfe.mo -share/locale/ja/LC_MESSAGES/xfe.mo -share/locale/nl/LC_MESSAGES/xfe.mo -share/locale/no/LC_MESSAGES/xfe.mo -share/locale/pl/LC_MESSAGES/xfe.mo -share/locale/pt_BR/LC_MESSAGES/xfe.mo -share/locale/pt_PT/LC_MESSAGES/xfe.mo -share/locale/ru/LC_MESSAGES/xfe.mo -share/locale/sv/LC_MESSAGES/xfe.mo -share/locale/tr/LC_MESSAGES/xfe.mo -share/locale/zh_CN/LC_MESSAGES/xfe.mo -share/locale/zh_TW/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/bs/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/ca/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/cs/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/da/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/de/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/el/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/es/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/es_AR/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/es_CO/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/fi/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/fr/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/hu/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/it/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/ja/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/nl/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/no/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/pl/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/pt_PT/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/ru/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/sv/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/tr/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/xfe.mo share/man/man1/xfa.1.gz share/man/man1/xfe.1.gz share/man/man1/xfi.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202511101436.5AAEaQcM004899>
