Subject: CVS commit: pkgsrc/devel/electric-fence
From: David A. Holland
Date: 2012-06-16 09:46:55
Message id: 20120616074656.2906D175DD@cvs.netbsd.org

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.

Files:
RevisionActionfile
1.4modifypkgsrc/devel/electric-fence/Makefile
1.2modifypkgsrc/devel/electric-fence/distinfo
1.1addpkgsrc/devel/electric-fence/patches/patch-efence_c