svn commit: r506148 - head/devel/linux-c7-strace

Tijl Coosemans tijl at FreeBSD.org
Sun Jul 7 17:36:38 UTC 2019


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 at 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>


More information about the svn-ports-all mailing list