Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 72D7663B9FE for ; Sat, 16 Jun 2012 07:46:59 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 23B5D14A3EE; Sat, 16 Jun 2012 07:46:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6516614A3D4 for ; Sat, 16 Jun 2012 07:46:57 +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 caWZo-E3lykl for ; Sat, 16 Jun 2012 07:46:56 +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 D0B4714A3CA for ; Sat, 16 Jun 2012 07:46:56 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 2906D175DD; Sat, 16 Jun 2012 07:46:56 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sat, 16 Jun 2012 07:46:56 +0000 From: "David A. Holland" Subject: CVS commit: pkgsrc/devel/electric-fence To: pkgsrc-changes@NetBSD.org Reply-To: dholland@netbsd.org X-Mailer: log_accum Message-Id: <20120616074656.2906D175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: dholland Date: Sat Jun 16 07:46:55 UTC 2012 Modified Files: pkgsrc/devel/electric-fence: Makefile distinfo Added Files: pkgsrc/devel/electric-fence/patches: patch-efence_c Log Message: Add gcc memory barriers after the manner of emacs20's patch-bm, for the same reason: gcc "knows" that malloc has no side effects and reorders code around it, only it's wrong. Fixes SIGSEGV during build seen in some environments. Bump package revision as a precaution, because I don't understand why this sometimes doesn't fail and sometimes does with the same gcc version. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/electric-fence/Makefile cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/devel/electric-fence/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/devel/electric-fence/patches/patch-efence_c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.