svn commit: r492670 - head/devel/api-sanity-autotest

Gerald Pfeifer gerald at FreeBSD.org
Mon Feb 11 07:02:54 UTC 2019


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}


More information about the svn-ports-all mailing list