In revision r446382 about 18 months ago antoine@ added a note to
"Document that the same dependency on gcc as devel/elfutils is recorded". Alas, devel/elfutils has now moved on from USE_GCC=4.8 to USE_GCC=yes, and this port builds fine with more current versions as well, so lift the more restrictive dependency and go for the general one. On the way unmute an invocation of INSTALL_SCRIPT.
This commit is contained in:
parent
532827dfe5
commit
29d35ce146
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492670
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/abi-compliance-checker.pl:devel/abi-compliance-c
|
|||
.else
|
||||
USE_PERL5= run
|
||||
.endif
|
||||
USE_GCC= 4.8 # same as devel/elfutils
|
||||
USE_GCC= yes # same as devel/elfutils
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
|
@ -58,7 +58,7 @@ post-patch:
|
|||
${WRKSRC}/modules/Internals/RegTests.pm
|
||||
|
||||
do-install:
|
||||
@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${STAGEDIR}${PREFIX}/bin
|
||||
|
||||
do-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
|
|
Loading…
Reference in a new issue