pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/xfce4-exo getvfsstat() of DragonFly is not compati...
details: https://anonhg.NetBSD.org/pkgsrc/rev/78c6e4d46711
branches: trunk
changeset: 543998:78c6e4d46711
user: obache <obache%pkgsrc.org@localhost>
date: Tue Jul 01 13:41:07 2008 +0000
description:
getvfsstat() of DragonFly is not compatible with NetBSD's one.
Patch provided by Hasso Tepper in PR 38877.
diffstat:
x11/xfce4-exo/distinfo | 4 ++--
x11/xfce4-exo/patches/patch-ad | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (37 lines):
diff -r 6627eee0bc10 -r 78c6e4d46711 x11/xfce4-exo/distinfo
--- a/x11/xfce4-exo/distinfo Tue Jul 01 13:24:34 2008 +0000
+++ b/x11/xfce4-exo/distinfo Tue Jul 01 13:41:07 2008 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2007/12/07 19:43:27 martti Exp $
+$NetBSD: distinfo,v 1.4 2008/07/01 13:41:07 obache Exp $
SHA1 (exo-0.3.4.tar.bz2) = 4f7a3f46592fd0311be1f011f17431f211cc1fcb
RMD160 (exo-0.3.4.tar.bz2) = e021f030a624c522c819ec0f3a8682a1007ae748
Size (exo-0.3.4.tar.bz2) = 1300127 bytes
-SHA1 (patch-ad) = 44acc5846e1a2bb78ec5cde978747a3cd56bbd50
+SHA1 (patch-ad) = af08127aad06a5e9d8e8055dff1f55982666d8d9
diff -r 6627eee0bc10 -r 78c6e4d46711 x11/xfce4-exo/patches/patch-ad
--- a/x11/xfce4-exo/patches/patch-ad Tue Jul 01 13:24:34 2008 +0000
+++ b/x11/xfce4-exo/patches/patch-ad Tue Jul 01 13:41:07 2008 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ad,v 1.3 2007/12/07 19:43:29 martti Exp $
+$NetBSD: patch-ad,v 1.4 2008/07/01 13:41:08 obache Exp $
---- exo/exo-mount-point.c.orig 2007-12-04 11:46:28.000000000 +0000
-+++ exo/exo-mount-point.c 2007-12-04 11:52:46.000000000 +0000
-@@ -253,57 +253,57 @@
+--- exo/exo-mount-point.c.orig 2007-12-02 14:33:44 +0200
++++ exo/exo-mount-point.c 2008-06-06 15:14:00 +0300
+@@ -253,57 +253,57 @@ exo_mount_point_list_match_active (ExoMo
/* close the file handle */
fclose (fp);
@@ -11,7 +11,7 @@
- glong bufsize = 0;
- gint mntsize;
- gint n;
-+#elif defined(HAVE_GETVFSSTAT) /* Newer NetBSD */
++#elif defined(HAVE_GETVFSSTAT) && !defined(__DragonFly__) /* Newer NetBSD */
+ struct statvfs *mntbuf = NULL;
+ glong bufsize = 0;
+ gint mntsize;
Home |
Main Index |
Thread Index |
Old Index