Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] lsof: update to 4.93.2
@ 2019-07-18 10:46 voidlinux-github
  2019-07-19  6:14 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2019-07-18 10:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 378 bytes --]

There is a new pull request by q66 against master on the void-packages repository

https://github.com/void-ppc/void-packages lsof
https://github.com/void-linux/void-packages/pull/13204

lsof: update to 4.93.2
The distfile for 4.91 has been removed. Fix lint and cross issues while at it

A patch file from https://github.com/void-linux/void-packages/pull/13204.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lsof-13204.patch --]
[-- Type: application/text/x-diff, Size: 1451 bytes --]

From 2a7ae621c3488688f25ebf41543a4d82994a366d Mon Sep 17 00:00:00 2001
From: q66 <daniel@octaforge.org>
Date: Thu, 18 Jul 2019 12:40:43 +0200
Subject: [PATCH] lsof: update to 4.93.2

---
 srcpkgs/lsof/template | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/lsof/template b/srcpkgs/lsof/template
index fc09064c61b..828a72fd523 100644
--- a/srcpkgs/lsof/template
+++ b/srcpkgs/lsof/template
@@ -1,24 +1,26 @@
 # Template file for 'lsof'
 pkgname=lsof
-version=4.91
+version=4.93.2
 revision=1
-wrksrc=lsof_${version}_src
 hostmakedepends="perl"
 short_desc="LiSt Open Files"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
-homepage="https://people.freebsd.org/~abe/"
 license="lsof"
-distfiles="https://fossies.org/linux/misc/lsof_${version}_src.tar.xz"
-checksum=84c8bba41a2f458edf92427ae5a3088d8010e8dbec7ce5bc58c709ede87ac3bf
+homepage="https://people.freebsd.org/~abe/"
+distfiles="https://fossies.org/linux/misc/lsof-${version}.tar.gz"
+checksum=3df912bd966fc24dc73ddea3e36a61d79270b21b085936a4caabca56e5b486a2
 
 do_build() {
 	sed "s|/\* #define\tHASSECURITY\t1 \*/|#define\tHASSECURITY\t1|" \
 		-i dialects/linux/machine.h
+	if [ "$CROSS_BUILD" ]; then
+		export LSOF_INCLUDE="${XBPS_CROSS_BASE}/usr/include"
+	fi
 	LSOF_CFGF="$CFLAGS" LSOF_CFGL="$LDFLAGS" ./Configure -n linux
 	make CC=$CC ${makejobs}
 }
 do_install() {
 	vbin lsof
-	vman lsof.8
+	vman Lsof.8
 	vlicense ${FILESDIR}/license.txt
 }

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: lsof: update to 4.93.2
  2019-07-18 10:46 [PR PATCH] lsof: update to 4.93.2 voidlinux-github
@ 2019-07-19  6:14 ` voidlinux-github
  0 siblings, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2019-07-19  6:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 232 bytes --]

There's a merged pull request on the void-packages repository

lsof: update to 4.93.2
https://github.com/void-linux/void-packages/pull/13204
Description: The distfile for 4.91 has been removed. Fix lint and cross issues while at it

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-07-19  6:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-18 10:46 [PR PATCH] lsof: update to 4.93.2 voidlinux-github
2019-07-19  6:14 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).