Port details |
- libabigail ABI Generic Analysis and Instrumentation Library
- 2.0_2 devel =2 2.0_2Version of this port present on the latest quarterly branch.
- Maintainer: adridg@FreeBSD.org
- Port Added: 2021-03-07 00:54:36
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: APACHE20
- WWW:
- https://sourceware.org/libabigail/
- Description:
- ABI Generic Analysis and Instrumentation Library
This project aims at providing a C++ library for constructing, manipulating,
serializing and de-serializing ABI-relevant artifacts. The set of artifacts
that we are interested in is made of constructions like types, variables,
functions and declarations of a given library or program. For a given program
or library, this set of constructions is called an ABI corpus.
Thus the project aims at providing a library to manipulate ABI corpora, compare
them, provide detailed information about their differences and help build tools
to infer interesting conclusions about these differences.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libabigail>0:devel/libabigail
- To install the port:
- cd /usr/ports/devel/libabigail/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/libabigail
- pkg install libabigail
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libabigail
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1638279684
SHA256 (libabigail-2.0.tar.gz) = 3704ae97a56bf076ca08fb5dea6b21db998fbbf14c4f9de12824b78db53b6fda
SIZE (libabigail-2.0.tar.gz) = 286383045
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.9 : lang/python39
- Runtime dependencies:
-
- python3.9 : lang/python39
- Library dependencies:
-
- libxml2.so : textproc/libxml2
- libdw.so : devel/elfutils
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_libabigail
- USES:
- compiler:c++11-lang gmake libtool localbase pkgconfig python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.0_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.0_2 10 Apr 2022 19:11:41 |
Charlie Li (vishwin) |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
2.0_1 26 Mar 2022 08:27:27 |
Matthias Fechner (mfechner) |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
2.0 30 Nov 2021 13:53:02 |
Adriaan de Groot (adridg) |
devel/libabigail: update to 2.0, latest upstream release
New upstream release, with the same interfaces and programs.
License has changed to Apache (from LGPLv3). |
1.8.2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.8.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.8.2 07 Mar 2021 06:23:14 |
linimon |
Add compiler:c++11-lang to USES to fix build on GCC-based systems:
cc1plus: error: unrecognized command line option "-std=c++11"
Approved by: portmgr (tier-2 blanket) |
1.8.2 07 Mar 2021 00:53:58 |
adridg |
New port devel/libabigail
An ABI-wrestling-suite of libraries and tools. Uses elfutils
to diff, lint, compare and report on compatibility of ABIs
in shared-libraries.
Common use is diffing two .so's, like `abidiff libpkg.so libpkg-devel.so` |