pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/kdeutils3 Make the test for statfs work.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/22280e323637
branches:  trunk
changeset: 474817:22280e323637
user:      markd <markd%pkgsrc.org@localhost>
date:      Wed May 05 23:56:08 2004 +0000

description:
Make the test for statfs work.

diffstat:

 misc/kdeutils3/distinfo         |   4 ++--
 misc/kdeutils3/patches/patch-ao |  10 +++++++++-
 2 files changed, 11 insertions(+), 3 deletions(-)

diffs (37 lines):

diff -r 8d22c333ca77 -r 22280e323637 misc/kdeutils3/distinfo
--- a/misc/kdeutils3/distinfo   Wed May 05 18:12:11 2004 +0000
+++ b/misc/kdeutils3/distinfo   Wed May 05 23:56:08 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.23 2004/05/04 13:52:11 mrg Exp $
+$NetBSD: distinfo,v 1.24 2004/05/05 23:56:08 markd Exp $
 
 SHA1 (kdeutils-3.2.2.tar.bz2) = 8ff615e0d1fa3b17488f28a70564ecfbfa7f6bae
 Size (kdeutils-3.2.2.tar.bz2) = 2549521 bytes
@@ -7,5 +7,5 @@
 SHA1 (patch-ac) = c1d962b36bbc3ee3f63155c3d98aa9f92117ecf0
 SHA1 (patch-ad) = ad4fcdda6f9fc1b91e1f125421800e412e2ee0aa
 SHA1 (patch-an) = e13957a9fa0d23aebbe149ecaca7b9dacde5c9fb
-SHA1 (patch-ao) = 84cbdcbfbd6c81f88695926ed01b678276b1abfa
+SHA1 (patch-ao) = e6998991444af6becbe89b674728080a27e7a0f1
 SHA1 (patch-ap) = 0bfa5bfeb6551791ea6311bbf1223732d3dfa482
diff -r 8d22c333ca77 -r 22280e323637 misc/kdeutils3/patches/patch-ao
--- a/misc/kdeutils3/patches/patch-ao   Wed May 05 18:12:11 2004 +0000
+++ b/misc/kdeutils3/patches/patch-ao   Wed May 05 23:56:08 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ao,v 1.9 2004/04/20 13:19:56 markd Exp $
+$NetBSD: patch-ao,v 1.10 2004/05/05 23:56:08 markd Exp $
 
 --- configure.orig     2004-04-06 02:55:31.000000000 +1200
 +++ configure
@@ -75,3 +75,11 @@
  # darwin needs this to initialize the environment
  
  for ac_header in crt_externs.h
+@@ -32333,6 +32267,7 @@ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h.  */
+ 
+ 
++#include <sys/param.h>
+ #include <sys/mount.h>
+ 
+ 



Home | Main Index | Thread Index | Old Index