29 Commits

Author SHA1 Message Date
kmos
732c09e4a0 Remove duplicate do-test target definition.
ok kn
2020-01-03 15:16:59 +00:00
sthen
f74b6c2d62 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:44:34 +00:00
schwarze
42238575ac Delete the needless MLINKS because the feature will soon be removed
from base.  Instead, add the missing .Nm macros to the NAME section
of the manual page.  Delete the misleading MANDIR variable and
regenate the patches while here.  Bump.
OK sthen@ marco@
2019-05-20 15:12:28 +00:00
jsg
b33c2b5eaf arm no longer needs -D__BUILTIN_HACK to build, remove vax case 2018-07-13 04:08:08 +00:00
sthen
7b9fdbb2c9 use LIBCXX 2017-04-10 11:45:22 +00:00
sthen
7ac45c5f2b - only do -Wl,--export-dynamic in LDFLAGS not CFLAGS, removes a warning on
gcc, removes a build failure with -Werror on clang.

- add a do-test target.
2017-04-07 20:59:49 +00:00
sthen
1bc190bbfc rm empty files, spotted by Markus Lude 2016-03-13 10:56:10 +00:00
sthen
caf9ac569f move to github, opensource.conformal.com is going away. from dhill.
update to 0.3, rolling in patch.
2016-03-11 19:46:13 +00:00
naddy
2382144b92 fold lib-only PFRAG.shared into PLIST, regen PLIST, and bump 2015-03-16 18:07:34 +00:00
naddy
570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
pirofti
3f9f1379c2 Landisk needs __BUILTIN_HACK to build libexecinfo.
Suggested by jasper@
Okay sthen@
2014-04-03 13:46:47 +00:00
jasper
bcabc7e213 __BUILTIN_HACK isn't just for mips anymore, so reword comment to make it
platform-agnostic.
2014-04-03 11:40:02 +00:00
espie
7a4ac639c4 vax has simple builtin macros for unwinding stack, join the ranks of arm
and hppa and let this build
2013-08-06 18:58:52 +00:00
espie
bcf3856632 PERMIT_* / REGRESS->TEST sweep 2013-03-11 10:50:00 +00:00
zhuk
f70cacc83d Fixup header name in manual page.
"yep" sthen@
2013-02-07 12:30:44 +00:00
jasper
f3a0bbb019 - remove BT_MAX_DEPTH and struct bt_frame from the public API as they don't belong there
and create issues with guenthers upcoming header cleaning.

  as discussed with guenther@
  ok landry@
2012-09-27 15:45:42 +00:00
naddy
046d7dbf7d bsd.lib.mk does not build _pic.a libraries any longer 2012-09-01 12:02:26 +00:00
sthen
74e4303d1a fix build on arm 2011-12-09 10:20:56 +00:00
jasper
d280bfa41a - fix build on hppa and use a simpler construct 2011-12-09 08:17:31 +00:00
espie
cbb5e400a1 shrink, this lives in bsd.port.mk itself now 2011-11-18 11:16:23 +00:00
jasper
6984f2b752 - bring back fixes to fix this on mips64*
ok sthen@
2011-11-16 15:12:53 +00:00
sthen
cdacd3bd99 switch the libexecinfo port to use marco's libbacktrace, sources modified
to produce a library named libexecinfo.so.XX, avoiding the need to patch a
bunch of places where it's used in other ports. with help from robert@
2011-11-14 19:14:18 +00:00
espie
5855efb734 move depends to new style 2010-11-15 19:45:56 +00:00
jasper
228964a8d2 - extend archtecture tests for mips64el
ok naddy@ phessler@
2010-02-09 12:23:59 +00:00
jasper
5738e2c41e - let this build on mips64el too
ok espie@
2010-02-08 17:42:51 +00:00
jasper
ab9f5b91e3 - castrate libexecinfo on mips64 as
__builtin_return_address() and __builtin_frame_address()
can't have a !0 argument on mips.

with a hint from miod@
ok aja@ (sorry for making your eyes bleed..!)
2009-10-09 15:10:13 +00:00
ajacoutot
ac8a778267 - install README file
- add HOMEPAGE
2009-04-09 15:03:06 +00:00
naddy
fb768f8a3c * LP64 fixes
* use MASTER_SITE_FREEBSD_LOCAL
2008-11-11 15:48:47 +00:00
ajacoutot
bc7fe1a93a Import libexecinfo-1.1
This is a quick-n-dirty BSD licensed clone of backtrace facility found
in the GNU libc, mainly intended for porting linuxish code to BSD
platforms, however it can be used at any platform which has a gcc
compiler.

from bernd@ (patch-execinfo_c from FreeBSD)
2008-10-21 17:01:24 +00:00