make: update to 4.3

This commit is contained in:
Juergen Daubert 2020-01-28 11:37:22 +01:00
parent 04a7cc80d8
commit 5aacbd461f
2 changed files with 6 additions and 8 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/core.pub
RWRJc1FUaeVeqh4J3QUoKzb+6mp07ZEbgTy7uwuvWGuqt8NdyF5+Inmt710FBnfmr7KFNqUykybw8bDWdLP/dz906U+BQYLkowc=
SHA256 (Pkgfile) = 6d3cda1f536ddf63d36d8bc47bbf261b2164ebf2fd0f9352a619d6358d91b4c7
RWRJc1FUaeVeqi2A3FkAkotu7j1TDOCp1ghiW1yLgrrrOgwPTCmB10eAF6yg92spG1JBTOx79fm6iMBk/VdZX4QxZOgTc1Y3VwY=
SHA256 (Pkgfile) = 480c62dd46d94b92bdd5652a1382f565e607dd657f09738247d007eb64ec22e3
SHA256 (.footprint) = b6da4d8d5f42687f723b196c608941bfe0f0211397dc663c56e43459f0c8be75
SHA256 (make-4.2.1.tar.bz2) = d6e262bf3601b42d2b1e4ef8310029e1dcf20083c5446b4b7aa67081fdffc589
SHA256 (make-4.3.tar.lz) = de1a441c4edf952521db30bfca80baae86a0ff1acd0a00402999344f04c45e82

View File

@ -3,14 +3,12 @@
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=make
version=4.2.1
release=2
source=(http://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.bz2)
version=4.3
release=1
source=(http://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.lz)
build() {
cd $name-$version
sed -i '211,217 d; 219,229 d; 232 d' glob/glob.c
./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install