From 084c175e59e9ea61c68154ad9982adcd918cbfcf Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 14 Oct 2010 00:21:10 +0200 Subject: make MacOS X works as build system for most of the packages, update some packages to latest stable upstream version --- package/lsof/Makefile | 6 ++++-- package/lsof/patches/patch-Configure | 6 +++--- package/lsof/patches/patch-dialects_linux_machine_h | 6 +++--- 3 files changed, 10 insertions(+), 8 deletions(-) (limited to 'package/lsof') diff --git a/package/lsof/Makefile b/package/lsof/Makefile index 3b41b8f48..8f0706031 100644 --- a/package/lsof/Makefile +++ b/package/lsof/Makefile @@ -4,14 +4,16 @@ include $(TOPDIR)/rules.mk PKG_NAME:= lsof -PKG_VERSION:= 4.83 +PKG_VERSION:= 4.84 PKG_RELEASE:= 1 -PKG_MD5SUM:= 243089ccf3672c64b33ec8c9ef2a2a48 +PKG_MD5SUM:= 6dae655988c810a7042c06a4e2fa3c5f PKG_DESCR:= list open files PKG_SECTION:= misc PKG_URL:= http://people.freebsd.org/~abe/ PKG_SITES:= ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ +PKG_HOST_DEPENDS:= !darwin + DISTFILES:= ${PKG_NAME}_${PKG_VERSION}.tar.gz WRKDIST= ${WRKDIR}/${PKG_NAME}_${PKG_VERSION}/${PKG_NAME}_${PKG_VERSION}_src diff --git a/package/lsof/patches/patch-Configure b/package/lsof/patches/patch-Configure index a539da5d5..e99001293 100644 --- a/package/lsof/patches/patch-Configure +++ b/package/lsof/patches/patch-Configure @@ -1,6 +1,6 @@ ---- lsof_4.83_src.orig/Configure 2010-01-18 20:01:14.000000000 +0100 -+++ lsof_4.83_src/Configure 2010-07-28 18:36:48.364508572 +0200 -@@ -2735,27 +2735,6 @@ return(0); } +--- lsof_4.84_src.orig/Configure 2010-07-29 17:59:32.000000000 +0200 ++++ lsof_4.84_src/Configure 2010-10-07 20:03:14.000000000 +0200 +@@ -2739,27 +2739,6 @@ return(0); } then LSOF_CFGF="$LSOF_CFGF -DHASIPv6" fi # } diff --git a/package/lsof/patches/patch-dialects_linux_machine_h b/package/lsof/patches/patch-dialects_linux_machine_h index 76b08a670..011144644 100644 --- a/package/lsof/patches/patch-dialects_linux_machine_h +++ b/package/lsof/patches/patch-dialects_linux_machine_h @@ -1,6 +1,6 @@ ---- lsof_4.83_src.orig/dialects/linux/machine.h 2008-10-21 18:17:26.000000000 +0200 -+++ lsof_4.83_src/dialects/linux/machine.h 2010-07-28 18:39:34.252738199 +0200 -@@ -625,6 +625,6 @@ +--- lsof_4.84_src.orig/dialects/linux/machine.h 2010-07-29 18:02:52.000000000 +0200 ++++ lsof_4.84_src/dialects/linux/machine.h 2010-10-07 20:03:14.000000000 +0200 +@@ -632,6 +632,6 @@ * zeromem is a macro that uses bzero or memset. */ -- cgit v1.2.3