pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libstatgrab Fix configure botch on NetBSD.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2469a2fdf211
branches:  trunk
changeset: 547455:2469a2fdf211
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Tue Sep 16 22:25:50 2008 +0000

description:
Fix configure botch on NetBSD.

diffstat:

 devel/libstatgrab/distinfo         |   4 ++--
 devel/libstatgrab/patches/patch-aa |  12 ++++++------
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r bc57e7fdf365 -r 2469a2fdf211 devel/libstatgrab/distinfo
--- a/devel/libstatgrab/distinfo        Tue Sep 16 22:20:21 2008 +0000
+++ b/devel/libstatgrab/distinfo        Tue Sep 16 22:25:50 2008 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.7 2006/06/12 16:30:33 joerg Exp $
+$NetBSD: distinfo,v 1.8 2008/09/16 22:25:50 dholland Exp $
 
 SHA1 (libstatgrab-0.12.tar.gz) = 2a1b7c641f7f088997cc1b07b4967d064b1e4d67
 RMD160 (libstatgrab-0.12.tar.gz) = acb53a4339e85471c6ab87b413998df1bfd7a92f
 Size (libstatgrab-0.12.tar.gz) = 429711 bytes
-SHA1 (patch-aa) = ff0ec4c9386b0ba47c6cc5306433918e64183fc2
+SHA1 (patch-aa) = 3d5f053ea143602fce3fa23687e437b782f56361
 SHA1 (patch-ab) = 38776d375ab92a9d611a86126b8d2983a31d0c9d
 SHA1 (patch-ac) = 5ec9924671d352aa48a446810ff5fd640bda0a8e
 SHA1 (patch-ad) = 150543e9a0573cc52e4862c11b5836d47551b0cc
diff -r bc57e7fdf365 -r 2469a2fdf211 devel/libstatgrab/patches/patch-aa
--- a/devel/libstatgrab/patches/patch-aa        Tue Sep 16 22:20:21 2008 +0000
+++ b/devel/libstatgrab/patches/patch-aa        Tue Sep 16 22:25:50 2008 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.2 2004/10/30 03:30:08 xtraeme Exp $
+$NetBSD: patch-aa,v 1.3 2008/09/16 22:25:50 dholland Exp $
 
---- configure.orig     2004-10-30 05:27:20.000000000 +0200
-+++ configure  2004-10-30 05:28:26.000000000 +0200
-@@ -20725,7 +20725,7 @@
+--- configure.orig     2005-07-30 09:41:24.000000000 -0400
++++ configure  2008-09-16 18:16:49.000000000 -0400
+@@ -20938,7 +20938,7 @@ fi
  # Set things up for different OS's
  # We define the name of the OS so the code can act accordingly
  # We also need to add the right LDFLAGS
@@ -11,12 +11,12 @@
  solaris2.[6-7])
  
  for ac_header in kstat.h
-@@ -21190,7 +21190,7 @@
+@@ -21410,7 +21410,7 @@ cat >>confdefs.h <<\_ACEOF
  _ACEOF
  
        ;;
 -netbsdelf2*)
-+netbsdelf2*|netbsdelf*)
++netbsd*)
  
  cat >>confdefs.h <<\_ACEOF
  #define ALLBSD



Home | Main Index | Thread Index | Old Index