From owner-cvs-all@FreeBSD.ORG Thu Aug 27 09:07:16 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0DA661065690; Thu, 27 Aug 2009 09:07:16 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EFE5B8FC2F; Thu, 27 Aug 2009 09:07:15 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n7R97F4g009003; Thu, 27 Aug 2009 09:07:15 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n7R97F06009002; Thu, 27 Aug 2009 09:07:15 GMT (envelope-from miwi) Message-Id: <200908270907.n7R97F06009002@repoman.freebsd.org> From: Martin Wilke Date: Thu, 27 Aug 2009 09:07:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/abi-compliance-checker Makefile distinfo pkg-descr ports/devel/abi-compliance-checker/files patch-abi-compliance-checker.pl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Aug 2009 09:07:16 -0000 miwi 2009-08-27 09:07:15 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/abi-compliance-checker Makefile distinfo pkg-descr devel/abi-compliance-checker/files patch-abi-compliance-checker.pl Log: 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 Revision Changes Path 1.3609 +1 -0 ports/devel/Makefile 1.1 +36 -0 ports/devel/abi-compliance-checker/Makefile (new) 1.1 +3 -0 ports/devel/abi-compliance-checker/distinfo (new) 1.1 +124 -0 ports/devel/abi-compliance-checker/files/patch-abi-compliance-checker.pl (new) 1.1 +22 -0 ports/devel/abi-compliance-checker/pkg-descr (new)