pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/xfce4-fsguard-plugin Make sure __NetBSD_Versi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4386d9696680
branches:  trunk
changeset: 502993:4386d9696680
user:      martti <martti%pkgsrc.org@localhost>
date:      Sat Nov 12 06:23:40 2005 +0000

description:
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:

 sysutils/xfce4-fsguard-plugin/distinfo         |  4 ++--
 sysutils/xfce4-fsguard-plugin/patches/patch-aa |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r 01732b5f1238 -r 4386d9696680 sysutils/xfce4-fsguard-plugin/distinfo
--- a/sysutils/xfce4-fsguard-plugin/distinfo    Sat Nov 12 05:23:17 2005 +0000
+++ b/sysutils/xfce4-fsguard-plugin/distinfo    Sat Nov 12 06:23:40 2005 +0000
@@ -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 -r 01732b5f1238 -r 4386d9696680 sysutils/xfce4-fsguard-plugin/patches/patch-aa
--- a/sysutils/xfce4-fsguard-plugin/patches/patch-aa    Sat Nov 12 05:23:17 2005 +0000
+++ b/sysutils/xfce4-fsguard-plugin/patches/patch-aa    Sat Nov 12 06:23:40 2005 +0000
@@ -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 @@
  #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>



Home | Main Index | Thread Index | Old Index