Date: Mon, 11 Feb 2019 07:02:53 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r492670 - head/devel/api-sanity-autotest Message-ID: <201902110702.x1B72rt2066606@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Mon Feb 11 07:02:53 2019 New Revision: 492670 URL: https://svnweb.freebsd.org/changeset/ports/492670 Log: 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. Modified: head/devel/api-sanity-autotest/Makefile Modified: head/devel/api-sanity-autotest/Makefile ============================================================================== --- head/devel/api-sanity-autotest/Makefile Mon Feb 11 06:37:55 2019 (r492669) +++ head/devel/api-sanity-autotest/Makefile Mon Feb 11 07:02:53 2019 (r492670) @@ -26,7 +26,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/abi-compliance-checker .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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902110702.x1B72rt2066606>