From 4ca6655969d526a414a9f98adf9b402b29e83df1 Mon Sep 17 00:00:00 2001 From: Steffen Nurpmeso Date: Sat, 5 Feb 2022 22:27:10 +0100 Subject: [PATCH] bmake: 20220204 --- bmake/.footprint | 1 + bmake/.signature | 8 ++++---- bmake/Pkgfile | 9 +++++++-- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/bmake/.footprint b/bmake/.footprint index a9ef7d526..ca66445b1 100644 --- a/bmake/.footprint +++ b/bmake/.footprint @@ -23,6 +23,7 @@ lrwxrwxrwx root/root usr/share/mk/bsd.obj.mk -> obj.mk lrwxrwxrwx root/root usr/share/mk/bsd.own.mk -> own.mk lrwxrwxrwx root/root usr/share/mk/bsd.prog.mk -> prog.mk lrwxrwxrwx root/root usr/share/mk/bsd.subdir.mk -> subdir.mk +-rw-r--r-- root/root usr/share/mk/cc-wrap.mk -rw-r--r-- root/root usr/share/mk/compiler.mk -rw-r--r-- root/root usr/share/mk/cython.mk -rw-r--r-- root/root usr/share/mk/dep.mk diff --git a/bmake/.signature b/bmake/.signature index 24281ed74..884d3d68c 100644 --- a/bmake/.signature +++ b/bmake/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3+9WiN80lGaebmx6eDsJVesYuLIKWWs5h88oAHA+Hw4JwkggXjOSZmYS3qNLA+3tmDZKUynNc7/MKzTVGChG0wM= -SHA256 (Pkgfile) = 8645bfde5e09fabcae79eaaa15d6d838107dfd0a60f28d9eed62872f98c93ee8 -SHA256 (.footprint) = 38336bb3ded6d0deb134b2f9ba4f92e6aaf2631e86769ad07e650054046636af -SHA256 (bmake-20220116.tar.gz) = c52882a5e11d3f20cc44bae4108c5aa5051f07c2361237d5f99b95f9b4fc9411 +RWSagIOpLGJF3wluoL5aI1FnR9SmVzZBtnSRPE/hEtwGd1+wFRNLez+pfNxoSK7vPxBcJGarbAZ8r898kwXxwGffCPApeBXIUwA= +SHA256 (Pkgfile) = 172c4b91f4d15a32d669aaed9ed04f7b1e21b83d6f5d5e373504c81bbc54d1e4 +SHA256 (.footprint) = cd242148aeda781fb6a53843532517156a4dff0ab2f30d093710248ea849365a +SHA256 (bmake-20220204.tar.gz) = 81e597da58c9c4a95dcdef266c431f2401314e843bd7cbaab918b6c5c5620e57 diff --git a/bmake/Pkgfile b/bmake/Pkgfile index 581a11601..8e1e44439 100644 --- a/bmake/Pkgfile +++ b/bmake/Pkgfile @@ -3,14 +3,19 @@ # Maintainer: Steffen Nurpmeso, steffen at sdaoden dot eu name=bmake -version=20220116 +version=20220204 release=1 source=(http://www.crufty.net/ftp/pub/sjg/${name}-${version}.tar.gz) build() { cd ${name} - sed -i'' -e '/cmd-interrupt$/d' -e '/var-op-shell$/d' unit-tests/Makefile + sed -i'' \ + -e '/cmd-interrupt$/d' \ + -e '/deptgt-interrupt$/d' \ + -e '/opt-debug-x-trace$/d' \ + -e '/var-op-shell$/d' \ + unit-tests/Makefile mkdir -p build cd build