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

Eugene Grosbein eugen at FreeBSD.org
Mon Sep 7 21:02:06 UTC 2020


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

Log:
  devel/linux-c7-strace: add missing dependency
  
  Installed strace binary requires libdw.so.1 to run,
  so add needed linux-c7-elfutils-libs that installs libdw.so.1
  as run-time dependency.

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

Modified: head/devel/linux-c7-strace/Makefile
==============================================================================
--- head/devel/linux-c7-strace/Makefile	Mon Sep  7 19:11:28 2020	(r547938)
+++ head/devel/linux-c7-strace/Makefile	Mon Sep  7 21:02:05 2020	(r547939)
@@ -3,10 +3,13 @@
 PORTNAME=	strace
 PORTVERSION=	4.24
 DISTVERSIONSUFFIX=	-4.el7
+PORTREVISION=	1
 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
 
 USES=		linux:c7
 USE_LINUX_RPM=	nolib


More information about the svn-ports-all mailing list