summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authormartti <martti>2005-11-12 06:23:40 +0000
committermartti <martti>2005-11-12 06:23:40 +0000
commit767195fb18f009d6d096bfa9f076978f009b0a77 (patch)
tree318b4451ca682c3aa8d72117431ac4481d7541c0 /sysutils
parent4085042c428795290505a44834685dc2c1ed8954 (diff)
downloadpkgsrc-767195fb18f009d6d096bfa9f076978f009b0a77.tar.gz
Make sure __NetBSD_Version__ is at least 299000900. This is similar to
the recent postfix patch where it didn't compile on NetBSD 2.1.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/xfce4-fsguard-plugin/distinfo4
-rw-r--r--sysutils/xfce4-fsguard-plugin/patches/patch-aa4
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/xfce4-fsguard-plugin/distinfo b/sysutils/xfce4-fsguard-plugin/distinfo
index 22cc03d6713..89fa577635b 100644
--- a/sysutils/xfce4-fsguard-plugin/distinfo
+++ b/sysutils/xfce4-fsguard-plugin/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2005/10/28 06:42:49 martti Exp $
+$NetBSD: distinfo,v 1.2 2005/11/12 06:23:40 martti 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) = a242511fddd3fa097d5a5185018792af4689e7b5
+SHA1 (patch-aa) = d782b7af170f20a97ed8ade15a198e2bbc6a1722
diff --git a/sysutils/xfce4-fsguard-plugin/patches/patch-aa b/sysutils/xfce4-fsguard-plugin/patches/patch-aa
index 7ec1a53f6b2..cc17733d86d 100644
--- a/sysutils/xfce4-fsguard-plugin/patches/patch-aa
+++ b/sysutils/xfce4-fsguard-plugin/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.1.1.1 2005/10/28 06:42:49 martti Exp $
+$NetBSD: patch-aa,v 1.2 2005/11/12 06:23:40 martti Exp $
--- panel-plugin/fsguard.c.orig 2005-10-11 16:27:09.000000000 -0400
+++ panel-plugin/fsguard.c
@@ -6,7 +6,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2005/10/28 06:42:49 martti Exp $
#include <sys/param.h>
#include <sys/mount.h>
#endif
-+#if defined(__NetBSD__) && (__NetBSD_Version__ > 200030000)
++#if defined(__NetBSD__) && (__NetBSD_Version__ > 299000900) /* NetBSD 2.99.9 */
+#define statfs statvfs
+#endif
#include <panel/plugins.h>