ports/146191: [PATCH]devel/abi-compliance-checker: update to 1.15

bf bf1783 at gmail.com
Fri Apr 30 18:10:25 UTC 2010


>Number:         146191
>Category:       ports
>Synopsis:       [PATCH]devel/abi-compliance-checker: update to 1.15
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 30 18:10:12 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     bf
>Release:        9-CURRENT amd64
>Organization:
-
>Environment:
>Description:
Please note that files/patch-abi-compliance-checker.pl should be removed.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -x '*old.*' -x '*new.*' -ruN abi-compliance-checker.orig/Makefile abi-compliance-checker/Makefile
--- abi-compliance-checker.orig/Makefile	2010-04-30 13:49:06.000000000 -0400
+++ abi-compliance-checker/Makefile	2010-04-30 13:45:25.000000000 -0400
@@ -6,16 +6,14 @@
 #
 
 PORTNAME=	abi-compliance-checker
-PORTVERSION=	1.13
+PORTVERSION=	1.15
 CATEGORIES=	devel perl5
-MASTER_SITES=	http://ispras.linux-foundation.org/images/b/ba/
+MASTER_SITES=	http://ispras.linux-foundation.org/images/3/32/
 DISTFILES=	${PORTNAME:S/^a/A/}-${PORTVERSION}${EXTRACT_SUFX}
 
 MAINTAINER=	bf1783 at gmail.com
 COMMENT=	Checks binary compatibility of two versions of a C/C++ shared library
 
-RUN_DEPENDS=	${LOCALBASE}/bin/gsed:${PORTSDIR}/textproc/gsed
-
 NO_BUILD=	yes
 USE_PERL5_RUN=	yes
 
@@ -25,10 +23,16 @@
 READELF?=	readelf
 
 post-patch:
-	${REINPLACE_CMD} -e "s|c++filt|${CPPFILT}|g" \
-		-e "s|readelf|${READELF}|g" -e "s|g++|${CXX}|g" \
-		-e "s|\"gcc|\"${CC}|g" -e "s|-shared|& -fPIC|g" \
-		-e "s|gsed|${LOCALBASE}/bin/gsed|g" \
+	${REINPLACE_CMD} \
+		-e "\%my% { \
+			s%\"c++filt\"%\"${CPPFILT}\"%g; \
+			s%\"readelf\"%\"${READELF}\"%g; \
+			s%\"g++\"%\"${CXX}\"%g; \
+			s%\"gcc\"%\"${CC}\"%g; }" \
+		-e "\%search_for% { \
+			s%\"g++\"%\"${CXX}\"%g; \
+			s%\"gcc\"%\"${CC}\"%g; }" \
+		-e "s%-shared%& -fPIC%g" \
 		${WRKSRC}/${PORTNAME}.pl
 
 do-install:
diff -x '*old.*' -x '*new.*' -ruN abi-compliance-checker.orig/distinfo abi-compliance-checker/distinfo
--- abi-compliance-checker.orig/distinfo	2010-04-30 13:49:06.000000000 -0400
+++ abi-compliance-checker/distinfo	2010-04-30 11:56:31.000000000 -0400
@@ -1,3 +1,3 @@
-MD5 (Abi-compliance-checker-1.13.tar.gz) = 9c21a3dae0cfbc5ea2c3636551a52b49
-SHA256 (Abi-compliance-checker-1.13.tar.gz) = a2bb611b24754c7e0b3ea406911f79ed6c8b12e07a719f83b5d0740aef3efba3
-SIZE (Abi-compliance-checker-1.13.tar.gz) = 51118
+MD5 (Abi-compliance-checker-1.15.tar.gz) = de424737248f7543a872ccb51e129860
+SHA256 (Abi-compliance-checker-1.15.tar.gz) = 63c6e1bdb4421c93d093fe5265b5be3170eddbb98ac62832511f5b425e0ecfce
+SIZE (Abi-compliance-checker-1.15.tar.gz) = 62910
diff -x '*old.*' -x '*new.*' -ruN abi-compliance-checker.orig/files/patch-abi-compliance-checker.pl abi-compliance-checker/files/patch-abi-compliance-checker.pl
--- abi-compliance-checker.orig/files/patch-abi-compliance-checker.pl	2010-04-30 13:49:06.000000000 -0400
+++ abi-compliance-checker/files/patch-abi-compliance-checker.pl	1969-12-31 19:00:00.000000000 -0500
@@ -1,23 +0,0 @@
---- abi-compliance-checker.pl.orig	2010-02-16 07:13:09.000000000 -0500
-+++ abi-compliance-checker.pl	2010-02-17 13:20:46.000000000 -0500
-@@ -481,7 +481,7 @@
-     return if(not $InfoPath or not -f $InfoPath);
-     my $InfoPath_New = $InfoPath.".1";
-     #my $Keywords = join("\\|", keys(%check_node));#|grep "$Keywords"
--    system("sed ':a;N;\$!ba;s/\\n[^\@]//g' ".esc($InfoPath)."|sed 's/ [ ]\\+/  /g' > ".esc($InfoPath_New));
-+    system("gsed ':a;N;\$!ba;s/\\n[^\@]//g' ".esc($InfoPath)."|gsed 's/ [ ]\\+/  /g' > ".esc($InfoPath_New));
-     system("rm", "-fr", $InfoPath);
-     #getting info
-     open(INFO, $InfoPath_New) || die ("can't open file '\$InfoPath_New\': $!\n");
-@@ -7123,9 +7123,9 @@
- 
- sub get_solib_default_paths()
- {
--    foreach my $Line (split("\n", `ldconfig -p`))
-+    foreach my $Line (split("\n", `ldconfig -r`))
-     {
--        if($Line=~/\A[ \t]*([^ \t]+) .* \=\> (.+)\Z/)
-+        if($Line=~/\A\t[0-9]*:(.+) \=\> (.+)\Z/)
-         {
-             $SoLib_DefaultPath{$1} = $2;
-         }


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list