Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Sep 2020 21:12:13 +0000 (UTC)
From:      Eugene Grosbein <eugen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r547942 - head/devel/linux-c7-strace
Message-ID:  <202009072112.087LCD9x090460@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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