aboutsummaryrefslogtreecommitdiff
path: root/devel/ElectricFence
Commit message (Collapse)AuthorAgeFilesLines
* devel/ElectricFence: add missing posix_memalign()Kurt Jaeger2019-02-261-10/+36
| | | | | | | | | | | | | | | | | | | | | | | The current implementation did not handle posix_memalign(). Programs using posix_memalign() to allocate memory effectively silently fall back to the standard implementation. Whenever the program calls free() to release the memory, the efence implementation is called and barfs that the memory is unknown, leading to a core dump. Sadly, many programs use posix_memalign and thus could not be debugged with efence. Example use case: See nginx, PR#235296 PR: 235297 Submitted by: topical@gmx.net Obtained from: https://bugzilla.redhat.com/show_bug.cgi?id=603075 https://launchpad.net/ubuntu/+source/electric-fence/+changelog Notes: svn path=/head/; revision=493985
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Rename devel/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-282-0/+0
| | | | Notes: svn path=/head/; revision=363197
* Support stage; strip libraryBaptiste Daroussin2013-12-101-7/+5
| | | | Notes: svn path=/head/; revision=336109
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-6/+2
| | | | | | | devel part 4) Notes: svn path=/head/; revision=327726
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276999
* Add two more patches found in the Linux wild. Would've beenMikhail Teterin2007-07-272-0/+38
| | | | | | | | | | | | | | | | | better to be downloading them, but, strangely enough, they don't seem available in the raw source -- only in the pretty-fied HTML :-( Of the two remaining once, the ElectricFence-2.2.2-madvise.patch is currently causing me unexplained crashes, and the ElectricFence-2.2.2-pthread.patch does not seem to matter for us, because we don't USE_SEMAPHORE: http://www.filewatcher.com/p/ElectricFence-2.2.2-19.src.rpm.38696/ElectricFence-2.2.2-madvise.patch.html http://www.filewatcher.com/p/ElectricFence-2.2.2-19.src.rpm.38696/ElectricFence-2.2.2-pthread.patch.html Notes: svn path=/head/; revision=196391
* Add a patch found on RedHat mailing list. It is quite important,Mikhail Teterin2007-07-272-1/+29
| | | | | | | | | where size_t is wider than int... Bump PORTREVISION. Notes: svn path=/head/; revision=196386
* Preserve whitespace in the argument list. This can be tested by runningDag-Erling Smørgrav2007-04-222-1/+3
| | | | | | | | "ef.sh /bin/echo a\ \ b"; the correct output is "a b\n", but before this commit it would print "a b\n" instead. Notes: svn path=/head/; revision=190631
* Disable self-tests which fail on pointyhat due to differences inSam Lawrance2006-10-221-10/+38
| | | | | | | | | | expected signal delivery between 7.x host and 6.x jail. See patch comment for more info. Approved by: portmgr (kris) Notes: svn path=/head/; revision=175482
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-141-1/+1
| | | | | | | | | | - these include comms/ converters/ databases/ devel/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170639
* Fix build on i386 -current.Sam Lawrance2006-02-011-1/+1
| | | | Notes: svn path=/head/; revision=154954
* - Add some SHA256 checksumsPav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149311
* Try to unbreak on amd64-CURRENT.Tilman Keskinoz2005-11-051-1/+1
| | | | | | | | Not sure, why suddently a differnt signal is triggered by the eftest program. Notes: svn path=/head/; revision=147405
* - Prune MASTER_SITES: this particular flavour is no longer available from ↵Volker Stolz2005-10-162-6/+2
| | | | | | | | | | | perens.com - Nuke 3-line plist while here Noticed by: fenner's magical distfile survey Notes: svn path=/head/; revision=145557
* - Unbreak on non-std hardware: Use -DPAGE_PROTECTION_VIOLATED_SIGNAL=SIGBUSVolker Stolz2004-05-072-5/+3
| | | | | | | | | | | on all archs except alpha. - Pass CC through while here. PR: ports/65878 Submitted by: Tim Robbins Notes: svn path=/head/; revision=108602
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* Per bento logs, mark as broken on the 64-bit architectures.Mark Linimon2003-12-241-0/+4
| | | | Notes: svn path=/head/; revision=96520
* Update master sites.Christian Weisgerber2003-03-021-6/+4
| | | | | | | | PR: 48827 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> Notes: svn path=/head/; revision=76737
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75951
* Disable printing version upon initialization.Max Khon2003-01-131-0/+12
| | | | | | | | This will allow using ElectricFence in multithreaded programs (programs linked with libc_r). Notes: svn path=/head/; revision=73058
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Fix bad reference.David E. O'Brien2002-03-162-2/+2
| | | | | | | | PR: 35977 Submitted by: Slaven Rezic <slaven.rezic@berlin.de> Notes: svn path=/head/; revision=56214
* If a user has set the EF_ALIGNMENT, EF_PROTECT_BELOW or EF_PROTECT_FREEDavid E. O'Brien2001-05-251-12/+11
| | | | | | | | | | variables, this can cause the ElectricFence self test to fail. PR: 18259 Submitted by: Eoin Lawless <eoin@maths.tcd.ie> Notes: svn path=/head/; revision=43039
* Fix incompatiblities in the script.David E. O'Brien2001-05-031-0/+14
| | | | | | | Submitted by: Victoria E. Lease <vlease@floofy-skirts.org> Notes: svn path=/head/; revision=42199
* Install the shared lib version and ef wrapper script.David E. O'Brien2001-02-282-0/+5
| | | | | | | Partically Submitted by: Daniel O'Connor <doconnor@gsoft.com.au> Notes: svn path=/head/; revision=38883
* Add $FreeBSD$'s which help me in problem reports.David E. O'Brien2000-11-221-0/+1
| | | | Notes: svn path=/head/; revision=35323
* Correct PLISTKris Kennaway2000-09-221-2/+2
| | | | | | | Submitted by: onigiri Notes: svn path=/head/; revision=32991
* Update to version 2.2.2.David E. O'Brien2000-08-274-21/+50
| | | | Notes: svn path=/head/; revision=32015
* Portlint COMMENT's.Akinori MUSHA2000-04-141-1/+1
| | | | | | | | | | Everybody should read the Handbook again! PR: ports/18008 Submitted by: tkato@prontomail.ne.jp Notes: svn path=/head/; revision=27537
* PORTNAME/PORTVERSION updateMichael Haro2000-04-111-3/+3
| | | | Notes: svn path=/head/; revision=27452
* Restore useless version required comments.David E. O'Brien2000-03-221-0/+1
| | | | Notes: svn path=/head/; revision=26941
* Remove the "version required" line.David E. O'Brien2000-03-201-1/+0
| | | | Notes: svn path=/head/; revision=26835
* I seem to be in the development tool business, so try to keep an eye onDavid E. O'Brien2000-01-032-2/+5
| | | | | | | this port. Notes: svn path=/head/; revision=24368
* Remove jraynard as MAINTAINER, since he no longer has an account.Bill Fenner1999-12-221-2/+0
| | | | | | | | | | Move distfiles from ~jraynard/public_html/ports/distfiles/ to ~fenner/public_html/distfiles-- this does not imply that I take any responsibility for the ports but I'll at least host the existing distfiles =) Notes: svn path=/head/; revision=23817
* On page faults FreeBSD/Alpha gives SIGSEGV instead of SIGBUS.Steve Price1999-09-251-4/+8
| | | | Notes: svn path=/head/; revision=21933
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-261-1/+1
| | | | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. Notes: svn path=/head/; revision=19799
* Unbroke for -current: the build problem seems disappeared.Dmitrij Tejblum1998-09-041-6/+1
| | | | Notes: svn path=/head/; revision=13006
* Remove manpages define in MAN? fom PLIST for all the devel ports.Satoshi Asami1998-08-121-1/+0
| | | | | | | | I'm going to leave p5-* alone for now (where the version stuff is going to land is still unclear). Notes: svn path=/head/; revision=12467
* Fails to build under current.Justin M. Seger1998-05-031-1/+6
| | | | Notes: svn path=/head/; revision=10815
* Should be one file per patch.David E. O'Brien1998-02-262-14/+13
| | | | Notes: svn path=/head/; revision=9948
* De-capitalize PKGNAME - a single library can't start with uppercase.Satoshi Asami1997-11-151-1/+2
| | | | Notes: svn path=/head/; revision=8636
* It turns out that the tarball is on Sunsite, but for some reason myJames Raynard1997-11-131-7/+4
| | | | | | | | local archie server doesn't know about it. Also clean up some careless editing. Notes: svn path=/head/; revision=8604
* ElectricFence, the debugging malloc libraryJames Raynard1997-11-126-0/+68
Notes: svn path=/head/; revision=8597