pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/aceunit
Module Name: pkgsrc
Committed By: gdt
Date: Mon Jul 6 17:34:46 UTC 2026
Modified Files:
pkgsrc/devel/aceunit: Makefile
Log Message:
devel/aceunit: Drop skipping vendor bash
macOS has bash 3 builtin, and the tools platform used to accept that.
Recently, tools bash was redefined to be >=4, and no longer uses macOS
bash.
The hack to avoid vendor bash was almost certainly about macOS, as I
know of no other system with bash3, and I know of no other packge
failures from bash 4. On macOS, nothing will change; just a different
reason not to use system baas. On SmartOS, the package might use
builtin bash 4, vs pkgsrc bash 5, but there's no reason to think
that's a problem.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/aceunit/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/aceunit/Makefile
diff -u pkgsrc/devel/aceunit/Makefile:1.2 pkgsrc/devel/aceunit/Makefile:1.3
--- pkgsrc/devel/aceunit/Makefile:1.2 Mon Jun 22 18:15:55 2026
+++ pkgsrc/devel/aceunit/Makefile Mon Jul 6 17:34:46 2026
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2026/06/22 18:15:55 gdt Exp $
+# $NetBSD: Makefile,v 1.3 2026/07/06 17:34:46 gdt Exp $
DISTNAME= aceunit-${GITHUB_TAG}
PKGNAME= ${DISTNAME:S/-v/-/}
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=christianhujer/}
GITHUB_TAG= v3.0.0
@@ -13,7 +14,6 @@ LICENSE= modified-bsd
USE_TOOLS+= bash:run gmake
FORCE_C_STD= c89
-TOOLS_PLATFORM.bash= # undef, to avoid too-old vendor bash
REPLACE_BASH= bin/aceunit
BUILD_TARGET= build # need to build the tests in this phase
MAKE_ENV+= MANDIR=${PKGMANDIR:Q}
Home |
Main Index |
Thread Index |
Old Index