Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jul 2019 17:36:37 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r506148 - head/devel/linux-c7-strace
Message-ID:  <201907071736.x67Hab9r038190@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Sun Jul  7 17:36:37 2019
New Revision: 506148
URL: https://svnweb.freebsd.org/changeset/ports/506148

Log:
  Switch to USE_LINUX_RPM=nolib.  This prevents downloading and extracting
  the i386 package on amd64.  This change does not affect the package
  contents because the amd64 package is extracted after the i386 package and
  replaced it completely.

Modified:
  head/devel/linux-c7-strace/Makefile

Modified: head/devel/linux-c7-strace/Makefile
==============================================================================
--- head/devel/linux-c7-strace/Makefile	Sun Jul  7 17:26:31 2019	(r506147)
+++ head/devel/linux-c7-strace/Makefile	Sun Jul  7 17:36:37 2019	(r506148)
@@ -10,6 +10,6 @@ MAINTAINER=	trasz@FreeBSD.org
 COMMENT=	System call tracer (CentOS ${LINUX_DIST_VER})
 
 USES=		linux:c7
-USE_LINUX_RPM=	yes
+USE_LINUX_RPM=	nolib
 
 .include <bsd.port.mk>



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