svn commit: r522536 - head/devel/linux-ltp

Edward Tomasz Napierala trasz at FreeBSD.org
Thu Jan 9 19:47:58 UTC 2020


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>


More information about the svn-ports-head mailing list