aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbf <bf@FreeBSD.org>2011-06-22 23:43:01 +0800
committerbf <bf@FreeBSD.org>2011-06-22 23:43:01 +0800
commitd3914bd36ad8875e0bab1d561adedf205664b4cf (patch)
tree5661ef12d6e60682aeb44842b29a23b0aa718e4c
parent8d8d71346fc6f701644e02c14e9a89de4e0615d5 (diff)
downloadfreebsd-ports-gnome-d3914bd36ad8875e0bab1d561adedf205664b4cf.tar.gz
freebsd-ports-gnome-d3914bd36ad8875e0bab1d561adedf205664b4cf.tar.zst
freebsd-ports-gnome-d3914bd36ad8875e0bab1d561adedf205664b4cf.zip
update to 1.23.3
-rw-r--r--devel/abi-compliance-checker/Makefile26
-rw-r--r--devel/abi-compliance-checker/distinfo4
2 files changed, 17 insertions, 13 deletions
diff --git a/devel/abi-compliance-checker/Makefile b/devel/abi-compliance-checker/Makefile
index fcff9311d5f1..229c103aa6ba 100644
--- a/devel/abi-compliance-checker/Makefile
+++ b/devel/abi-compliance-checker/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= abi-compliance-checker
-PORTVERSION= 1.21.12
+PORTVERSION= 1.23.3
CATEGORIES= devel perl5
MASTER_SITES= http://linuxtesting.org/downloads/ \
LOCAL/bf
@@ -18,12 +18,15 @@ LICENSE= LGPL20 GPLv2
LICENSE_COMB= dual
NO_BUILD= yes
+.ifdef(MAINTAINER_MODE)
+USE_PERL5= yes
+.else
USE_PERL5_RUN= yes
+.endif
PLIST_FILES= bin/${PORTNAME}.pl
-CPPFILT?= c++filt
-READELF?= readelf
+READELF?= /usr/bin/readelf
.include <bsd.port.pre.mk>
@@ -35,21 +38,22 @@ PICFLAG?= -fpic
post-patch:
@${REINPLACE_CMD} \
- -e "\|ArCmd =|s|=.*|= \"${AR}\";|" \
- -e "\|CPP_FILT =|s|=.*|= \"${CPPFILT}\";|" \
- -e "\|GCC_PATH =|s|=.*|= \"${CC}\";|" \
- -e "\|GPP_PATH =|s|=.*|= \"${CXX}\";|" \
- -e "\|ObjdumpCmd =|s|=.*|= \"${OBJDUMP}\";|" \
- -e "\|ReadelfCmd =|s|=.*|= \"${READELF}\";|" \
- -e "s|-shared|& ${PICFLAG}|g" \
+ -e "\|get_CmdPath(\"ar\")|s|\"ar\"|\"${AR}\"|" \
+ -e "\|get_CmdPath(\"gcc\")|s|\"gcc\"|\"${CC}\"|" \
+ -e "\|get_CmdPath(\"objdump\")|s|\"objdump\"|\"${OBJDUMP}\"|" \
+ -e "\|get_CmdPath(\"readelf\")|s|\"readelf\"|\"${READELF}\"|" \
+ -e "s| -shared|& ${PICFLAG}|g" \
-e "s|detailes|details|g" \
${WRKSRC}/${PORTNAME}.pl
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin
+.ifdef(MAINTAINER_MODE)
check regression-test test: build
- @(cd ${WRKSRC} && ./${PORTNAME}.pl -test )
+ @(cd ${WRKSRC}; ${PERL} ./${PORTNAME}.pl -test )
+
+.endif
.ifndef(NOPORTDOCS)
PORTDOCS= Changes.html Descriptor.html Options.html Readme.html
diff --git a/devel/abi-compliance-checker/distinfo b/devel/abi-compliance-checker/distinfo
index 1721d88fd4e1..bdc968cef06e 100644
--- a/devel/abi-compliance-checker/distinfo
+++ b/devel/abi-compliance-checker/distinfo
@@ -1,2 +1,2 @@
-SHA256 (abi-compliance-checker-1.21.12.tar.gz) = c1fedd990ee546a9fd94de1c7d120a61794b5ee8eb0f76a36ba27a9a7b65b645
-SIZE (abi-compliance-checker-1.21.12.tar.gz) = 94676
+SHA256 (abi-compliance-checker-1.23.3.tar.gz) = 0a0088f911538f782f6a17517a2600365bf8f8a74710aed006cb1f3b88354c87
+SIZE (abi-compliance-checker-1.23.3.tar.gz) = 144011