Sun Jun 15 14:19:07 2014 UTC ()
Update to 7.4.2:

== [7.4.2] 2014-06-03 ==

* Add config option to use STGRTMIN-based signals for thread suspend/resume.
* Allow parallel mark to be enabled on powerpc-linux systems.
* Check for Fujitsu compiler in builtin_unwind logic (enable FX10/K-Computer).
* Fix 'Array subscript is above array bounds' GCC warning in GC_new_kind/proc.
* Fix 'attribute declaration must precede definition' warning (clang-3.1).
* Fix (enable) Cygwin-64 build.
* Fix GC_finalized_malloc failure on disclaim_test.
* Fix GC_sig_suspend initialization when non-constant SIGRTMIN used.
* Fix MS VC redefinition warning for functions declared with GC_ATTR_MALLOC.
* Fix TEXT() usage for concatenated strings in GC_CreateLogFile (Win32).
* Fix data roots registration for Android/x86 and NDK ARM 'gold' linker.
* Fix find stackbottom on BlueGene P/Q systems.
* Fix machdep .lo files path in configure (SPARC, IA-64).
* Fix ok_init assignment (missing cast) in GC_new_kind_inner.
* Fix typos in names in AUTHORS and ChangeLog files.
* Remove barrett_diagram file duplicated by tree.html.
* Remove non-existing DISCARD_WORDS from GC data structure ASCII diagram.
* Restore contribution information for ancient releases in ChangeLog.
Also, includes 7.2f changes.


(wiz)
diff -r1.77 -r1.78 pkgsrc/devel/boehm-gc/Makefile
diff -r1.14 -r1.15 pkgsrc/devel/boehm-gc/PLIST
diff -r1.50 -r1.51 pkgsrc/devel/boehm-gc/distinfo

cvs diff -r1.77 -r1.78 pkgsrc/devel/boehm-gc/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/boehm-gc/Makefile 2014/05/02 07:28:00 1.77
+++ pkgsrc/devel/boehm-gc/Makefile 2014/06/15 14:19:07 1.78
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.77 2014/05/02 07:28:00 wiz Exp $ 1# $NetBSD: Makefile,v 1.78 2014/06/15 14:19:07 wiz Exp $
2 2
3DISTNAME= gc-7.4.0 3DISTNAME= gc-7.4.2
4PKGNAME= ${DISTNAME:S/gc/boehm-gc/} 4PKGNAME= ${DISTNAME:S/gc/boehm-gc/}
5PKGREVISION= 2 
6CATEGORIES= devel 5CATEGORIES= devel
7MASTER_SITES= http://www.hboehm.info/gc/gc_source/ 6MASTER_SITES= http://www.hboehm.info/gc/gc_source/
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.hboehm.info/gc/ 9HOMEPAGE= http://www.hboehm.info/gc/
11COMMENT= Garbage collection and memory leak detection for C and C++ 10COMMENT= Garbage collection and memory leak detection for C and C++
12 11
13USE_TOOLS+= gmake pkg-config 12USE_TOOLS+= gmake pkg-config
14USE_LANGUAGES= c c++ 13USE_LANGUAGES= c c++
15USE_LIBTOOL= YES 14USE_LIBTOOL= YES
16GNU_CONFIGURE= YES 15GNU_CONFIGURE= YES
17CONFIGURE_ARGS+= --enable-cplusplus 16CONFIGURE_ARGS+= --enable-cplusplus
18CONFIGURE_ARGS+= --datadir=${PREFIX}/share/doc 17CONFIGURE_ARGS+= --datadir=${PREFIX}/share/doc

