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:   nikita
Date:           Mon May  1 15:49:01 UTC 2023

Modified Files:
        pkgsrc/lang/zig: Makefile

Log Message:
zig: be explicit with versions of dependencies to hopefully avoid build failure
caused by llvm 16 now in wip.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 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.26 pkgsrc/lang/zig/Makefile:1.27
--- pkgsrc/lang/zig/Makefile:1.26       Wed Apr 19 08:10:36 2023
+++ pkgsrc/lang/zig/Makefile    Mon May  1 15:49:01 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2023/04/19 08:10:36 adam Exp $
+# $NetBSD: Makefile,v 1.27 2023/05/01 15:49:01 nikita Exp $
 
 DISTNAME=      zig-0.10.1
 PKGREVISION=   2
@@ -15,6 +15,10 @@ USE_CMAKE=   yes
 USE_TOOLS+=    bash:run
 USE_LANGUAGES= c c++14
 
+DEPENDS+=      llvm-15.[0-9]*:../../lang/llvm
+DEPENDS+=      lld-15.[0-9]*:../../devel/lld
+DEPENDS+=      clang-15.[0-9]*:../../lang/clang
+
 CMAKE_ARGS+=   -DCMAKE_BUILD_TYPE=Release
 CMAKE_ARGS+=   -DDESTDIR=${DESTDIR}
 # avoid full-cu-features available to build host,



Home | Main Index | Thread Index | Old Index