summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjoerg <joerg>2006-01-25 15:48:50 +0000
committerjoerg <joerg>2006-01-25 15:48:50 +0000
commit420796ef5bb9b0d1153dfd5d2a86b2d04b48cf73 (patch)
tree7f8a98b9e52262993dbf9b77b7136bda006a1c3a /sysutils
parentbc0d09f75edce84864f3e68d30649547381fa001 (diff)
downloadpkgsrc-420796ef5bb9b0d1153dfd5d2a86b2d04b48cf73.tar.gz
getmntinfo still needs a statfs * on DragonFly.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/ruby-quota/distinfo4
-rw-r--r--sysutils/ruby-quota/patches/patch-ab4
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/ruby-quota/distinfo b/sysutils/ruby-quota/distinfo
index 2266b20b058..b0abd87f480 100644
--- a/sysutils/ruby-quota/distinfo
+++ b/sysutils/ruby-quota/distinfo
@@ -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 --git a/sysutils/ruby-quota/patches/patch-ab b/sysutils/ruby-quota/patches/patch-ab
index 9ff62be7a7e..9af9864cfb7 100644
--- a/sysutils/ruby-quota/patches/patch-ab
+++ b/sysutils/ruby-quota/patches/patch-ab
@@ -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 @@ $NetBSD: patch-ab,v 1.2 2004/12/15 13:23:12 taca Exp $
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;