commit 74eb448060901610ade61667637386cbb8cdbb4f Author: Thomas Penteker <tek@serverop.de> Date: Tue Apr 29 14:33:30 2014 +0200 boehm-gc: 7.2e -> 7.4.0 diff --git a/boehm-gc/.footprint b/boehm-gc/.footprint index 8d5a75c..c9a6ba6 100644 --- a/boehm-gc/.footprint +++ b/boehm-gc/.footprint @@ -5,9 +5,9 @@ drwxr-xr-x root/root usr/include/gc/ -rw-r--r-- root/root usr/include/gc/cord.h -rw-r--r-- root/root usr/include/gc/gc.h -rw-r--r-- root/root usr/include/gc/gc_allocator.h --rw-r--r-- root/root usr/include/gc/gc_amiga_redirects.h -rw-r--r-- root/root usr/include/gc/gc_backptr.h -rw-r--r-- root/root usr/include/gc/gc_config_macros.h +-rw-r--r-- root/root usr/include/gc/gc_disclaim.h -rw-r--r-- root/root usr/include/gc/gc_gcj.h -rw-r--r-- root/root usr/include/gc/gc_inline.h -rw-r--r-- root/root usr/include/gc/gc_mark.h @@ -15,8 +15,8 @@ drwxr-xr-x root/root usr/include/gc/ -rw-r--r-- root/root usr/include/gc/gc_tiny_fl.h -rw-r--r-- root/root usr/include/gc/gc_typed.h -rw-r--r-- root/root usr/include/gc/gc_version.h +-rw-r--r-- root/root usr/include/gc/javaxfc.h -rw-r--r-- root/root usr/include/gc/leak_detector.h --rw-r--r-- root/root usr/include/gc/new_gc_alloc.h -rw-r--r-- root/root usr/include/gc/weakpointer.h drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libcord.a diff --git a/boehm-gc/.md5sum b/boehm-gc/.md5sum index e70734e..59bd299 100644 --- a/boehm-gc/.md5sum +++ b/boehm-gc/.md5sum @@ -1 +1,2 @@ -5e230029f802d0ac633b1d9b3d4934c9 gc-7.2e.tar.gz +f40d9a47c90d60791eeecb484f8df5ee gc-7.4.0.tar.gz +59f9a7cc845dcc775e7b7901eb582766 libatomic_ops-7.4.0.tar.gz diff --git a/boehm-gc/Pkgfile b/boehm-gc/Pkgfile index c83d81d..eea1e35 100644 --- a/boehm-gc/Pkgfile +++ b/boehm-gc/Pkgfile @@ -4,12 +4,14 @@ # Packager: Han Boetes, han at mijncomputer dot dl name=boehm-gc -version=7.2e +version=7.4.0 release=1 -source=(http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-${version}.tar.gz) +source=(http://www.hboehm.info/gc/gc_source/gc-${version}.tar.gz http://www.hboehm.info/gc/gc_source/libatomic_ops-$version.tar.gz) build () { - cd gc-7.2 + cd gc-$version + + ln -s ../libatomic_ops-$version libatomic_ops ./configure \ --prefix=/usr \