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 DragonFly needs the comm...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ab61d1f157bf
branches:  trunk
changeset: 524327:ab61d1f157bf
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Jan 23 17:07:58 2007 +0000

description:
DragonFly needs the common BSD handling for the includes as well.

diffstat:

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

diffs (32 lines):

diff -r 01a3ae598b7f -r ab61d1f157bf sysutils/xfce4-fsguard-plugin/distinfo
--- a/sysutils/xfce4-fsguard-plugin/distinfo    Tue Jan 23 17:02:06 2007 +0000
+++ b/sysutils/xfce4-fsguard-plugin/distinfo    Tue Jan 23 17:07:58 2007 +0000
@@ -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 -r 01a3ae598b7f -r ab61d1f157bf sysutils/xfce4-fsguard-plugin/patches/patch-aa
--- a/sysutils/xfce4-fsguard-plugin/patches/patch-aa    Tue Jan 23 17:02:06 2007 +0000
+++ b/sysutils/xfce4-fsguard-plugin/patches/patch-aa    Tue Jan 23 17:07:58 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index