bmake: 20220204

This commit is contained in:
Steffen Nurpmeso 2022-02-05 22:27:10 +01:00
parent a6348d6c69
commit 4ca6655969
3 changed files with 12 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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