mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
update to 1.94
This commit is contained in:
parent
844cb1d5b2
commit
6dcdf0fd4c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281898
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= abi-compliance-checker
|
||||
PORTVERSION= 1.93.7
|
||||
PORTVERSION= 1.94
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= http://linuxtesting.org/downloads/ \
|
||||
LOCAL/bf
|
||||
@ -37,6 +37,12 @@ PICFLAG?= -fPIC
|
||||
PICFLAG?= -fpic
|
||||
.endif
|
||||
|
||||
.for w in DATA DOCS
|
||||
.ifndef(NOPORT${w})
|
||||
PORT${w}= *
|
||||
.endif
|
||||
.endfor
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} \
|
||||
-e "\|get_CmdPath(\"ar\")|s|\"ar\"|\"${AR}\"|" \
|
||||
@ -44,11 +50,22 @@ post-patch:
|
||||
-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|ACC_MODULES_INSTALL_PATH|${DATADIR}|" \
|
||||
${WRKSRC}/${PORTNAME}.pl
|
||||
@${SED} -i "" -e "\|BuildCmd|s|GCC_PATH.\"|& ${PICFLAG}|" \
|
||||
${WRKSRC}/modules/Internals/RegTests.pm
|
||||
|
||||
do-install:
|
||||
@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin
|
||||
.ifndef(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} \* ${DOCSDIR})
|
||||
.endif
|
||||
.ifndef(NOPORTDATA)
|
||||
@${MKDIR} ${DATADIR}
|
||||
@(cd ${WRKSRC} && ${COPYTREE_SHARE} \
|
||||
"modules/Internals modules/*.xml modules/Targets/unix" ${DATADIR})
|
||||
.endif
|
||||
|
||||
.ifdef(MAINTAINER_MODE)
|
||||
check regression-test test: build
|
||||
@ -56,12 +73,4 @@ check regression-test test: build
|
||||
|
||||
.endif
|
||||
|
||||
.ifndef(NOPORTDOCS)
|
||||
PORTDOCS= *
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} \* ${DOCSDIR})
|
||||
|
||||
.endif
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (abi-compliance-checker-1.93.7.tar.gz) = dfe53a7cc1a21b221d5072027a503abb6fcf2941fe7a080257614edfdea7334c
|
||||
SIZE (abi-compliance-checker-1.93.7.tar.gz) = 176187
|
||||
SHA256 (abi-compliance-checker-1.94.tar.gz) = 4a935534b6ceef1ab96594c83d8d63fe794d8b45f10fe8c080378e1541d1939a
|
||||
SIZE (abi-compliance-checker-1.94.tar.gz) = 179920
|
||||
|
Loading…
Reference in New Issue
Block a user