Port details |
- abi-compliance-checker Checks binary compatibility of two versions of a C/C++ shared library
- 2.3 devel =2 2.3Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2009-08-27 09:07:37
- Last Update: 2023-12-31 00:37:05
- Commit Hash: bbab7f5
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: LGPL20 GPLv2
- WWW:
- https://lvc.github.io/abi-compliance-checker/
- Description:
- Given the header files and shared objects corresponding to two different shared
library versions, and a simple description of each of the shared libraries in
XML format, abi-compliance-checker searches for the following kinds of binary
compatibility problems:
--added/withdrawn interfaces (functions, global variables)
--changes to constants
--problems in data types:
--classes: added/withdrawn virtual functions (changes in layout of
virtual table), virtual function positions, virtual function
redefinitions
--structural data types: added/withdrawn members (changes in layout of
type structure), changes in members, size changes
--enumerations: member value changes
--interface problems:
--parameter and return type changes
--incorrect symbol versions
The checker then generates a report that assesses the risks of any potential
problems detected.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- abi-compliance-checker>0:devel/abi-compliance-checker
- To install the port:
- cd /usr/ports/devel/abi-compliance-checker/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/abi-compliance-checker
- pkg install abi-compliance-checker
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: abi-compliance-checker
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1615047328
SHA256 (lvc-vtable-dumper-0e04246_GH0.tar.gz) = 4eeadbaeb78c8d7603e0d84f72300b50a1b4d45e61994ba6196318d27cd4a23c
SIZE (lvc-vtable-dumper-0e04246_GH0.tar.gz) = 16037
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
- Runtime dependencies:
-
- exctags : devel/ctags
- eu-readelf : devel/elfutils
- perl5>=5.36<5.37 : lang/perl5.36
- This port is required by:
- for Run
-
- devel/api-sanity-autotest
Configuration Options:
- ===> The following configuration options are available for abi-compliance-checker-2.3:
DOCS=on: Build and/or install documentation
PORTS_BINUTILS=off: Use binutils from ports
===> Use 'make config' to modify these settings
- Options name:
- devel_abi-compliance-checker
- USES:
- gmake perl5 shebangfix
- 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 |
2.3 31 Dec 2023 00:37:05 |
Muhammad Moinur Rahman (bofh) |
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068 |
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.3 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.3 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.3 07 Jun 2021 18:14:03 |
Li-Wen Hsu (lwhsu) |
devel/abi-compliance-checker: Update WWW |
2.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.3 06 Mar 2021 20:45:48 |
adridg |
Update devel/abi-compliance-checker to recent releases
There was an important release of abi-dumper with fixes
in November 2020; otherwise the compatibility results using
"new" style are bogus.
Not taking this port as I don't think it's useful enough on FreeBSD;
clang-compatibility is an issue and parts of the tool demand
gcc 4.5.8 (the port doesn't handle that gracefully either). |
2.0.b1_3 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
2.0.b1_2 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
2.0.b1_1 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
2.0.b1 29 Mar 2017 13:11:30 |
mat |
Convert to GH_TUPLE and use the subdir bit.
Sponsored by: Absolight |
2.0.b1 25 Jan 2017 16:28:05 |
kib |
Update devel/abi-compliance-checker to the current git snapshot.
The script now depends on two tools abi-dumper and vtable-dumper. The
only purpose of the tools is to provide neccessary services to the
abi-compliance-checker, so I included all of them into the updated
port, instead of providing dependencies.
Sponsored by: The FreeBSD Foundation
Reviewed, tested and approved by: ehaupt
Differential revision: https://reviews.freebsd.org/D9315 |
1.99_1 20 Nov 2016 09:38:09 |
gerald |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler. |
1.99 27 Jun 2016 21:30:34 |
rene |
Reset ports maintained by bf@ until he has time again to work on them.
PR: 210474
Submitted by: jbeich
With hat: portmgr-secretary |
1.99 25 May 2016 15:43:34 |
mat |
Remove useless WRKSRC definitions.
While there, correct DEV_WARNINGS when they occur.
Sponsored by: Absolight |
1.99 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.99 18 May 2015 17:07:46 |
mat |
Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.
With hat: portmgr
Sponsored by: Absolight |
1.99 18 Aug 2014 22:10:40 |
antoine |
Remove a few remaining NOPORTDATA
With hat: portmgr |
1.99 09 Jun 2014 11:36:06 |
bapt |
Fix shebang for perl files |
1.99 26 Feb 2014 07:18:12 |
miwi |
- Stage support |
1.99 21 Feb 2014 13:36:13 |
ehaupt |
Remove trailing whitespaces from category devel |
1.99 10 Feb 2014 13:54:28 |
ehaupt |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
1.99 03 Jan 2014 00:46:47 |
bapt |
Part 1 at removing now useless FETCH_ARGS redifition |
20 Sep 2013 17:03:27
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
1.99 17 Sep 2013 06:12:36 |
bapt |
Convert to new perl framework
Submitted by: az |
1.99 29 May 2013 14:53:52 |
bf |
Update devel/abi-compliance-checker to 1.99,
and devel/api-sanity-autotest to 1.98.4 |
1.98.8 07 Feb 2013 20:38:59 |
bf |
update to 1.98.8 |
1.98.7 16 Jan 2013 16:22:37 |
bf |
update a mirror; remove NOPORTDOCS; trim header |
1.98.7 14 Dec 2012 21:24:01 |
bf |
update to 1.98.7 |
1.98.4 30 Oct 2012 06:35:46 |
bf |
update to 1.98.4
Feature safe: yes |
1.98.3 26 Aug 2012 15:42:59 |
bf |
update to 1.98.3 |
1.98.2 27 Jun 2012 05:35:38 |
bf |
update to 1.98.2 |
1.98.0 17 Jun 2012 16:44:49 |
bf |
update to 1.98.0 |
1.97.8 13 Jun 2012 04:58:14 |
bf |
update to 1.97.8 |
1.97.7 30 May 2012 09:22:55 |
bf |
update to 1.97.7 |
1.97.5 19 May 2012 17:55:18 |
bf |
update to 1.97.5 |
1.97.4 24 Apr 2012 08:50:12 |
bf |
correct a master site directory |
1.97.4 23 Apr 2012 09:36:12 |
bf |
update to 1.97.4 |
1.97.3 19 Apr 2012 03:34:28 |
bf |
update to 1.97.3 |
1.97.2 01 Apr 2012 19:03:05 |
bf |
update to 1.97.2; add a mirror
Feature safe: yes |
1.96.8 03 Mar 2012 08:54:27 |
bf |
update to 1.96.8 |
1.96.7 16 Feb 2012 11:46:43 |
bf |
update to 1.96.7 |
1.94 17 Sep 2011 13:07:41 |
bf |
update to 1.94 |
1.93.7 30 Aug 2011 15:33:13 |
bf |
update to 1.93.7 |
1.93.6 24 Aug 2011 05:59:10 |
bf |
update to 1.93.6 |
1.93.3 07 Aug 2011 21:51:50 |
bf |
update to 1.93.3 |
1.23.5 05 Jul 2011 06:47:32 |
bf |
Update to 1.23.5 |
1.23.3 22 Jun 2011 15:43:01 |
bf |
update to 1.23.3 |
1.21.12 30 Apr 2011 23:58:28 |
bf |
Update to 1.21.12 |
1.21.11 13 Apr 2011 00:54:19 |
bf |
Update to 1.21.11 |
1.21.10 24 Mar 2011 01:15:10 |
bf |
Update to 1.21.10 |
1.21.9 17 Jan 2011 22:58:01 |
bf |
Mirror the distfile locally
Approved by: makc, miwi (mentors, implicit)
Feature safe: yes |
1.21.9 17 Jan 2011 20:31:58 |
bf |
Update to 1.21.9
Approved by: makc, miwi (mentors, implicit)
Feature safe: yes |
1.21.7 30 Oct 2010 05:39:04 |
bf |
Update to 1.21.7
Approved by: makc, miwi (mentors, implicit) |
1.21.6 03 Oct 2010 13:11:18 |
bf |
Update to 1.21.6
Approved by: makc, miwi (co-mentors, implicit) |
1.21.3 04 Sep 2010 12:27:02 |
bf |
update to 1.21.3
Approved by: makc (co-mentor) |
1.21 20 Aug 2010 04:31:02 |
bf |
Update to 1.21
Approved by: miwi (co-mentor) |
1.20 06 Aug 2010 17:59:55 |
bf |
update to 1.20
Approved by: makc |
1.16 08 Jul 2010 12:51:38 |
bf |
Change my ports to use my FreeBSD.org email address. |
1.16 09 May 2010 08:30:03 |
miwi |
- Update to 1.16
PR: 146428
Submitted by: bf <bf1783@gmail.com> (maintainer) |
1.15 02 May 2010 08:32:54 |
miwi |
- Update to 1.15
PR: 146191
Submitted by: bf <bf1783@gmail.com> (maintainer) |
1.13 17 Feb 2010 20:40:31 |
lwhsu |
- Update to 1.13
PR: ports/144048
Submitted by: bf <bf1783 AT gmail.com> (maintainer)
Feature safe: yes |
1.10 09 Nov 2009 10:40:35 |
arved |
Update to 1.10
PR: 140406
Submitted by: maintainer |
1.9 21 Oct 2009 11:46:45 |
miwi |
- Update to 1.9
PR: 139809
Submitted by: bf <bf1783@gmail.com> (maintainer) |
1.8 11 Oct 2009 12:50:39 |
miwi |
- Update to 1.8
PR: 139421
Submitted by: bf <bf1783@gmail.com> (maintainer) |
1.7 18 Sep 2009 10:08:33 |
miwi |
- Update to 1.7
PR: 138927
Submitted by: bf <bf1783@gmail.com> (maintainer)
bf1783@gmail.com> (maintainer)
Feature safe: yes |
1.6 04 Sep 2009 20:50:49 |
miwi |
- Update to 1.6
PR: 138495
Submitted by: bf <bf1783@gmail.com> (maintainer) |
1.4 27 Aug 2009 09:07:15 |
miwi |
Given the header files and shared objects corresponding to two different shared
library versions, and a simple description of each of the shared libraries in
XML format, abi-compliance-checker searches for the following kinds of binary
compatibility problems:
--Added/withdrawn interfaces (functions, global variables)
--Problems in Data Types:
--Classes: added/withdrawn virtual functions (changes in layout of
virtual table), virtual function positions, virtual function
redefinitions
--Structural data types: added/withdrawn members (changes in layout of
type structure),
changes in members, size changes
--Enumerations: member value changes
--Interface problems:
--Parameters and return type changes
--Static property changes
The checker then generates a report that assesses the risks of any potential
problems detected.
WWW: http://ispras.linux-foundation.org/index.php/ABI_compliance_checker
PR: ports/138094
Submitted by: bf <bf1783 at gmail.com> |