diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-11 07:35:54 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-11 15:04:40 +0000 |
commit | a52c9d823621e469d6052aac1f4aab74cce1fe10 (patch) | |
tree | 7e77924beff0ce35b9d617cb2b4e49044bcea18e /main/make/APKBUILD | |
parent | 57c239705f8015256d026af6b5d5f7651757d9bd (diff) | |
download | aports-a52c9d823621e469d6052aac1f4aab74cce1fe10.tar.bz2 aports-a52c9d823621e469d6052aac1f4aab74cce1fe10.tar.xz |
main/make: apply various patches
various patches from upstream, gentoo or fedora
Diffstat (limited to 'main/make/APKBUILD')
-rw-r--r-- | main/make/APKBUILD | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/main/make/APKBUILD b/main/make/APKBUILD index 96ba9e78db..aa11050de2 100644 --- a/main/make/APKBUILD +++ b/main/make/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=make pkgver=3.82 -pkgrel=2 +pkgrel=3 pkgdesc="GNU make utility to maintain groups of programs" url="http://www.gnu.org/software/make" arch="all" @@ -9,7 +9,13 @@ license=GPL depends= subpackages="$pkgname-doc" source="ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz - make-3.82-savannah-bugs-30612-30723.patch" + make-3.82-savannah-bugs-30612-30723.patch + make-3.82-copy-on-expand.patch + make-3.82-memory-corruption.patch + make-3.82-jobserver.patch + make-3.82-expensive_glob.patch + make-3.82-parallel-remake.patch + " _builddir="$srcdir"/$pkgname-$pkgver prepare() { @@ -36,4 +42,9 @@ package() { } md5sums="7f7c000e3b30c6840f2e9cf86b254fac make-3.82.tar.gz -74e598a2052f7d98e3495ea9d917ecf4 make-3.82-savannah-bugs-30612-30723.patch" +74e598a2052f7d98e3495ea9d917ecf4 make-3.82-savannah-bugs-30612-30723.patch +9545e667ab5eafdef5b658941290cc26 make-3.82-copy-on-expand.patch +0436e740edbc81cf27fd598241b8dcf0 make-3.82-memory-corruption.patch +923a06973f4bbc9f27c2ca88a6940d45 make-3.82-jobserver.patch +f2ed48ea701e8ab6e5b870a3d125b71a make-3.82-expensive_glob.patch +89f8032d2f314eb6338739f024d8ecec make-3.82-parallel-remake.patch" |