pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/electric-fence
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.
Home |
Main Index |
Thread Index |
Old Index