notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
Port details on branch 2020Q3
libunwind Generic stack unwinding library
20200331_1 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 20200331_1Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2020-08-19 08:42:54
Last Update: 2020-08-19 08:42:48
Commit Hash: 7e20087
License: MIT
WWW:
https://www.nongnu.org/libunwind/
Description:
The primary goal of this project is to define a portable and efficient C programming interface (API) to determine the call-chain of a program. The API additionally provides the means to manipulate the preserved (callee-saved) state of each call-frame and to resume execution at any point in the call-chain (non-local goto). The API supports both local (same-process) and remote (across-process) operation. As such, the API is useful in a number of applications. Some examples include: - exception handling The libunwind API makes it trivial to implement the stack-manipulation aspects of exception handling. - debuggers The libunwind API makes it trivial for debuggers to generate the call-chain (backtrace) of the threads in a running program. - introspection It is often useful for a running thread to determine its call-chain. For example, this is useful to display error messages (to show how the error came about) and for performance monitoring/analysis. - efficient setjmp() With libunwind, it is possible to implement an extremely efficient version of setjmp(). Effectively, the only context that needs to be saved consists of the stack-pointer(s). WWW: https://www.nongnu.org/libunwind/
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (74 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/libunwind-20200331_1/catalog.mk
  3. /usr/local/share/licenses/libunwind-20200331_1/LICENSE
  4. /usr/local/share/licenses/libunwind-20200331_1/MIT
  5. include/libunwind-common.h
  6. include/libunwind-coredump.h
  7. include/libunwind-dynamic.h
  8. include/libunwind-ptrace.h
  9. include/libunwind-x86_64.h
  10. include/libunwind.h
  11. include/unwind.h
  12. lib/libunwind-coredump.a
  13. lib/libunwind-coredump.so
  14. lib/libunwind-coredump.so.0
  15. lib/libunwind-coredump.so.0.0.0
  16. lib/libunwind-generic.a
  17. lib/libunwind-generic.so
  18. lib/libunwind-ptrace.a
  19. lib/libunwind-ptrace.so
  20. lib/libunwind-ptrace.so.0
  21. lib/libunwind-ptrace.so.0.0.0
  22. lib/libunwind-setjmp.a
  23. lib/libunwind-setjmp.so
  24. lib/libunwind-setjmp.so.0
  25. lib/libunwind-setjmp.so.0.0.0
  26. lib/libunwind-x86_64.a
  27. lib/libunwind-x86_64.so
  28. lib/libunwind-x86_64.so.8
  29. lib/libunwind-x86_64.so.8.0.1
  30. lib/libunwind.a
  31. lib/libunwind.so
  32. lib/libunwind.so.8
  33. lib/libunwind.so.8.0.1
  34. libdata/pkgconfig/libunwind-coredump.pc
  35. libdata/pkgconfig/libunwind-generic.pc
  36. libdata/pkgconfig/libunwind-ptrace.pc
  37. libdata/pkgconfig/libunwind-setjmp.pc
  38. libdata/pkgconfig/libunwind.pc
  39. man/man3/_U_dyn_cancel.3.gz
  40. man/man3/_U_dyn_register.3.gz
  41. man/man3/libunwind-dynamic.3.gz
  42. man/man3/libunwind-ia64.3.gz
  43. man/man3/libunwind-ptrace.3.gz
  44. man/man3/libunwind-setjmp.3.gz
  45. man/man3/libunwind.3.gz
  46. man/man3/unw_apply_reg_state.3.gz
  47. man/man3/unw_backtrace.3.gz
  48. man/man3/unw_create_addr_space.3.gz
  49. man/man3/unw_destroy_addr_space.3.gz
  50. man/man3/unw_flush_cache.3.gz
  51. man/man3/unw_get_accessors.3.gz
  52. man/man3/unw_get_fpreg.3.gz
  53. man/man3/unw_get_proc_info.3.gz
  54. man/man3/unw_get_proc_info_by_ip.3.gz
  55. man/man3/unw_get_proc_name.3.gz
  56. man/man3/unw_get_reg.3.gz
  57. man/man3/unw_getcontext.3.gz
  58. man/man3/unw_init_local.3.gz
  59. man/man3/unw_init_local2.3.gz
  60. man/man3/unw_init_remote.3.gz
  61. man/man3/unw_is_fpreg.3.gz
  62. man/man3/unw_is_signal_frame.3.gz
  63. man/man3/unw_reg_states_iterate.3.gz
  64. man/man3/unw_regname.3.gz
  65. man/man3/unw_resume.3.gz
  66. man/man3/unw_set_cache_size.3.gz
  67. man/man3/unw_set_caching_policy.3.gz
  68. man/man3/unw_set_fpreg.3.gz
  69. man/man3/unw_set_reg.3.gz
  70. man/man3/unw_step.3.gz
  71. man/man3/unw_strerror.3.gz
  72. @owner
  73. @group
  74. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • libunwind>0:devel/libunwind
To install the port:
cd /usr/ports/devel/libunwind/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/libunwind
  • pkg install libunwind
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: libunwind
Flavors: there is no flavor information for this port.
ONLY_FOR_ARCHS: aarch64 amd64 i386
distinfo:
TIMESTAMP = 1597761383 SHA256 (libunwind-1.4.0.tar.gz) = df59c931bd4d7ebfd83ee481c943edf015138089b8e50abed8d9c57ba9338435 SIZE (libunwind-1.4.0.tar.gz) = 872941

Expand this list (2 items)

Collapse this list.

SHA256 (29e17d8d2ccbca07c423e3089a6d5ae8a1c9cb6e.diff) = bb9473bb7d18670e8348ac2af1f096638cdb8678782d1ad7f75c24e1f6a5e8c0 SIZE (29e17d8d2ccbca07c423e3089a6d5ae8a1c9cb6e.diff) = 14046

Collapse this list.


No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. pkgconf>=1.3.0_1 : devel/pkgconf
This port is required by:
for Build
  1. databases/mysql80-client
  2. databases/mysql80-server
for Libraries
  1. databases/mysql80-client
  2. databases/mysql80-server
  3. graphics/blender
  4. graphics/gimp-app
  5. graphics/mesa-dri
  6. science/simgrid
  7. x11-servers/xephyr
Expand this list (12 items / 5 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. x11-servers/xorg-dmx
  3. x11-servers/xorg-nestserver
  4. x11-servers/xorg-server
  5. x11-servers/xorg-vfbserver
  6. x11-servers/xwayland
  7. Collapse this list.

Configuration Options:
No options to configure
Options name:
devel_libunwind
USES:
libtool pathfix pkgconfig
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (8 items)
Collapse this list.
  1. ftp://ftp.twaren.net/Unix/NonGNU/libunwind/
  2. http://ftp.twaren.net/Unix/NonGNU/libunwind/
  3. http://gnu.mirrors.pair.com/savannah/savannah/libunwind/
  4. http://mirror.lihnidos.org/GNU/savannah/libunwind/
  5. http://nongnu.askapache.com/libunwind/
  6. https://download-mirror.savannah.gnu.org/releases/libunwind/
  7. https://download.savannah.gnu.org/releases/libunwind/
  8. https://github.com/libunwind/libunwind/releases/download/v20200331/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
20200331_1
19 Aug 2020 08:42:48
commit hash: 7e200874af68b51563e94f3d308b541e8c3b01adcommit hash: 7e200874af68b51563e94f3d308b541e8c3b01adcommit hash: 7e200874af68b51563e94f3d308b541e8c3b01adcommit hash: 7e200874af68b51563e94f3d308b541e8c3b01ad files touched by this commit
Niclas Zeising (zeising) search for other commits by this committer
MFH: r545235

devel/libunwind: Fix build with -fno-common

Fix the build of devel/libunwind with -fno-common (the default on FreeBSD
current after the llvm 11 update).
Add an upstream patch (pulling it from the official github mirror) to fix
the build woth -fno-common.

Approved by:	ports-secteam (joenum)
20200331_1
19 Aug 2020 08:42:48
Revision:545290Original commit files touched by this commit
zeising search for other commits by this committer
MFH: r545235

devel/libunwind: Fix build with -fno-common

Fix the build of devel/libunwind with -fno-common (the default on FreeBSD
current after the llvm 11 update).
Add an upstream patch (pulling it from the official github mirror) to fix
the build woth -fno-common.

Approved by:	ports-secteam (joenum)

Number of commits found: 2