diff options
author | Simon Gloßner <viper@hometux.de> | 2007-07-03 14:30:19 +0200 |
---|---|---|
committer | Simon Gloßner <viper@hometux.de> | 2007-07-03 14:30:19 +0200 |
commit | 02787d22f536834aae6d61e0892a859c40a12167 (patch) | |
tree | b11d1f1cc4b57cff84868a8654b3ec27db8db4a6 /boehm-gc | |
parent | 1aa6479136b4c22dac7d58e47d6ce4b58368ef76 (diff) | |
download | opt-02787d22f536834aae6d61e0892a859c40a12167.tar.gz opt-02787d22f536834aae6d61e0892a859c40a12167.tar.xz |
boehm-gc: updated to version 7.0
Diffstat (limited to 'boehm-gc')
-rw-r--r-- | boehm-gc/.footprint | 23 | ||||
-rw-r--r-- | boehm-gc/.md5sum | 2 | ||||
-rw-r--r-- | boehm-gc/Pkgfile | 6 |
3 files changed, 15 insertions, 16 deletions
diff --git a/boehm-gc/.footprint b/boehm-gc/.footprint index 0c274d85c..c849b6b82 100644 --- a/boehm-gc/.footprint +++ b/boehm-gc/.footprint @@ -1,35 +1,34 @@ 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/gc.h --rw-r--r-- root/root usr/include/gc/gc_alloc.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_inl.h -rw-r--r-- root/root usr/include/gc/gc_inline.h --rw-r--r-- root/root usr/include/gc/gc_local_alloc.h -rw-r--r-- root/root usr/include/gc/gc_mark.h -rw-r--r-- root/root usr/include/gc/gc_pthread_redirects.h +-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/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_config_macros.h --rw-r--r-- root/root usr/include/gc_local_alloc.h --rw-r--r-- root/root usr/include/gc_pthread_redirects.h --rw-r--r-- root/root usr/include/gc_typed.h --rw-r--r-- root/root usr/include/leak_detector.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 +lrwxrwxrwx root/root usr/lib/libcord.so -> libcord.so.1.0.3 +lrwxrwxrwx root/root usr/lib/libcord.so.1 -> libcord.so.1.0.3 +-rwxr-xr-x root/root usr/lib/libcord.so.1.0.3 -rw-r--r-- root/root usr/lib/libgc.a -rwxr-xr-x root/root usr/lib/libgc.la -lrwxrwxrwx root/root usr/lib/libgc.so -> libgc.so.1.0.2 -lrwxrwxrwx root/root usr/lib/libgc.so.1 -> libgc.so.1.0.2 --rwxr-xr-x root/root usr/lib/libgc.so.1.0.2 +lrwxrwxrwx root/root usr/lib/libgc.so -> libgc.so.1.0.3 +lrwxrwxrwx root/root usr/lib/libgc.so.1 -> libgc.so.1.0.3 +-rwxr-xr-x root/root usr/lib/libgc.so.1.0.3 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/bdw-gc.pc drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/gc.3.gz diff --git a/boehm-gc/.md5sum b/boehm-gc/.md5sum index db815b40b..694460208 100644 --- a/boehm-gc/.md5sum +++ b/boehm-gc/.md5sum @@ -1 +1 @@ -418d38bd9c66398386a372ec0435250e gc6.8.tar.gz +3645ccf5f32ebb27d99b27b0d29e9c38 gc-7.0.tar.gz diff --git a/boehm-gc/Pkgfile b/boehm-gc/Pkgfile index 1f4001ea4..203b7118e 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=6.8 +version=7.0 release=1 -source=(http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc${version}.tar.gz) +source=(http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-${version}.tar.gz) build () { - cd gc${version} + cd gc-${version} ./configure \ --prefix=/usr \ |