Commit 8db52c6e authored by Martin Banky's avatar Martin Banky Committed by Peter Korsgaard
Browse files

lsof: convert to gentargets and bump to 4.84



lsof is packaged as a tarball inside a .tar.bz2 package, so we have a
post-extract hook to extract the source code tarball, so that for the
next steps, lsof looks like a normal package.

Signed-off-by: default avatarMartin Banky <Martin.Banky@gmail.com>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent fb7226ca
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -5,10 +5,10 @@

	Updated/fixed packages: at, busybox, bzip2, dbus,
	direcfb-examples, dmalloc, cloop, cups, ffmpeg, gdk-pixbuf,
	hostapd, i2c-tools, input-tools, libconfig, ltp-testsuite, m4,
	mii-diag, mrouted, openssh, openssl, openvpn, pango, qt,
	rsync, sdl_gfx, sdl_sound, sysklogd, sysvinit, udev, usbutils,
	xz, zlib
	hostapd, i2c-tools, input-tools, libconfig, lsof,
	ltp-testsuite, m4, mii-diag, mrouted, openssh, openssl,
	openvpn, pango, qt, rsync, sdl_gfx, sdl_sound, sysklogd,
	sysvinit, udev, usbutils, xz, zlib

	New packages: dhrystone, fbgrab, lsuio, rsh-redone, whetstone

+2 −2
Original line number Diff line number Diff line
diff -ru lsof_4.81.orig/lsof_4.81_src/lib/Makefile.skel lsof_4.81/lsof_4.81_src/lib/Makefile.skel
--- lsof_4.81.orig/lsof_4.81_src/lib/Makefile.skel	2001-02-13 03:12:22.000000000 +0100
+++ lsof_4.81/lsof_4.81_src/lib/Makefile.skel	2006-11-29 13:51:44.000000000 +0100
--- a/lib/Makefile.skel	2001-02-13 03:12:22.000000000 +0100
+++ b/lib/Makefile.skel	2006-11-29 13:51:44.000000000 +0100
@@ -21,8 +21,8 @@
 all:	${LIB}
 
+2 −2
Original line number Diff line number Diff line
--- lsof_4.81/lsof_4.81_src/print.orig.c	2006-08-23 13:37:43.000000000 -0600
+++ lsof_4.81/lsof_4.81_src/print.c	2006-08-23 13:38:29.000000000 -0600
--- a/print.c	2006-08-23 13:37:43.000000000 -0600
+++ b/print.c	2006-08-23 13:38:29.000000000 -0600
@@ -148,6 +148,7 @@
 static void
 fill_portmap()
+2 −2
Original line number Diff line number Diff line
--- lsof_4.81/lsof_4.81_src/Configure	2008-10-21 18:21:45.000000000 +0200
+++ lsof_4.81/lsof_4.81_src/Configure	2010-11-03 14:00:00.000000000 +0100
--- lsof_4.84/Configure	2008-10-21 18:21:45.000000000 +0200
+++ lsof_4.84/Configure	2010-11-03 14:00:00.000000000 +0100
@@ -5206,6 +5206,10 @@
   cp $LSOF_MKFC ${LSOF_LIB}/$LSOF_LIBMKF
 fi	# }
+2 −2
Original line number Diff line number Diff line
diff -rdup lsof_4.81.orig/lsof_4.81_src/dialects/linux/machine.h lsof_4.81/lsof_4.81_src/dialects/linux/machine.h
--- lsof_4.81.orig/lsof_4.81_src/dialects/linux/machine.h	2007-04-24 18:20:58.000000000 +0200
+++ lsof_4.81/lsof_4.81_src/dialects/linux/machine.h	2007-05-15 12:17:03.000000000 +0200
--- a/dialects/linux/machine.h	2007-04-24 18:20:58.000000000 +0200
+++ b/dialects/linux/machine.h	2007-05-15 12:17:03.000000000 +0200
@@ -616,6 +616,6 @@
  * zeromem is a macro that uses bzero or memset.
  */
Loading