Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jan 2020 10:29:25 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r524690 - head/devel/linux-ltp
Message-ID:  <202001311029.00VATPHc024077@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Fri Jan 31 10:29:25 2020
New Revision: 524690
URL: https://svnweb.freebsd.org/changeset/ports/524690

Log:
  Add linux-c7-dosfstools as a dependency for devel/linux-ltp.
  
  Reviewed by:	tijl
  Sponsored by:	The FreeBSD Foundation
  Differential Revision:	https://reviews.freebsd.org/D23399

Modified:
  head/devel/linux-ltp/Makefile

Modified: head/devel/linux-ltp/Makefile
==============================================================================
--- head/devel/linux-ltp/Makefile	Fri Jan 31 10:09:57 2020	(r524689)
+++ head/devel/linux-ltp/Makefile	Fri Jan 31 10:29:25 2020	(r524690)
@@ -7,7 +7,7 @@
 PORTNAME=	ltp
 PORTVERSION=	20190930
 DISTVERSIONSUFFIX=	-1.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	https://download.opensuse.org/repositories/benchmark/%SUBDIR%/:DEFAULT,amd64,SOURCE
 MASTER_SITE_SUBDIR=	SLE_15/x86_64/:DEFAULT,amd64 \
@@ -21,7 +21,7 @@ LICENSE=	GPLv2+
 ONLY_FOR_ARCHS=	amd64
 
 USES=		linux:c7
-USE_LINUX=	libaio numactl-libs
+USE_LINUX=	dosfstools libaio numactl-libs
 USE_LINUX_RPM=	yes
 
 .include <bsd.port.mk>



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