summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2014-06-15 14:19:07 +0000
committerwiz <wiz>2014-06-15 14:19:07 +0000
commit1a8c7791f44367281309e49441a0f55697349e4f (patch)
treed9056b30271ad8014f81f9b2dadf33f6a7e08026
parent57b7e8401d778916dfc1a66d36bfaf132d1345c7 (diff)
downloadpkgsrc-1a8c7791f44367281309e49441a0f55697349e4f.tar.gz
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.
-rw-r--r--devel/boehm-gc/Makefile5
-rw-r--r--devel/boehm-gc/PLIST3
-rw-r--r--devel/boehm-gc/distinfo8
3 files changed, 7 insertions, 9 deletions
diff --git a/devel/boehm-gc/Makefile b/devel/boehm-gc/Makefile
index 41b3245bf8b..0bbdd6decd7 100644
--- a/devel/boehm-gc/Makefile
+++ b/devel/boehm-gc/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.77 2014/05/02 07:28:00 wiz Exp $
+# $NetBSD: Makefile,v 1.78 2014/06/15 14:19:07 wiz Exp $
-DISTNAME= gc-7.4.0
+DISTNAME= gc-7.4.2
PKGNAME= ${DISTNAME:S/gc/boehm-gc/}
-PKGREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://www.hboehm.info/gc/gc_source/
diff --git a/devel/boehm-gc/PLIST b/devel/boehm-gc/PLIST
index 4031b098d47..4a3b9ebcd88 100644
--- a/devel/boehm-gc/PLIST
+++ b/devel/boehm-gc/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2014/04/16 14:20:01 wiz Exp $
+@comment $NetBSD: PLIST,v 1.15 2014/06/15 14:19:07 wiz Exp $
include/gc.h
include/gc/cord.h
include/gc/gc.h
@@ -47,7 +47,6 @@ share/doc/gc/README.symbian
share/doc/gc/README.uts
share/doc/gc/README.win32
share/doc/gc/README.win64
-share/doc/gc/barrett_diagram
share/doc/gc/debugging.html
share/doc/gc/finalization.html
share/doc/gc/gc.man
diff --git a/devel/boehm-gc/distinfo b/devel/boehm-gc/distinfo
index 10d4fba24f8..6430f62bb0c 100644
--- a/devel/boehm-gc/distinfo
+++ b/devel/boehm-gc/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.50 2014/04/16 14:20:01 wiz Exp $
+$NetBSD: distinfo,v 1.51 2014/06/15 14:19:07 wiz Exp $
-SHA1 (gc-7.4.0.tar.gz) = 82f031a5a6db004df3cf8f1b1e72dd6b313ab032
-RMD160 (gc-7.4.0.tar.gz) = 1ee6f43b1da2337817026d02ccb1c0e2c3afa74c
-Size (gc-7.4.0.tar.gz) = 1060884 bytes
+SHA1 (gc-7.4.2.tar.gz) = cd4a54620c38a2c361b3ee99dd134dbffb57c313
+RMD160 (gc-7.4.2.tar.gz) = 106bda88d4e47c32f5ba4137c82fa173313d09a9
+Size (gc-7.4.2.tar.gz) = 1082597 bytes