pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/elixir lang/elixir: Add debugging printouts about...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1a2d14b31cea
branches:  trunk
changeset: 391139:1a2d14b31cea
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Wed Jan 04 00:22:01 2023 +0000

description:
lang/elixir: Add debugging printouts about locale

NFCI; just prints environment variables and locale before the build.

diffstat:

 lang/elixir/Makefile |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r a918ba946c42 -r 1a2d14b31cea lang/elixir/Makefile
--- a/lang/elixir/Makefile      Tue Jan 03 21:22:44 2023 +0000
+++ b/lang/elixir/Makefile      Wed Jan 04 00:22:01 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2022/12/27 16:55:12 schmonz Exp $
+# $NetBSD: Makefile,v 1.30 2023/01/04 00:22:01 gdt Exp $
 
 DISTNAME=      elixir-1.14.2
 CATEGORIES=    lang
@@ -30,4 +30,11 @@
 CHECK_INTERPRETER_SKIP+=       bin/mix
 CHECK_INTERPRETER_SKIP+=       lib/elixir/bin/mix
 
+# Debug locale problems.
+pre-build:
+       @echo ENV:
+       @env | egrep "^(LANG|LC_)" || true
+       @echo LOCALE:
+       @locale
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index