Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jan 2020 19:47:57 +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: r522536 - head/devel/linux-ltp
Message-ID:  <202001091947.009JlvBQ031448@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Thu Jan  9 19:47:57 2020
New Revision: 522536
URL: https://svnweb.freebsd.org/changeset/ports/522536

Log:
  Add libaio and numactl-libs as dependencies.  Some of the tests
  depend on these.
  
  Reviewed by:	tijl
  Sponsored by:	The FreeBSD Foundation
  Differential Revision:	https://reviews.freebsd.org/D23104

Modified:
  head/devel/linux-ltp/Makefile

Modified: head/devel/linux-ltp/Makefile
==============================================================================
--- head/devel/linux-ltp/Makefile	Thu Jan  9 19:23:22 2020	(r522535)
+++ head/devel/linux-ltp/Makefile	Thu Jan  9 19:47:57 2020	(r522536)
@@ -7,6 +7,7 @@
 PORTNAME=	ltp
 PORTVERSION=	20190930
 DISTVERSIONSUFFIX=	-1.5
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	https://download.opensuse.org/repositories/benchmark/%SUBDIR%/:DEFAULT,amd64,SOURCE
 MASTER_SITE_SUBDIR=	SLE_15/x86_64/:DEFAULT,amd64 \
@@ -20,6 +21,7 @@ LICENSE=	GPLv2+
 ONLY_FOR_ARCHS=	amd64
 
 USES=		linux:c7
+USE_LINUX=	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?202001091947.009JlvBQ031448>