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 Fix DragonFly build.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c48b81e4c94b
branches:  trunk
changeset: 527937:c48b81e4c94b
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Apr 16 18:27:49 2007 +0000

description:
Fix DragonFly build.

diffstat:

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

diffs (33 lines):

diff -r 1ad3ca0ef5c6 -r c48b81e4c94b sysutils/xfce4-fsguard-plugin/distinfo
--- a/sysutils/xfce4-fsguard-plugin/distinfo    Mon Apr 16 18:20:17 2007 +0000
+++ b/sysutils/xfce4-fsguard-plugin/distinfo    Mon Apr 16 18:27:49 2007 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2007/04/12 09:55:16 martti Exp $
+$NetBSD: distinfo,v 1.5 2007/04/16 18:27:49 joerg Exp $
 
 SHA1 (xfce4-fsguard-plugin-0.3.0.tar.bz2) = 63241ada67681eff66f269bfd53d6d6b11a37d4b
 RMD160 (xfce4-fsguard-plugin-0.3.0.tar.bz2) = 7989c2209b0f363cc4a2ac778d8ea627fa22378e
 Size (xfce4-fsguard-plugin-0.3.0.tar.bz2) = 113601 bytes
-SHA1 (patch-aa) = 7d34aa74ab207c47a8f1208519089e42f8b97ba4
+SHA1 (patch-aa) = 4057cfb11a39e822ca3cca304c974987aa002048
diff -r 1ad3ca0ef5c6 -r c48b81e4c94b sysutils/xfce4-fsguard-plugin/patches/patch-aa
--- a/sysutils/xfce4-fsguard-plugin/patches/patch-aa    Mon Apr 16 18:20:17 2007 +0000
+++ b/sysutils/xfce4-fsguard-plugin/patches/patch-aa    Mon Apr 16 18:27:49 2007 +0000
@@ -1,8 +1,13 @@
-$NetBSD: patch-aa,v 1.4 2007/04/12 09:55:16 martti Exp $
+$NetBSD: patch-aa,v 1.5 2007/04/16 18:27:49 joerg Exp $
 
---- panel-plugin/fsguard.c.orig        2006-09-07 10:10:41.000000000 +0000
-+++ panel-plugin/fsguard.c     2006-09-07 10:11:25.000000000 +0000
-@@ -43,6 +43,9 @@
+--- panel-plugin/fsguard.c.orig        2005-10-11 07:29:27.000000000 +0000
++++ panel-plugin/fsguard.c
+@@ -39,10 +39,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