aboutsummaryrefslogtreecommitdiff
path: root/devel/abi-compliance-checker
diff options
context:
space:
mode:
authorBrendan Fabeny <bf@FreeBSD.org>2011-08-24 05:59:10 +0000
committerBrendan Fabeny <bf@FreeBSD.org>2011-08-24 05:59:10 +0000
commitcf150feda7b6d41bcce3222c73f9bc4b937249a4 (patch)
tree59ef1c589690e2732181d41ecea8cc09063c7059 /devel/abi-compliance-checker
parent72cc04ebb6f15d802ca3eb23c056dc14790a736f (diff)
downloadports-cf150feda7b6d41bcce3222c73f9bc4b937249a4.tar.gz
ports-cf150feda7b6d41bcce3222c73f9bc4b937249a4.zip
update to 1.93.6
Notes
Notes: svn path=/head/; revision=280321
Diffstat (limited to 'devel/abi-compliance-checker')
-rw-r--r--devel/abi-compliance-checker/Makefile9
-rw-r--r--devel/abi-compliance-checker/distinfo4
2 files changed, 7 insertions, 6 deletions
diff --git a/devel/abi-compliance-checker/Makefile b/devel/abi-compliance-checker/Makefile
index 0c865d662c7d..d1ebbe34592c 100644
--- a/devel/abi-compliance-checker/Makefile
+++ b/devel/abi-compliance-checker/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= abi-compliance-checker
-PORTVERSION= 1.93.3
+PORTVERSION= 1.93.6
CATEGORIES= devel perl5
MASTER_SITES= http://linuxtesting.org/downloads/ \
LOCAL/bf
@@ -26,6 +26,7 @@ USE_PERL5_RUN= yes
PLIST_FILES= bin/${PORTNAME}.pl
+CPPFILT?= /usr/bin/c++filt
READELF?= /usr/bin/readelf
.include <bsd.port.pre.mk>
@@ -39,6 +40,7 @@ PICFLAG?= -fpic
post-patch:
@${REINPLACE_CMD} \
-e "\|get_CmdPath(\"ar\")|s|\"ar\"|\"${AR}\"|" \
+ -e "\|get_CmdPath(\"c++filt\")|s|\"c++filt\"|\"${CPPFILT}\"|" \
-e "\|get_CmdPath(\"gcc\")|s|\"gcc\"|\"${CC}\"|" \
-e "\|get_CmdPath(\"objdump\")|s|\"objdump\"|\"${OBJDUMP}\"|" \
-e "\|get_CmdPath(\"readelf\")|s|\"readelf\"|\"${READELF}\"|" \
@@ -55,12 +57,11 @@ check regression-test test: build
.endif
.ifndef(NOPORTDOCS)
-PORTDOCS= Changes.html Descriptor.html OS_Compatibility.html \
- OS_Compatibility_Examples.html Options.html Readme.html
+PORTDOCS= *
post-install:
@${MKDIR} ${DOCSDIR}
- @(cd ${WRKSRC}/doc; ${INSTALL_MAN} ${PORTDOCS} ${DOCSDIR})
+ @(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} \* ${DOCSDIR})
.endif
.include <bsd.port.post.mk>
diff --git a/devel/abi-compliance-checker/distinfo b/devel/abi-compliance-checker/distinfo
index 0ce625316426..62df30e2a9c9 100644
--- a/devel/abi-compliance-checker/distinfo
+++ b/devel/abi-compliance-checker/distinfo
@@ -1,2 +1,2 @@
-SHA256 (abi-compliance-checker-1.93.3.tar.gz) = e63beb9b06ab27d88e6064f0b561f2e7c16724c44a1ac0c2909f19e1957c7867
-SIZE (abi-compliance-checker-1.93.3.tar.gz) = 162110
+SHA256 (abi-compliance-checker-1.93.6.tar.gz) = df640ad7bb3d572361584c3e0031e0ffa8c5e0a81cb6ff593f0809a06f9ca515
+SIZE (abi-compliance-checker-1.93.6.tar.gz) = 173234