svn commit: r563483 - head/misc/seabios

Gerald Pfeifer gerald at FreeBSD.org
Sun Jan 31 10:46:11 UTC 2021


Author: gerald
Date: Sun Jan 31 10:46:10 2021
New Revision: 563483
URL: https://svnweb.freebsd.org/changeset/ports/563483

Log:
  Convert misc/seabios to use the new "build" argument to USE_GCC,
  replacing direct manipulation of RUN_DEPENDS by the much more
  declarative and simpler USE_GCC=yes:build.
  
  PR:		211154

Modified:
  head/misc/seabios/Makefile

Modified: head/misc/seabios/Makefile
==============================================================================
--- head/misc/seabios/Makefile	Sun Jan 31 10:17:20 2021	(r563482)
+++ head/misc/seabios/Makefile	Sun Jan 31 10:46:10 2021	(r563483)
@@ -17,7 +17,7 @@ ONLY_FOR_ARCHS_REASON=	specific to x86
 USES=	gmake python:build
 
 MAKE_ARGS=	HOSTCC="${CC}" LD="${LD}" PYTHON="${PYTHON_CMD}"
-USE_GCC=	yes
+USE_GCC=	yes:build
 USE_BINUTILS=	yes
 
 PLIST_FILES=	${DATADIR}/bios.bin
@@ -27,4 +27,3 @@ do-install:
 	${INSTALL_DATA} ${WRKSRC}/out/bios.bin ${STAGEDIR}${DATADIR}
 
 .include <bsd.port.mk>
-RUN_DEPENDS:=	${RUN_DEPENDS:Ngcc*}


More information about the svn-ports-head mailing list