Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1_3 22 Sep 2017 10:48:45 |
mat |
Remove devel/libexecinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488 |
1.1_3 05 Jul 2017 09:00:18 |
amdmi3 |
- Add LICENSE
- Fix redundant CFLAGS
- Switch to options helpers
- Regenerate patches |
1.1_3 27 Feb 2017 21:20:41 |
rene |
Reset ports of itetcu@ after taking in his commit bit for safekeeping.
With hat: portmgr-secretary |
1.1_3 20 Sep 2015 19:59:04 |
olgeni |
Typos, whitespace and capitalization fixes (A-F). |
1.1_3 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- 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 |
1.1_3 17 Aug 2014 05:25:17 |
eadler |
Correct which variable to use
Reported by: adamw |
1.1_3 16 Aug 2014 09:02:04 |
eadler |
Fix bug in libexecinfo by using -fno-omit-framepointer
PR: 191465
Approved by: maintainer timeout (2014-06-28) |
1.1_3 18 Jun 2014 12:33:21 |
demon |
Switch to USES=tar:bzip2. |
1.1_3 21 Jan 2014 00:31:31 |
bapt |
Support stage
Fix packaging as a user |
1.1_3 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.1_3 05 Feb 2013 15:28:42 |
miwi |
- Fix build on HEAD
- Trim header
Submitted by: kwm
Approved by: maintainer implicit |
1.1_3 12 Aug 2012 09:56:16 |
itetcu |
Output only the used part of the buffer in backtrace_symbols_fd().
PR: 166278
Submitted by: Dmitrij Tejblum |
1.1_3 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
1.1_3 23 Nov 2008 19:07:52 |
naddy |
LP64 fixes
Approved by: itetcu |
1.1_2 27 Aug 2008 12:26:24 |
itetcu |
- The gcc builtin function __builtin_frame_address seems to need
-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 |
1.1_1 29 Jun 2006 13:21:47 |
itetcu |
s/INSTALLS_SHLIB/USE_LDCONFIG/ |
1.1_1 09 May 2006 10:22:46 |
itetcu |
Make it fetchable by provifing the distfile on MASTER_SITE_LOCAL.
Take maintainership.
Prompted by: lawrance because games/dangerdeep now depends on it
Approved by: lawrance (mentor) |
1.1_1 24 Nov 2005 15:40:04 |
pav |
- Add some SHA256 checksums |
1.1_1 26 Jul 2005 12:55:56 |
vs |
Update WWW-tag (was: 404) |
1.1_1 20 Mar 2005 09:14:11 |
danfe |
libexecinfo was not correctly updating pointers after calls to realloc, this
patch, written by Jay Freeman <saurik(at)saurik.com>, fixes it.
PR: ports/78972
Submitted by: Douglas Thrift <douglas(at)douglasthrift.net> |
1.1 19 Jul 2004 05:42:23 |
sobomax |
Update to 1.1. |
1.0_2 13 Apr 2004 03:35:55 |
kris |
Add missing @dirrm |
1.0_2 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
1.0_2 10 Aug 2003 16:47:03 |
sobomax |
Don't rely only on stack frame being 0 when bottom of stack reached, but
check return address as well. It is necessary for avoiding crash when
FreeBSD threads are used. |
1.0_1 10 Aug 2003 16:03:12 |
sobomax |
Patch include so that it works with c++. |
1.0 10 Aug 2003 15:07:26 |
sobomax |
Add libexecinfo 1.0, a library for inspecting program's backtrace. |