pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/boehm-gc Update to 6.6:
details: https://anonhg.NetBSD.org/pkgsrc/rev/e36dcd1a212b
branches: trunk
changeset: 500230:e36dcd1a212b
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Oct 04 16:44:13 2005 +0000
description:
Update to 6.6:
Since 6.5
- Fix CPU count detection for Irix and FreeBSD. (Thanks to Dan Bonachea.)
- Integrate Dan Bonachea's patch for the IBM XLC compiler on Darwin.
- Integrated Andreas Tobler's FreeBSD/PowerPC patch.
- Don't access the GC thread structure from the restart handler. It's
unsafe, since the handler may run too late. (Thanks to Ben Maurer for
tracking this down.)
- Applied Christian Thalinger's patch to change comment syntax in
alpha_mach_dep.S.
- Added test for GC_no_dls in GC_dyld_image_add for DARWIN. (Thanks to
Juan Jose Garcia Ripoli).
- Use LINUX_STACKBOTTOM for Linux/SH and LINUX/ARM. (Thanks to Sugioka
Toshinobu and Christian Thalinger.)
- Rewrote GC_parse_map_entry. This assumed a fixed column layout of
/proc/self/maps on Linux. This ceased to be true about 2 years ago.
The old code is probably quite problemetic with -DREDIRECT_MALLOC. It
is also used by default for IA64, though I haven't seen actual failures
there.
- More consistently define HBLKSIZE to 4096 on 64 bit architectures with
4K pages. (Thanks to Andrew Haley.)
- With win32 threads, GC_stop_world needs to acquire GC_write_cs. (Thanks
to Ben Hutchings for the observation and patch.)
- Move up struct callinfo declaration to make gcc 4.0.2. happy.
diffstat:
devel/boehm-gc/Makefile | 4 ++--
devel/boehm-gc/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (28 lines):
diff -r 33ea8b037187 -r e36dcd1a212b devel/boehm-gc/Makefile
--- a/devel/boehm-gc/Makefile Tue Oct 04 16:12:28 2005 +0000
+++ b/devel/boehm-gc/Makefile Tue Oct 04 16:44:13 2005 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.49 2005/07/02 12:55:40 wiz Exp $
+# $NetBSD: Makefile,v 1.50 2005/10/04 16:44:13 wiz Exp $
-DISTNAME= gc6.5
+DISTNAME= gc6.6
PKGNAME= ${DISTNAME:S/gc/boehm-gc-/}
CATEGORIES= devel
MASTER_SITES= http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/
diff -r 33ea8b037187 -r e36dcd1a212b devel/boehm-gc/distinfo
--- a/devel/boehm-gc/distinfo Tue Oct 04 16:12:28 2005 +0000
+++ b/devel/boehm-gc/distinfo Tue Oct 04 16:44:13 2005 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.27 2005/09/08 15:22:53 reed Exp $
+$NetBSD: distinfo,v 1.28 2005/10/04 16:44:13 wiz Exp $
-SHA1 (gc6.5.tar.gz) = 1227e4d5d156bdc56ade82043e1d03d2cf35bef5
-RMD160 (gc6.5.tar.gz) = 0a60f9d92c70aacefbebec4adb48d26fa111a760
-Size (gc6.5.tar.gz) = 752464 bytes
+SHA1 (gc6.6.tar.gz) = 524ffba866c54234d1fdb98927039262cc14877e
+RMD160 (gc6.6.tar.gz) = bfa2bfc1a369213bd9d485f2494d2472616661db
+Size (gc6.6.tar.gz) = 753779 bytes
SHA1 (patch-aa) = 8c32973ba5956e873d6b6e3969674082caa0fa74
SHA1 (patch-ab) = c6b2a2b98ce12c64af9408bc9b1f1a86bb9ac647
SHA1 (patch-ac) = 64c0f042a1ed7488158d49c77bab0330537d9e96
Home |
Main Index |
Thread Index |
Old Index