summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjoerg <joerg>2007-01-23 17:07:58 +0000
committerjoerg <joerg>2007-01-23 17:07:58 +0000
commit77eb11a9d0808867cf0c25a3660cfb5aee493977 (patch)
tree08397c2c927f34bef909ab5907bb2833ffd1f905 /sysutils
parent9a490911eb2c45c5aff29a2b325adebce46cc0db (diff)
downloadpkgsrc-77eb11a9d0808867cf0c25a3660cfb5aee493977.tar.gz
DragonFly needs the common BSD handling for the includes as well.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/xfce4-fsguard-plugin/distinfo4
-rw-r--r--sysutils/xfce4-fsguard-plugin/patches/patch-aa11
2 files changed, 10 insertions, 5 deletions
diff --git a/sysutils/xfce4-fsguard-plugin/distinfo b/sysutils/xfce4-fsguard-plugin/distinfo
index 89fa577635b..d0e33500022 100644
--- a/sysutils/xfce4-fsguard-plugin/distinfo
+++ b/sysutils/xfce4-fsguard-plugin/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2005/11/12 06:23:40 martti Exp $
+$NetBSD: distinfo,v 1.3 2007/01/23 17:07:58 joerg Exp $
SHA1 (xfce4-fsguard-plugin-0.2.1.tar.gz) = 86ad7752fdab209cd460f2da562f979196a1e643
RMD160 (xfce4-fsguard-plugin-0.2.1.tar.gz) = 194290bf0e5d471cefb1d1446330d0320af38763
Size (xfce4-fsguard-plugin-0.2.1.tar.gz) = 339959 bytes
-SHA1 (patch-aa) = d782b7af170f20a97ed8ade15a198e2bbc6a1722
+SHA1 (patch-aa) = c6a814bf0fa779099b8f24ca8f754d373dcd70eb
diff --git a/sysutils/xfce4-fsguard-plugin/patches/patch-aa b/sysutils/xfce4-fsguard-plugin/patches/patch-aa
index cc17733d86d..9ed35d56017 100644
--- a/sysutils/xfce4-fsguard-plugin/patches/patch-aa
+++ b/sysutils/xfce4-fsguard-plugin/patches/patch-aa
@@ -1,8 +1,13 @@
-$NetBSD: patch-aa,v 1.2 2005/11/12 06:23:40 martti Exp $
+$NetBSD: patch-aa,v 1.3 2007/01/23 17:07:58 joerg Exp $
---- panel-plugin/fsguard.c.orig 2005-10-11 16:27:09.000000000 -0400
+--- panel-plugin/fsguard.c.orig 2005-10-11 20:27:09.000000000 +0000
+++ panel-plugin/fsguard.c
-@@ -45,6 +45,9 @@
+@@ -41,10 +41,13 @@
+ #include <sys/stat.h>
+ #if defined(__linux__)
+ #include <sys/vfs.h>
+-#elif defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
++#elif defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)
#include <sys/param.h>
#include <sys/mount.h>
#endif