Bug 138927 - [PATCH]devel/abi-compliance-checker: update to 1.7
Summary: [PATCH]devel/abi-compliance-checker: update to 1.7
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-18 02:40 UTC by bf
Modified: 2009-09-18 11:15 UTC (History)
0 users

See Also:


Attachments
file.diff (1.25 KB, patch)
2009-09-18 02:40 UTC, bf
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description bf 2009-09-18 02:40:00 UTC
New features: 

--Checking of incorrect symbols versioning. 
--Checking the values of defines (constants). 
--Ability to check header files without shared objects. It is easy to run, but may provide a low quality ABI compliance report
with a lot of false positives and without detecting of added/withdrawn interfaces. 
--Number of checked interfaces and data types in the report. 
--Added tests for checking new features. 

Bug fixes: 

--Incorrect processing of duplicated headers in the input set (headers with the --same name but different paths). 
--Incorrect header files include order. 
--Sorting in the ABI dumps. 
--Incorrect processing of redefined virtual methods. 
--Incorrect processing of anon types. 
--Absence of some necessary information about C++-functions in the ABI dumps.

Fix: Patch attached with submission follows:
Comment 1 dfilter service freebsd_committer freebsd_triage 2009-09-18 11:08:47 UTC
miwi        2009-09-18 10:08:33 UTC

  FreeBSD ports repository

  Modified files:
    devel/abi-compliance-checker Makefile distinfo 
  Log:
  - Update to 1.7
  
  PR:             138927
  Submitted by:   bf <bf1783@gmail.com> (maintainer)
  bf1783@gmail.com> (maintainer)
  Feature safe: yes
  
  Revision  Changes    Path
  1.3       +2 -2      ports/devel/abi-compliance-checker/Makefile
  1.3       +3 -3      ports/devel/abi-compliance-checker/distinfo
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2009-09-18 11:15:30 UTC
State Changed
From-To: open->closed

Committed. Thanks!