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

Eugene Grosbein eugen at FreeBSD.org
Mon Sep 7 21:12:13 UTC 2020


Author: eugen
Date: Mon Sep  7 21:12:12 2020
New Revision: 547942
URL: https://svnweb.freebsd.org/changeset/ports/547942

Log:
  devel/linux-c7-strace: correction after r547939, use more correct path
  
  Use path that works for both of amd64 and i386 variants.

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

Modified: head/devel/linux-c7-strace/Makefile
==============================================================================
--- head/devel/linux-c7-strace/Makefile	Mon Sep  7 21:09:52 2020	(r547941)
+++ head/devel/linux-c7-strace/Makefile	Mon Sep  7 21:12:12 2020	(r547942)
@@ -3,13 +3,13 @@
 PORTNAME=	strace
 PORTVERSION=	4.24
 DISTVERSIONSUFFIX=	-4.el7
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 
 MAINTAINER=	trasz at FreeBSD.org
 COMMENT=	System call tracer (CentOS ${LINUX_DIST_VER})
 
-RUN_DEPENDS=	/compat/linux/usr/lib64/libdw.so.1:devel/linux-c7-elfutils-libs
+RUN_DEPENDS=	${LINUXBASE}/usr/lib/libdw.so.1:devel/linux-c7-elfutils-libs
 
 USES=		linux:c7
 USE_LINUX_RPM=	nolib


More information about the svn-ports-head mailing list