From 72d9adcaff7398f3247991f6d2a27dba1c8ea77f Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 11 Jun 2012 08:24:29 +0000 Subject: main/gc: upgrade to 7.2 --- main/gc/APKBUILD | 11 ++++------- main/gc/uclibc-getcontext.patch | 11 ----------- 2 files changed, 4 insertions(+), 18 deletions(-) delete mode 100644 main/gc/uclibc-getcontext.patch (limited to 'main') diff --git a/main/gc/APKBUILD b/main/gc/APKBUILD index 28ce62c36a..7a2a6df242 100644 --- a/main/gc/APKBUILD +++ b/main/gc/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=gc -pkgver=7.1 -pkgrel=2 +pkgver=7.2 +pkgrel=0 pkgdesc="A garbage collector for C and C++" url="http://www.hpl.hp.com/personal/Hans_Boehm/gc/" arch="all" @@ -9,12 +9,10 @@ license="GPL" depends= makedepends= subpackages="$pkgname-dev $pkgname-doc libgc++:libgccpp" -source="http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-$pkgver.tar.gz - uclibc-getcontext.patch" +source="http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-$pkgver.tar.gz" prepare() { cd "$srcdir"/$pkgname-$pkgver - patch -p1 -i "$srcdir"/uclibc-getcontext.patch || return 1 } build() { @@ -36,5 +34,4 @@ libgccpp() { mv "$pkgdir"/usr/lib/libgccpp.* "$subpkgdir"/usr/lib/ } -md5sums="2ff9924c7249ef7f736ecfe6f08f3f9b gc-7.1.tar.gz -bce75c75bf0cdb295ac0bf7ba0f6e267 uclibc-getcontext.patch" +md5sums="d17aecedef3d73e75387fb63558fa4eb gc-7.2.tar.gz" diff --git a/main/gc/uclibc-getcontext.patch b/main/gc/uclibc-getcontext.patch deleted file mode 100644 index de48fc0183..0000000000 --- a/main/gc/uclibc-getcontext.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ./mach_dep.c.orig -+++ ./mach_dep.c -@@ -175,7 +175,7 @@ - # if defined(HAVE_PUSH_REGS) - GC_push_regs(); - # elif defined(UNIX_LIKE) && !defined(DARWIN) && !defined(ARM32) && \ -- !defined(HURD) -+ !defined(HURD) && !defined(__UCLIBC__) - /* Older versions of Darwin seem to lack getcontext(). */ - /* ARM Linux often doesn't support a real getcontext(). */ - ucontext_t ctxt; -- cgit v1.2.3