diff options
author | obache <obache@pkgsrc.org> | 2008-07-01 13:41:07 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-07-01 13:41:07 +0000 |
commit | 1d70b29d782be758d07fc2d28b47837cb7568b9f (patch) | |
tree | d7bdf2d4cadcfc7a9f7bfa26add95651fb9926c4 /x11 | |
parent | 7e5e3d9048811666f05b11d94957353ae9d2df2d (diff) | |
download | pkgsrc-1d70b29d782be758d07fc2d28b47837cb7568b9f.tar.gz |
getvfsstat() of DragonFly is not compatible with NetBSD's one.
Patch provided by Hasso Tepper in PR 38877.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xfce4-exo/distinfo | 4 | ||||
-rw-r--r-- | x11/xfce4-exo/patches/patch-ad | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/x11/xfce4-exo/distinfo b/x11/xfce4-exo/distinfo index d4b3f494a36..541b7b2f8e8 100644 --- a/x11/xfce4-exo/distinfo +++ b/x11/xfce4-exo/distinfo @@ -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 --git a/x11/xfce4-exo/patches/patch-ad b/x11/xfce4-exo/patches/patch-ad index 4a19df64082..4cb3c83d773 100644 --- a/x11/xfce4-exo/patches/patch-ad +++ b/x11/xfce4-exo/patches/patch-ad @@ -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 @@ $NetBSD: patch-ad,v 1.3 2007/12/07 19:43:29 martti Exp $ - 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; |