diff options
Diffstat (limited to 'devel/linux-c7-strace')
-rw-r--r-- | devel/linux-c7-strace/Makefile | 8 | ||||
-rw-r--r-- | devel/linux-c7-strace/distinfo | 4 | ||||
-rw-r--r-- | devel/linux-c7-strace/pkg-plist.aarch64 | 4 |
3 files changed, 15 insertions, 1 deletions
diff --git a/devel/linux-c7-strace/Makefile b/devel/linux-c7-strace/Makefile index f911fb94f4b1..cf4447760229 100644 --- a/devel/linux-c7-strace/Makefile +++ b/devel/linux-c7-strace/Makefile @@ -14,4 +14,12 @@ USE_LINUX_RPM= nolib CPE_VENDOR= strace_project +.include <bsd.port.options.mk> + +.if ${ARCH} == aarch64 +RUN_DEPENDS= ${LINUXBASE}/usr/lib64/libdw.so.1:devel/linux-c7-elfutils-libs +.else +RUN_DEPENDS= ${LINUXBASE}/usr/lib/libdw.so.1:devel/linux-c7-elfutils-libs +.endif + .include <bsd.port.mk> diff --git a/devel/linux-c7-strace/distinfo b/devel/linux-c7-strace/distinfo index b934ee60a5ab..b6b7a9388d36 100644 --- a/devel/linux-c7-strace/distinfo +++ b/devel/linux-c7-strace/distinfo @@ -1,4 +1,6 @@ -TIMESTAMP = 1614793590 +TIMESTAMP = 1627157553 +SHA256 (centos/strace-4.24-6.el7.aarch64.rpm) = 2438a5f43c9bbbf1ffdc2a48e267f716cee0d44338f9b0e1418a4b28e65c2d66 +SIZE (centos/strace-4.24-6.el7.aarch64.rpm) = 900888 SHA256 (centos/strace-4.24-6.el7.i686.rpm) = 63b3aed80a633010595ecc273f54d556d3ef992cbd7e63a4b0bd88271792b2ef SIZE (centos/strace-4.24-6.el7.i686.rpm) = 904472 SHA256 (centos/strace-4.24-6.el7.x86_64.rpm) = c737ba720227fea8fdbc66f9e271514af8227c8b8cd25bbd941402e1b51e4ee1 diff --git a/devel/linux-c7-strace/pkg-plist.aarch64 b/devel/linux-c7-strace/pkg-plist.aarch64 new file mode 100644 index 000000000000..80952354cb8e --- /dev/null +++ b/devel/linux-c7-strace/pkg-plist.aarch64 @@ -0,0 +1,4 @@ +usr/bin/strace +usr/bin/strace-log-merge +usr/share/man/man1/strace-log-merge.1.gz +usr/share/man/man1/strace.1.gz |