summaryrefslogtreecommitdiff
path: root/boehm-gc
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2012-06-01 20:49:03 +0200
committerThomas Penteker <tek@serverop.de>2012-06-01 20:49:03 +0200
commitecdc1b31b67ae1854b16f2b22081b9adedad746d (patch)
treee842fd0b14733d105061d53617eabbaf0caec9ef /boehm-gc
parentea390caa5636c37b903d1b810699722f894af4b9 (diff)
downloadopt-ecdc1b31b67ae1854b16f2b22081b9adedad746d.tar.gz
opt-ecdc1b31b67ae1854b16f2b22081b9adedad746d.tar.xz
boehm-gc: 7.1 -> 7.2b
Diffstat (limited to 'boehm-gc')
-rw-r--r--boehm-gc/.footprint3
-rw-r--r--boehm-gc/.md5sum2
-rw-r--r--boehm-gc/Pkgfile4
3 files changed, 4 insertions, 5 deletions
diff --git a/boehm-gc/.footprint b/boehm-gc/.footprint
index 3d73ee695..8d5a75cd3 100644
--- a/boehm-gc/.footprint
+++ b/boehm-gc/.footprint
@@ -2,12 +2,12 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/gc.h
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_cpp.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
@@ -18,7 +18,6 @@ drwxr-xr-x root/root usr/include/gc/
-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
--rw-r--r-- root/root usr/include/gc_cpp.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libcord.a
-rwxr-xr-x root/root usr/lib/libcord.la
diff --git a/boehm-gc/.md5sum b/boehm-gc/.md5sum
index bd6e6f066..07d7c9afb 100644
--- a/boehm-gc/.md5sum
+++ b/boehm-gc/.md5sum
@@ -1 +1 @@
-2ff9924c7249ef7f736ecfe6f08f3f9b gc-7.1.tar.gz
+7124aad6171bcdf0ccf84b0aa4dd2fff gc-7.2b.tar.gz
diff --git a/boehm-gc/Pkgfile b/boehm-gc/Pkgfile
index 0025fcd8d..349577776 100644
--- a/boehm-gc/Pkgfile
+++ b/boehm-gc/Pkgfile
@@ -4,12 +4,12 @@
# Packager: Han Boetes, han at mijncomputer dot dl
name=boehm-gc
-version=7.1
+version=7.2b
release=1
source=(http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-${version}.tar.gz)
build () {
- cd gc-${version}
+ cd gc-7.2
./configure \
--prefix=/usr \

Generated by cgit