From d9f49de2a3ef54d07761495aee8687a65a362809 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sun, 28 Jan 2024 17:47:46 +0100 Subject: [PATCH] lsof: update to 4.99.3. Adopted. --- srcpkgs/lsof/template | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/srcpkgs/lsof/template b/srcpkgs/lsof/template index 61b769e6d0f..ec9724a46c9 100644 --- a/srcpkgs/lsof/template +++ b/srcpkgs/lsof/template @@ -1,18 +1,18 @@ # Template file for 'lsof' pkgname=lsof -version=4.99.0 +version=4.99.3 revision=1 build_style=gnu-configure -configure_args="--enable-security" +configure_args="--enable-security --disable-liblsof" hostmakedepends="automake groff" checkdepends="util-linux procps-ng" short_desc="LiSt Open Files" -maintainer="Orphaned " +maintainer="Leah Neukirchen " license="lsof" homepage="https://github.com/lsof-org/lsof" changelog="https://raw.githubusercontent.com/lsof-org/lsof/master/00DIST" distfiles="https://github.com/lsof-org/lsof/releases/download/${version}/lsof-${version}.tar.gz" -checksum=180e6284aff184d94d273e34f7264edc2af849c07b1c5d6a4183d4d402734245 +checksum=86428a8881b0d1147a52058e853c775b83d794f0da685d549b2bfd07063ed1cd post_extract() { # Ensure tests always run @@ -23,9 +23,6 @@ post_extract() { if [ "$XBPS_BUILD_ENVIRONMENT" = void-packages-ci ]; then vsed -i Makefile.am -e '/^TESTS +=/s:tests/LTsock::g' fi - - # liblsof is still in alpha. Don't include it in the package. - vsed -i Makefile.am -e '/^lib_LTLIBRARIES/s/^lib_/noinst_/; /^include_HEADERS/d' } post_install() {