pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/hs-language-javascript
Module Name: pkgsrc
Committed By: pho
Date: Sat Feb 1 12:39:53 UTC 2025
Modified Files:
pkgsrc/lang/hs-language-javascript: Makefile
Log Message:
lang/hs-language-javascript: The locale kludge is no longer necessary
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/hs-language-javascript/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/hs-language-javascript/Makefile
diff -u pkgsrc/lang/hs-language-javascript/Makefile:1.6 pkgsrc/lang/hs-language-javascript/Makefile:1.7
--- pkgsrc/lang/hs-language-javascript/Makefile:1.6 Thu May 9 01:32:23 2024
+++ pkgsrc/lang/hs-language-javascript/Makefile Sat Feb 1 12:39:53 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2024/05/09 01:32:23 pho Exp $
+# $NetBSD: Makefile,v 1.7 2025/02/01 12:39:53 pho Exp $
DISTNAME= language-javascript-0.7.1.0
PKGREVISION= 5
@@ -14,13 +14,3 @@ USE_TOOLS+= alex happy
.include "../../devel/hs-utf8-string/buildlink3.mk"
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"
-
-# XXX Kludge: happy has a problem reading
-# ${WRKSRC}/src/Language/JavaScript/Parser/Grammer7.y in a locale other
-# than this. We need to make this override the C locale that pkgsrc tries
-# hard to ensure everything gets built in for the sake of reproducibility,
-# so it has to come _after_ bsd.pkg.mk. The right locale would be C.UTF-8,
-# but it was only recently introduced into NetBSD, so let's pick a locale
-# that is pretty universally supported even if not exactly appropriate for
-# this.
-MAKE_ENV+= LC_ALL=en_US.UTF-8
Home |
Main Index |
Thread Index |
Old Index