Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Apr 2019 16:26:18 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r499459 - branches/2019Q2/sysutils/memtest86+
Message-ID:  <201904201626.x3KGQI9Z062333@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sat Apr 20 16:26:18 2019
New Revision: 499459
URL: https://svnweb.freebsd.org/changeset/ports/499459

Log:
  MFH: r499458
  
  sysutils/memtest86+: Remove gcc run dependency
  
  The port provides bootable images only and does not install any
  userspace binaries or libraries.
  
  Approved by:	ports-secteam blanket

Modified:
  branches/2019Q2/sysutils/memtest86+/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/sysutils/memtest86+/Makefile
==============================================================================
--- branches/2019Q2/sysutils/memtest86+/Makefile	Sat Apr 20 16:25:42 2019	(r499458)
+++ branches/2019Q2/sysutils/memtest86+/Makefile	Sat Apr 20 16:26:18 2019	(r499459)
@@ -3,7 +3,7 @@
 
 PORTNAME=	memtest86+
 PORTVERSION=	5.01
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.memtest.org/download/${PORTVERSION}/
 
@@ -76,3 +76,4 @@ 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?201904201626.x3KGQI9Z062333>