Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id B0607A6548 for ; Sun, 15 Jun 2014 14:19:11 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 608FE14A300; Sun, 15 Jun 2014 14:19:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8AA1314A2FE for ; Sun, 15 Jun 2014 14:19:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id z9tIazf6fXmM for ; Sun, 15 Jun 2014 14:19:07 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id B8AC214A2B4 for ; Sun, 15 Jun 2014 14:19:07 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id AC30A96; Sun, 15 Jun 2014 14:19:07 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 15 Jun 2014 14:19:07 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/boehm-gc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20140615141907.AC30A96@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Sun Jun 15 14:19:07 UTC 2014 Modified Files: pkgsrc/devel/boehm-gc: Makefile PLIST distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78 pkgsrc/devel/boehm-gc/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/boehm-gc/PLIST cvs rdiff -u -r1.50 -r1.51 pkgsrc/devel/boehm-gc/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.