Commit graph

11 commits

Author SHA1 Message Date
schmonz
3013e74c01 Libtoolize to fix build on OS X 10.9 and (untested) fix shlibs under
Solaris 10. What's tested:

1. devel/cmake with USE_BUILTIN.libexecinfo=no links and runs on:
    * CentOS/amd64 6.5
    * Mac OS X/x86_64 10.9.4 (Darwin 13.3.0)
    * NetBSD/amd64 6.1.4
    * SmartOS/i386 (Joyent SmartMachine 1.8.1, "SunOS 5.11")

2. http://www.gnu.org/software/libc/manual/html_node/Backtraces.html's
   sample program outputs:
    * Mac OS X: the expected backtrace
    * NetBSD: dumps core (but it did before this change, too)
    * SmartOS: the expected backtrace

Bump PKGREVISION.
2014-07-05 20:15:24 +00:00
tron
b1e9b2279f Don't build a shared library under Solaris 10.
This should work around PR pkg/48732 until we have a beter solution
e.g. building this package with "libtool".
2014-06-05 19:48:33 +00:00
ryoon
09f23ff014 Remove hack for OpenBSD
The problem should be fixed with PR pkg/48793.
2014-05-10 23:03:25 +00:00
ryoon
c2829605a0 Create symlinks to library under OpenBSD 2014-05-05 21:11:25 +00:00
hauke
d21197e05a GC an unused variable the compiler takes offence to. 2014-05-04 11:09:56 +00:00
asau
8d4a4e92f9 Allow using builtin libexecinfo on FreeBSD:
FreeBSD has started using NetBSD's libexecinfo since version 10.
2014-03-24 20:36:47 +00:00
obache
c28b1c803f Use find-headers instead of find-files to detect builtin header files. 2013-11-23 10:51:09 +00:00
jperkin
4537ae40c8 Fix build on SunOS. Patch from Sebastian Wiedenroth. 2013-10-24 11:34:49 +00:00
ryoon
e6b1b1cc23 Add builtin.mk file for built-in libexecinfo support.
* Tested on NetBSD 6.99.23 and 6.1 with graphics/fotoxx.
2013-07-03 14:47:04 +00:00
rodent
76e83cbf5c Various MASTER_SITES-related fixes. 2013-04-06 14:09:32 +00:00
asau
2ee4b9b117 Import libexecinfo 1.1 as devel/libexecinfo
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.
2013-03-14 22:27:15 +00:00