Upgraded base/exiv2 to 0.27.5 Upgraded base/gdbm to 1.23 Upgraded base/gettext to 0.21.1 Upgraded base/git to 2.30.8 Upgraded base/glib to 2.70.3 Fixed build option in base/gnutls Upgraded base/htop to 3.2.2 Upgraded base/icu to 72.1 Upgraded base/iptables to 1.8.9, discarded old patches Upgraded base/libarchive to 3.6.2 Upgraded base/logrotate to 3.21.0 Upgraded base/make to 4.4 Discarded obsolete build options and fixed configure.local of base/mandoc Upgraded base/mozilla-nss to 3.87 and nspr which is part of it to 4.35 Upgraded base/openssl to 1.1.1t Added sha512 checksum for tar lzip file inside base/tar
36 lines
960 B
Text
Executable file
36 lines
960 B
Text
Executable file
app=make
|
|
version=4.4
|
|
build=1sml
|
|
homepage="https://www.gnu.org/software/make/"
|
|
download="https://ftp.gnu.org/gnu/make/make-$version.tar.gz"
|
|
desc="GNU make utility to maintain groups of programs"
|
|
requires="musl"
|
|
noautoconfsite=1
|
|
|
|
build() {
|
|
mkandenterbuilddir
|
|
rm -rf $app-$version
|
|
|
|
tar xf $srcdir/$app-$version.tar.?z*
|
|
cd $app-$version
|
|
fixbuilddirpermissions
|
|
|
|
applypatch $srcdir/0001-src-main.c-main-SV-63307-Handle-SIGPIPE-as-a-fatal-s.patch
|
|
|
|
./configure \
|
|
--prefix="" \
|
|
--disable-nls \
|
|
--without-guile
|
|
|
|
make
|
|
make install DESTDIR=$pkg
|
|
|
|
cp COPYING $pkgdocs/
|
|
|
|
mkfinalpkg
|
|
}
|
|
|
|
sha512sums="
|
|
4be73f494295dcfa10034531b0d920cfdb5438bc20625f863f5c878549c140e1e67195162580c53060c3c11c67a2c739c09051f02cdd283e5aa9ebcd68975a1f make-4.4.tar.gz
|
|
b5777e14e06d78bad4d6cb2729be3735af35db51fd97428f3950f64343d07b5a543444e672c7c8cce7458af836b947cc1d689c634b8939d1468ed61cf56e1e1f 0001-src-main.c-main-SV-63307-Handle-SIGPIPE-as-a-fatal-s.patch
|
|
"
|