summaryrefslogtreecommitdiff
path: root/devel/libexecinfo (follow)
Commit message (Collapse)AuthorAgeFilesLines
* LP64 fixesChristian Weisgerber2008-11-232-9/+20
| | | | | | | Approved by: itetcu Notes: svn path=/head/; revision=223295
* - The gcc builtin function __builtin_frame_address seems to needIon-Mihai Tetcu2008-08-271-2/+8
| | | | | | | | | | | | -fno-omit-frame-pointer to allow it to find the top of the stack. Without this libexecinfo can't correctly get a backtrace and instead causes a bus error. - bump PORTREVISION PR: ports/126727 Submitted by: Douglas William Thrift Notes: svn path=/head/; revision=219299
* s/INSTALLS_SHLIB/USE_LDCONFIG/Ion-Mihai Tetcu2006-06-291-1/+1
| | | | Notes: svn path=/head/; revision=166590
* Make it fetchable by provifing the distfile on MASTER_SITE_LOCAL.Ion-Mihai Tetcu2006-05-092-4/+7
| | | | | | | | | | Take maintainership. Prompted by: lawrance because games/dangerdeep now depends on it Approved by: lawrance (mentor) Notes: svn path=/head/; revision=161791
* - Add some SHA256 checksumsPav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149311
* Update WWW-tag (was: 404)Volker Stolz2005-07-261-1/+1
| | | | Notes: svn path=/head/; revision=140150
* libexecinfo was not correctly updating pointers after calls to realloc, thisAlexey Dokuchaev2005-03-202-0/+46
| | | | | | | | | | patch, written by Jay Freeman <saurik(at)saurik.com>, fixes it. PR: ports/78972 Submitted by: Douglas Thrift <douglas(at)douglasthrift.net> Notes: svn path=/head/; revision=131700
* Update to 1.1.Maxim Sobolev2004-07-195-59/+4
| | | | Notes: svn path=/head/; revision=113939
* Add missing @dirrmKris Kennaway2004-04-131-0/+1
| | | | Notes: svn path=/head/; revision=106863
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* Don't rely only on stack frame being 0 when bottom of stack reached, butMaxim Sobolev2003-08-102-1/+19
| | | | | | | | check return address as well. It is necessary for avoiding crash when FreeBSD threads are used. Notes: svn path=/head/; revision=86726
* Patch include so that it works with c++.Maxim Sobolev2003-08-102-0/+23
| | | | Notes: svn path=/head/; revision=86724
* Add libexecinfo 1.0, a library for inspecting program's backtrace.Maxim Sobolev2003-08-105-0/+51
Notes: svn path=/head/; revision=86721