freebsd-ports/devel/abi-compliance-checker/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 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)
2022-09-07 23:58:51 +02:00

20 lines
863 B
Text

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.