summaryrefslogtreecommitdiff
path: root/boehm-gc
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2014-04-29 14:33:30 +0200
committerThomas Penteker <tek@serverop.de>2014-04-29 14:33:30 +0200
commit74eb448060901610ade61667637386cbb8cdbb4f (patch)
tree3ee44356b91eb34e535a8d1411d4997394edae8e /boehm-gc
parentf6c1612a146b6f584c96ce2ad7e88e47e07f4f73 (diff)
downloadopt-74eb448060901610ade61667637386cbb8cdbb4f.tar.gz
opt-74eb448060901610ade61667637386cbb8cdbb4f.tar.xz
boehm-gc: 7.2e -> 7.4.0
Diffstat (limited to 'boehm-gc')
-rw-r--r--boehm-gc/.footprint4
-rw-r--r--boehm-gc/.md5sum3
-rw-r--r--boehm-gc/Pkgfile8
3 files changed, 9 insertions, 6 deletions
diff --git a/boehm-gc/.footprint b/boehm-gc/.footprint
index 8d5a75cd3..c9a6ba66d 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 e70734e72..59bd2998b 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 c83d81db6..eea1e35fb 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 \

Generated by cgit