ports/140406: [PATCH]devel/abi-compliance-checker: update to 1.10

bf bf1783 at gmail.com
Mon Nov 9 08:00:13 UTC 2009


>Number:         140406
>Category:       ports
>Synopsis:       [PATCH]devel/abi-compliance-checker: update to 1.10
>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:   Mon Nov 09 08:00:12 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     bf
>Release:        9-CURRENT amd64
>Organization:
-
>Environment:
>Description:

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN abi-compliance-checker.orig/Makefile abi-compliance-checker/Makefile
--- abi-compliance-checker.orig/Makefile	2009-11-08 10:57:04.000000000 -0500
+++ abi-compliance-checker/Makefile	2009-11-08 14:25:44.000000000 -0500
@@ -6,9 +6,9 @@
 #
 
 PORTNAME=	abi-compliance-checker
-PORTVERSION=	1.9
+PORTVERSION=	1.10
 CATEGORIES=	devel perl5
-MASTER_SITES=	http://ispras.linux-foundation.org/images/8/8c/
+MASTER_SITES=	http://ispras.linux-foundation.org/images/3/34/
 DISTFILES=	${PORTNAME:S/^a/A/}-${PORTVERSION}${EXTRACT_SUFX}
 
 MAINTAINER=	bf1783 at gmail.com
@@ -25,7 +25,8 @@
 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" ${WRKSRC}/${PORTNAME}.pl
+		-e "s|\"gcc|\"${CC}|g" -e "s|-shared|& -fPIC|g" \
+		${WRKSRC}/${PORTNAME}.pl
 
 do-install:
 	@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin
diff -ruN abi-compliance-checker.orig/distinfo abi-compliance-checker/distinfo
--- abi-compliance-checker.orig/distinfo	2009-11-08 10:57:04.000000000 -0500
+++ abi-compliance-checker/distinfo	2009-11-08 11:03:48.000000000 -0500
@@ -1,3 +1,3 @@
-MD5 (Abi-compliance-checker-1.9.tar.gz) = 1d64e540785b36ba3052745cd569d1a1
-SHA256 (Abi-compliance-checker-1.9.tar.gz) = d6c9b3d1d3ca3009792ad270e0748db105dd0a26d2e1d0034532c78b9e37e7a0
-SIZE (Abi-compliance-checker-1.9.tar.gz) = 47940
+MD5 (Abi-compliance-checker-1.10.tar.gz) = 2e591097462d4fa60460ee7ddf023325
+SHA256 (Abi-compliance-checker-1.10.tar.gz) = 8b54c500745b333ae8db69d2d81236f8676d21e9195ad041a27b82af40e7abe0
+SIZE (Abi-compliance-checker-1.10.tar.gz) = 49323
diff -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	1969-12-31 19:00:00.000000000 -0500
+++ abi-compliance-checker/files/patch-abi-compliance-checker.pl	2009-11-08 14:36:32.000000000 -0500
@@ -0,0 +1,14 @@
+--- abi-compliance-checker.pl.orig	2009-11-08 14:27:20.000000000 -0500
++++ abi-compliance-checker.pl	2009-11-08 14:33:06.000000000 -0500
+@@ -6673,9 +6673,9 @@
+     }
+     else
+     {
+-        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/)
+             {
+                 my ($SoCandidate, $Path) = ($1, $2);
+                 


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



More information about the freebsd-ports-bugs mailing list