bmake: update to 20240212.

This commit is contained in:
Leah Neukirchen 2024-02-23 15:22:44 +01:00
parent 30cccaf7c2
commit ced9aebee1

View file

@ -1,13 +1,13 @@
# Template file for 'bmake' # Template file for 'bmake'
pkgname=bmake pkgname=bmake
version=20240108 version=20240212
revision=1 revision=1
short_desc="Portable version of the NetBSD make build tool" short_desc="Portable version of the NetBSD make build tool"
maintainer="Leah Neukirchen <leah@vuxu.org>" maintainer="Leah Neukirchen <leah@vuxu.org>"
license="BSD-3-Clause" license="BSD-3-Clause"
homepage="https://www.crufty.net/help/sjg/bmake.html" homepage="https://www.crufty.net/help/sjg/bmake.html"
distfiles="https://www.crufty.net/ftp/pub/sjg/bmake-${version}.tar.gz" distfiles="https://www.crufty.net/ftp/pub/sjg/bmake-${version}.tar.gz"
checksum=3772578820616e999916f4c51dbd2415b06f7281f68ccccc5e1d38ed238e3107 checksum=971d5a364035349e984d82c2a48d546a0c73e52f3b8f2aa29a3be3d2408ffaa8
python_version=3 python_version=3
CFLAGS="-D_LARGE_FILE_SOURCE=1 -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGE_FILE_SOURCE=1 -D_FILE_OFFSET_BITS=64"