cvs diff -r1.14 -r1.15 pkgsrc/devel/boehm-gc/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/boehm-gc/PLIST 2014/04/16 14:20:01 1.14
+++ pkgsrc/devel/boehm-gc/PLIST 2014/06/15 14:19:07 1.15
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.14 2014/04/16 14:20:01 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.15 2014/06/15 14:19:07 wiz Exp $
2include/gc.h 2include/gc.h
3include/gc/cord.h 3include/gc/cord.h
4include/gc/gc.h 4include/gc/gc.h
5include/gc/gc_allocator.h 5include/gc/gc_allocator.h
6include/gc/gc_backptr.h 6include/gc/gc_backptr.h
7include/gc/gc_config_macros.h 7include/gc/gc_config_macros.h
8include/gc/gc_cpp.h 8include/gc/gc_cpp.h
9include/gc/gc_disclaim.h 9include/gc/gc_disclaim.h
10include/gc/gc_gcj.h 10include/gc/gc_gcj.h
11include/gc/gc_inline.h 11include/gc/gc_inline.h
12include/gc/gc_mark.h 12include/gc/gc_mark.h
13include/gc/gc_pthread_redirects.h 13include/gc/gc_pthread_redirects.h
14include/gc/gc_tiny_fl.h 14include/gc/gc_tiny_fl.h
@@ -37,25 +37,24 @@ share/doc/gc/README.dj @@ -37,25 +37,24 @@ share/doc/gc/README.dj
37share/doc/gc/README.environment 37share/doc/gc/README.environment
38share/doc/gc/README.ews4800 38share/doc/gc/README.ews4800
39share/doc/gc/README.hp 39share/doc/gc/README.hp
40share/doc/gc/README.linux 40share/doc/gc/README.linux
41share/doc/gc/README.macros 41share/doc/gc/README.macros
42share/doc/gc/README.md 42share/doc/gc/README.md
43share/doc/gc/README.rs6000 43share/doc/gc/README.rs6000
44share/doc/gc/README.sgi 44share/doc/gc/README.sgi
45share/doc/gc/README.solaris2 45share/doc/gc/README.solaris2
46share/doc/gc/README.symbian 46share/doc/gc/README.symbian
47share/doc/gc/README.uts 47share/doc/gc/README.uts
48share/doc/gc/README.win32 48share/doc/gc/README.win32
49share/doc/gc/README.win64 49share/doc/gc/README.win64
50share/doc/gc/barrett_diagram 
51share/doc/gc/debugging.html 50share/doc/gc/debugging.html
52share/doc/gc/finalization.html 51share/doc/gc/finalization.html
53share/doc/gc/gc.man 52share/doc/gc/gc.man
54share/doc/gc/gcdescr.html 53share/doc/gc/gcdescr.html
55share/doc/gc/gcinterface.html 54share/doc/gc/gcinterface.html
56share/doc/gc/leak.html 55share/doc/gc/leak.html
57share/doc/gc/overview.html 56share/doc/gc/overview.html
58share/doc/gc/porting.html 57share/doc/gc/porting.html
59share/doc/gc/scale.html 58share/doc/gc/scale.html
60share/doc/gc/simple_example.html 59share/doc/gc/simple_example.html
61share/doc/gc/tree.html 60share/doc/gc/tree.html

cvs diff -r1.50 -r1.51 pkgsrc/devel/boehm-gc/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/boehm-gc/distinfo 2014/04/16 14:20:01 1.50
+++ pkgsrc/devel/boehm-gc/distinfo 2014/06/15 14:19:07 1.51
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.50 2014/04/16 14:20:01 wiz Exp $ 1$NetBSD: distinfo,v 1.51 2014/06/15 14:19:07 wiz Exp $
2 2
3SHA1 (gc-7.4.0.tar.gz) = 82f031a5a6db004df3cf8f1b1e72dd6b313ab032 3SHA1 (gc-7.4.2.tar.gz) = cd4a54620c38a2c361b3ee99dd134dbffb57c313
4RMD160 (gc-7.4.0.tar.gz) = 1ee6f43b1da2337817026d02ccb1c0e2c3afa74c 4RMD160 (gc-7.4.2.tar.gz) = 106bda88d4e47c32f5ba4137c82fa173313d09a9
5Size (gc-7.4.0.tar.gz) = 1060884 bytes 5Size (gc-7.4.2.tar.gz) = 1082597 bytes