pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/lsof Revert previous fix at veego@ request.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1dbef1fd7c64
branches:  trunk
changeset: 532141:1dbef1fd7c64
user:      seb <seb%pkgsrc.org@localhost>
date:      Sun Aug 12 15:00:34 2007 +0000

description:
Revert previous fix at veego@ request.

diffstat:

 sysutils/lsof/distinfo         |   4 ++--
 sysutils/lsof/patches/patch-af |  21 +++++----------------
 2 files changed, 7 insertions(+), 18 deletions(-)

diffs (51 lines):

diff -r e11026f6e9fa -r 1dbef1fd7c64 sysutils/lsof/distinfo
--- a/sysutils/lsof/distinfo    Sun Aug 12 14:26:41 2007 +0000
+++ b/sysutils/lsof/distinfo    Sun Aug 12 15:00:34 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.67 2007/08/12 14:22:49 seb Exp $
+$NetBSD: distinfo,v 1.68 2007/08/12 15:00:34 seb Exp $
 
 SHA1 (lsof_4.78.tar.bz2) = 0379fc9f38a931ce19e8386e662314d96fc2a099
 RMD160 (lsof_4.78.tar.bz2) = 50d71e500f1109cda717b73ce209c0e100a6dbe9
@@ -7,4 +7,4 @@
 SHA1 (patch-ab) = 1501d8b0e6fd2c61949ba0d447c7b726655725c4
 SHA1 (patch-ad) = bbdd2c4c997233f7743a0c99ffcc6ce29679a8a9
 SHA1 (patch-ae) = ba3804e89101fb504edd33983f35904559a63dbf
-SHA1 (patch-af) = d4012b9e06762a6fdef61524ca9b155021f5a95e
+SHA1 (patch-af) = 0ceeb8e4a704d89aba5b9271d17afe038d877e8f
diff -r e11026f6e9fa -r 1dbef1fd7c64 sysutils/lsof/patches/patch-af
--- a/sysutils/lsof/patches/patch-af    Sun Aug 12 14:26:41 2007 +0000
+++ b/sysutils/lsof/patches/patch-af    Sun Aug 12 15:00:34 2007 +0000
@@ -1,19 +1,8 @@
-$NetBSD: patch-af,v 1.8 2007/08/12 14:22:49 seb Exp $
+$NetBSD: patch-af,v 1.9 2007/08/12 15:00:34 seb Exp $
 
---- dialects/n+obsd/dlsof.h.orig       2006-03-28 21:54:15.000000000 +0000
-+++ dialects/n+obsd/dlsof.h
-@@ -97,6 +97,10 @@ struct uio; /* dummy for function protot
- 
- #include <sys/mount.h>
- 
-+#if defined(NETBSDV) && !defined(MFSNAMELEN) && defined(_VFS_NAMELEN)
-+#define MFSNAMELEN _VFS_NAMELEN
-+#endif
-+
- # if  (defined(OPENBSDV) && OPENBSDV>=3030) \
-   ||  (defined(NETBSDV) && __NetBSD_Version__>=106060000)
- #undef        _KERNEL
-@@ -161,6 +165,7 @@ struct nameidata;  /* to satisfy a functi
+--- dialects/n+obsd/dlsof.h.orig       2006-03-28 16:54:15.000000000 -0500
++++ dialects/n+obsd/dlsof.h    2007-05-06 17:37:00.000000000 -0400
+@@ -161,6 +161,7 @@
  #include <sys/socketvar.h>
  #include <sys/un.h>
  #include <sys/unpcb.h>
@@ -21,7 +10,7 @@
  #include <netinet/in.h>
  #include <netinet/in_systm.h>
  #include <netinet/ip.h>
-@@ -170,7 +175,6 @@ struct nameidata;  /* to satisfy a functi
+@@ -170,7 +171,6 @@
  #include <netinet6/in6_pcb.h>
  # endif       /* defined(HASIPv6) && defined(NETBSDV) && !defined(HASINRIAIPv6) */
  



Home | Main Index | Thread Index | Old Index