pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/elixir



Module Name:    pkgsrc
Committed By:   gdt
Date:           Wed Jan  4 00:22:01 UTC 2023

Modified Files:
        pkgsrc/lang/elixir: Makefile

Log Message:
lang/elixir: Add debugging printouts about locale

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


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/lang/elixir/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/elixir/Makefile
diff -u pkgsrc/lang/elixir/Makefile:1.29 pkgsrc/lang/elixir/Makefile:1.30
--- pkgsrc/lang/elixir/Makefile:1.29    Tue Dec 27 16:55:12 2022
+++ pkgsrc/lang/elixir/Makefile Wed Jan  4 00:22:01 2023
@@ -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 @@ REPLACE_FILES.elixir=        bin/mix
 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