pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/bup
Module Name: pkgsrc
Committed By: gdt
Date: Sat Jun 7 11:27:28 UTC 2025
Modified Files:
pkgsrc/sysutils/bup: Makefile
Log Message:
sysutils/bup: Remove inexplicable .sh from REPLACE_BASH
Noticed in macOS 12 arm64 bulk build.
There is no ".sh" in the sources, and I can't explain
- why I added it in 2023-12
- why the package builds for me and in other bulk builds
but clearly it's a bug to replace anything in files that aren't there,
so just don't.
To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/sysutils/bup/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/bup/Makefile
diff -u pkgsrc/sysutils/bup/Makefile:1.70 pkgsrc/sysutils/bup/Makefile:1.71
--- pkgsrc/sysutils/bup/Makefile:1.70 Sat Jan 11 01:50:31 2025
+++ pkgsrc/sysutils/bup/Makefile Sat Jun 7 11:27:28 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2025/01/11 01:50:31 gdt Exp $
+# $NetBSD: Makefile,v 1.71 2025/06/07 11:27:28 gdt Exp $
DISTNAME= bup-0.33.7
CATEGORIES= sysutils
@@ -131,7 +131,6 @@ REPLACE_BASH+= test/ext/test-split-join
REPLACE_BASH+= test/ext/test-tz
REPLACE_BASH+= test/ext/test-web
REPLACE_BASH+= test/ext/test-xdev
-REPLACE_BASH+= .sh
DOCDIR= share/doc/${PKGBASE}
Home |
Main Index |
Thread Index |
Old Index