pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/ruby-quota getmntinfo still needs a statfs * ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3a95a60ed62f
branches: trunk
changeset: 507046:3a95a60ed62f
user: joerg <joerg%pkgsrc.org@localhost>
date: Wed Jan 25 15:48:50 2006 +0000
description:
getmntinfo still needs a statfs * on DragonFly.
diffstat:
sysutils/ruby-quota/distinfo | 4 ++--
sysutils/ruby-quota/patches/patch-ab | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (31 lines):
diff -r 96020f42427d -r 3a95a60ed62f sysutils/ruby-quota/distinfo
--- a/sysutils/ruby-quota/distinfo Wed Jan 25 15:42:56 2006 +0000
+++ b/sysutils/ruby-quota/distinfo Wed Jan 25 15:48:50 2006 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.7 2006/01/03 14:25:50 taca Exp $
+$NetBSD: distinfo,v 1.8 2006/01/25 15:48:50 joerg Exp $
SHA1 (ruby-quota-0.5.1.tar.gz) = 9edf6054c465af80d7a3534b8fed89fbafc01ec1
RMD160 (ruby-quota-0.5.1.tar.gz) = 85189827a256d0cfeaa0e755db37b85c625c18df
Size (ruby-quota-0.5.1.tar.gz) = 5110 bytes
SHA1 (patch-aa) = 354277b1f3e174d7de742d965c0b788ec04350a8
-SHA1 (patch-ab) = 1ede3a0aa26487813a7e3dabe04c9d9f662081bc
+SHA1 (patch-ab) = dff362167380e72a7fc6be4fcb580a10a1e17e87
diff -r 96020f42427d -r 3a95a60ed62f sysutils/ruby-quota/patches/patch-ab
--- a/sysutils/ruby-quota/patches/patch-ab Wed Jan 25 15:42:56 2006 +0000
+++ b/sysutils/ruby-quota/patches/patch-ab Wed Jan 25 15:48:50 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.2 2004/12/15 13:23:12 taca Exp $
+$NetBSD: patch-ab,v 1.3 2006/01/25 15:48:50 joerg Exp $
--- quota.c.orig 2002-03-30 23:59:12.000000000 +0900
+++ quota.c
@@ -6,7 +6,7 @@
char *path;
int is_gid;
uid_t uid;
-+#if defined(HAVE_SYS_STATVFS_H)
++#if defined(HAVE_SYS_STATVFS_H) && !defined(__DragonFly__)
+ struct statvfs *buff;
+#else
struct statfs *buff;
Home |
Main Index |
Thread Index |
Old Index