pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/bazel



Module Name:    pkgsrc
Committed By:   maya
Date:           Tue Dec 17 15:06:37 UTC 2024

Modified Files:
        pkgsrc/devel/bazel: Makefile

Log Message:
bazel: make bash a runtime dependency

seems like some bazel packages are failing in bulk builds with errors about
bash being missing.
bazel has a builtin which includes "cmd_bash", so it'd be reasonable to
assume bazel expects bash on unix-y systems.

bump pkgrevision


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/bazel/Makefile

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

Modified files:

Index: pkgsrc/devel/bazel/Makefile
diff -u pkgsrc/devel/bazel/Makefile:1.10 pkgsrc/devel/bazel/Makefile:1.11
--- pkgsrc/devel/bazel/Makefile:1.10    Wed Dec 11 01:05:03 2024
+++ pkgsrc/devel/bazel/Makefile Tue Dec 17 15:06:37 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2024/12/11 01:05:03 maya Exp $
+# $NetBSD: Makefile,v 1.11 2024/12/17 15:06:37 maya Exp $
 
 # Java project does not work as follows:
 # Error: could not find libjava.so
@@ -10,7 +10,7 @@
 .if UPSTREAM
 DISTNAME=      bazel-6.4.0-dist
 PKGNAME=       ${DISTNAME:S/-dist//}
-PKGREVISION=   4
+PKGREVISION=   5
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=bazelbuild/}
 GITHUB_PROJECT=        bazel
 GITHUB_RELEASE= ${PKGVERSION_NOREV}
@@ -30,7 +30,7 @@ LICENSE=      apache-2.0
 BROKEN_ON_PLATFORM=    ${LP32PLATFORMS}
 
 WRKSRC=                ${WRKDIR}
-USE_TOOLS+=    bash pkg-config unzip zip
+USE_TOOLS+=    bash:run pkg-config unzip zip
 USE_LANGUAGES= c c++
 
 CHECK_PIE_SUPPORTED=   no



Home | Main Index | Thread Index | Old Index