summaryrefslogtreecommitdiff
path: root/sysutils/xfce4-thunar/patches
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2007-12-07 19:43:19 +0000
committermartti <martti@pkgsrc.org>2007-12-07 19:43:19 +0000
commitf6f5ea854dc4e890fc171fca003318f87fb4c3b6 (patch)
treeb13a72118dfeb40f0301f5034c64ed4656b8e1d0 /sysutils/xfce4-thunar/patches
parent7c0ef9ca1d18e3e0a7c6f6a7bfbffe73de43c98f (diff)
downloadpkgsrc-f6f5ea854dc4e890fc171fca003318f87fb4c3b6.tar.gz
Updated Xfce to 4.4.2
Lots of bug fixes. For the official ChangeLog, please see http://www.xfce.org/documentation/changelogs/4.4.2
Diffstat (limited to 'sysutils/xfce4-thunar/patches')
-rw-r--r--sysutils/xfce4-thunar/patches/patch-aa15
-rw-r--r--sysutils/xfce4-thunar/patches/patch-ab12
2 files changed, 6 insertions, 21 deletions
diff --git a/sysutils/xfce4-thunar/patches/patch-aa b/sysutils/xfce4-thunar/patches/patch-aa
deleted file mode 100644
index 0fcfef172cc..00000000000
--- a/sysutils/xfce4-thunar/patches/patch-aa
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2007/04/12 09:46:29 martti Exp $
-
---- thunar-vfs/thunar-vfs-info.c.orig 2006-07-19 10:35:55.000000000 +0000
-+++ thunar-vfs/thunar-vfs-info.c 2006-07-19 10:37:57.000000000 +0000
-@@ -55,6 +55,10 @@
- #include <unistd.h>
- #endif
-
-+#if defined(__NetBSD__) && (__NetBSD_Version__ > 299000900) /* NetBSD 2.99.9 */
-+#define statfs statvfs
-+#endif
-+
- /* implement thunar-vfs-info's inline functions */
- #define G_IMPLEMENT_INLINES 1
- #define __THUNAR_VFS_INFO_C__
diff --git a/sysutils/xfce4-thunar/patches/patch-ab b/sysutils/xfce4-thunar/patches/patch-ab
index 1254fe4fb3e..1a8901c0749 100644
--- a/sysutils/xfce4-thunar/patches/patch-ab
+++ b/sysutils/xfce4-thunar/patches/patch-ab
@@ -1,10 +1,10 @@
-$NetBSD: patch-ab,v 1.1 2007/04/16 16:56:46 joerg Exp $
+$NetBSD: patch-ab,v 1.2 2007/12/07 19:43:23 martti Exp $
---- configure.orig 2007-04-16 16:13:21.000000000 +0000
-+++ configure
-@@ -28900,7 +28900,7 @@ fi
- echo "$as_me:$LINENO: checking for operating system support" >&5
- echo $ECHO_N "checking for operating system support... $ECHO_C" >&6
+--- configure.orig 2007-12-02 13:47:33.000000000 +0000
++++ configure 2007-12-04 13:14:18.000000000 +0000
+@@ -29537,7 +29537,7 @@
+ { echo "$as_me:$LINENO: checking for operating system support" >&5
+ echo $ECHO_N "checking for operating system support... $ECHO_C" >&6; }
case "$target_os" in
- dragonfly*|freebsd*|netbsd*|openbsd*|darwin*)
+ freebsd*|netbsd*|openbsd*|darwin*)