pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/zig



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu May 14 17:30:50 UTC 2020

Modified Files:
        pkgsrc/lang/zig: Makefile

Log Message:
zig: Installs a script that requires bash.

Replace the interpreter so this doesn't fail with PKG_DEVELOPER.

Please set PKG_DEVELOPER=yes to detect problems like this!


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/zig/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/zig/Makefile
diff -u pkgsrc/lang/zig/Makefile:1.6 pkgsrc/lang/zig/Makefile:1.7
--- pkgsrc/lang/zig/Makefile:1.6        Sat Apr 18 08:08:07 2020
+++ pkgsrc/lang/zig/Makefile    Thu May 14 17:30:50 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2020/04/18 08:08:07 adam Exp $
+# $NetBSD: Makefile,v 1.7 2020/05/14 17:30:50 nia Exp $
 
 DISTNAME=      zig-0.6.0
 CATEGORIES=    lang
@@ -11,11 +11,14 @@ COMMENT=    Programming language designed f
 LICENSE=       mit
 
 USE_CMAKE=     yes
+USE_TOOLS+=    bash:run
 USE_LANGUAGES= c c++14
 
 CMAKE_ARGS+=   -DCMAKE_BUILD_TYPE=Release
 CMAKE_ARGS+=   -DDESTDIR=${DESTDIR}
 
+REPLACE_BASH+= lib/libcxxabi/src/demangle/cp-to-llvm.sh
+
 CHECK_PORTABILITY_SKIP+=       ci/azure/macos_script
 BUILDLINK_TRANSFORM+=          rm:-Werror
 



Home | Main Index | Thread Index | Old Index