Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Feb 2021 08:34:09 +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: r563869 - head/sysutils/memtest86+
Message-ID:  <202102030834.1138Y98l084160@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Wed Feb  3 08:34:09 2021
New Revision: 563869
URL: https://svnweb.freebsd.org/changeset/ports/563869

Log:
  Convert sysutils/memtest86+ to use the new "build" argument to USE_GCC,
  replacing direct manipulation of RUN_DEPENDS by the more declarative and
  simpler USE_GCC=4.8:build.
  
  PR:		211154
  Approved by:	avg (maintainer)

Modified:
  head/sysutils/memtest86+/Makefile

Modified: head/sysutils/memtest86+/Makefile
==============================================================================
--- head/sysutils/memtest86+/Makefile	Wed Feb  3 06:20:55 2021	(r563868)
+++ head/sysutils/memtest86+/Makefile	Wed Feb  3 08:34:09 2021	(r563869)
@@ -17,7 +17,7 @@ USES=	gmake
 ALL_TARGET=	all
 PORTDOCS=	*
 
-USE_GCC=	4.8
+USE_GCC=	4.8:build
 
 # Please provide absolute path below (cannot be root)
 BOOT_DIR?=	/boot/opt
@@ -75,4 +75,3 @@ do-install:
 .endif
 
 .include <bsd.port.mk>
-RUN_DEPENDS:=	${RUN_DEPENDS:Ngcc*}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102030834.1138Y98l084160>