summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjoerg <joerg>2007-04-16 16:56:46 +0000
committerjoerg <joerg>2007-04-16 16:56:46 +0000
commitc3a23266bc4008f26672c554ad57d4524ab2d403 (patch)
tree138cb39757181127e05fe7f14a4927a37ed4787a /sysutils
parent12e40d70f2e61dc124bdb4962be99fa7bd6bffe4 (diff)
downloadpkgsrc-c3a23266bc4008f26672c554ad57d4524ab2d403.tar.gz
Use the generic readdir based directory scanning on DragonFly
as I don't want to fix this to get the internals right.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/xfce4-thunar/distinfo3
-rw-r--r--sysutils/xfce4-thunar/patches/patch-ab13
2 files changed, 15 insertions, 1 deletions
diff --git a/sysutils/xfce4-thunar/distinfo b/sysutils/xfce4-thunar/distinfo
index 1653ff8fbdf..133862014b7 100644
--- a/sysutils/xfce4-thunar/distinfo
+++ b/sysutils/xfce4-thunar/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/04/12 09:46:28 martti Exp $
+$NetBSD: distinfo,v 1.2 2007/04/16 16:56:46 joerg Exp $
SHA1 (Thunar-0.8.0.tar.bz2) = 1adcba7b86d9219b0bd7eb8c16d5719aa8393d98
RMD160 (Thunar-0.8.0.tar.bz2) = 95d29cca64c102b7d8bdcc0592f6fcab7198148b
Size (Thunar-0.8.0.tar.bz2) = 6205993 bytes
SHA1 (patch-aa) = 0c78fcfb7af00195ff6ff70e882f9568f5cb2f7b
+SHA1 (patch-ab) = 0c95e1dad13a9b1230272ca8c4008c2b133d62f7
diff --git a/sysutils/xfce4-thunar/patches/patch-ab b/sysutils/xfce4-thunar/patches/patch-ab
new file mode 100644
index 00000000000..1254fe4fb3e
--- /dev/null
+++ b/sysutils/xfce4-thunar/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2007/04/16 16:56:46 joerg 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
+ case "$target_os" in
+- dragonfly*|freebsd*|netbsd*|openbsd*|darwin*)
++ freebsd*|netbsd*|openbsd*|darwin*)
+ ac_bm_thunar_vfs_os_impl=bsd
+ ;;
+