OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 30-Oct-2003 17:38:03
Branch: HEAD Handle: 2003103016380101
Modified files:
openpkg-src/lsof lsof.spec
openpkg-web news.txt
Log:
Fix problem in newer Solaris operating systems with
inet/ipclassifier.h, just by correcting a simple typo in dlsof.h
Summary:
Revision Changes Path
1.33 +4 -1 openpkg-src/lsof/lsof.spec
1.7229 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/lsof/lsof.spec
============================================================================
$ cvs diff -u -r1.32 -r1.33 lsof.spec
--- openpkg-src/lsof/lsof.spec 17 Oct 2003 12:38:54 -0000 1.32
+++ openpkg-src/lsof/lsof.spec 30 Oct 2003 16:38:02 -0000 1.33
@@ -33,7 +33,7 @@
Group: Filesystem
License: BSD
Version: 4.69
-Release: 20031017
+Release: 20031030
# list of sources
Source0: ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/lsof_%{version}.tar.gz
@@ -53,6 +53,9 @@
%prep
%setup -q -n lsof_%{version}
%{l_tar} xf lsof_%{version}_src.tar
+ %{l_shtool} subst \
+ -e 's;^\(#.*\)inet_pto$;\1inet_pton;' \
+ lsof_4.69_src/dialects/sun/dlsof.h
%build
cd lsof_%{version}_src
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.7228 -r1.7229 news.txt
--- openpkg-web/news.txt 30 Oct 2003 15:50:04 -0000 1.7228
+++ openpkg-web/news.txt 30 Oct 2003 16:38:01 -0000 1.7229
@@ -1,3 +1,4 @@
+30-Oct-2003: Upgraded package: P<lsof-4.69-20031030>
30-Oct-2003: Upgraded package: P<kerberos-1.3.1-20031030>
30-Oct-2003: Upgraded package: P<libtool-1.5-20031030>
30-Oct-2003: Upgraded package: P<infozip-20031030-20031030>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]