OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 12-Oct-2006 20:12:39
Branch: HEAD Handle: 2006101219123800
Modified files:
openpkg-src/lsof lsof.patch lsof.spec
Log:
first cut for Solaris 10/amd64 support
Summary:
Revision Changes Path
1.11 +17 -6 openpkg-src/lsof/lsof.patch
1.63 +2 -1 openpkg-src/lsof/lsof.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/lsof/lsof.patch
============================================================================
$ cvs diff -u -r1.10 -r1.11 lsof.patch
--- openpkg-src/lsof/lsof.patch 10 Apr 2006 17:58:02 -0000 1.10
+++ openpkg-src/lsof/lsof.patch 12 Oct 2006 18:12:38 -0000 1.11
@@ -1,6 +1,6 @@
-Index: lsof_4.77_src/Configure
---- lsof_4.77_src/Configure.orig 2006-04-10 14:44:22 +0200
-+++ lsof_4.77_src/Configure 2006-04-10 19:51:46 +0200
+Index: Configure
+--- Configure.orig 2006-04-10 14:44:22.000000000 +0200
++++ Configure 2006-10-12 20:02:32.759096443 +0200
@@ -395,7 +395,7 @@
fi # }
fi # }
@@ -127,9 +127,9 @@
if test $? -eq 0 # {
then
echo "-DLT_GCC" >> $LSOF_TSTCFLG
-Index: lsof_4.77_src/dialects/freebsd/machine.h
---- lsof_4.77_src/dialects/freebsd/machine.h.orig 2006-03-28 01:29:14
+0200
-+++ lsof_4.77_src/dialects/freebsd/machine.h 2006-04-10 19:51:46 +0200
+Index: dialects/freebsd/machine.h
+--- dialects/freebsd/machine.h.orig 2006-03-28 01:29:14.000000000 +0200
++++ dialects/freebsd/machine.h 2006-10-12 19:57:28.990204140 +0200
@@ -436,6 +436,11 @@
*/
@@ -142,3 +142,14 @@
/*
+Index: dialects/sun/machine.h
+--- dialects/sun/machine.h.orig 2006-03-28 00:57:40.000000000 +0200
++++ dialects/sun/machine.h 2006-10-12 19:57:28.990497233 +0200
+@@ -75,6 +75,7 @@
+ #include <sys/poll.h>
+
+ # if solaris>=80000
++#include <sys/types32.h>
+ #include <sys/wait.h>
+ #define _KERNEL 1
+ #include <netinet/in.h>
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/lsof/lsof.spec
============================================================================
$ cvs diff -u -r1.62 -r1.63 lsof.spec
--- openpkg-src/lsof/lsof.spec 3 Oct 2006 07:33:46 -0000 1.62
+++ openpkg-src/lsof/lsof.spec 12 Oct 2006 18:12:38 -0000 1.63
@@ -33,7 +33,7 @@
Group: Debugging
License: BSD
Version: 4.77
-Release: 20061003
+Release: 20061012
# list of sources
Source0:
ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_%{version}.tar.gz
@@ -61,6 +61,7 @@
%prep
%setup -q -n lsof_%{version}
%{l_tar} xf lsof_%{version}_src.tar
+ cd lsof_%{version}_src
%patch -p0
%build
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]