summaryrefslogtreecommitdiff
path: root/sysutils/gnome-vfs2/patches
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-12-28 23:35:46 +0000
committerjmmv <jmmv>2003-12-28 23:35:46 +0000
commit78e782826ca77ce9a34d9132c08e8f22544ecc22 (patch)
tree4bac5eb4ed0bec1e59bf2f8b83873534b9b1f889 /sysutils/gnome-vfs2/patches
parentdd85c322dbcefb9c6570ecf6abb9fe04b8c5a28e (diff)
downloadpkgsrc-78e782826ca77ce9a34d9132c08e8f22544ecc22.tar.gz
Do not use fam. This solves *lots* of lockups in nautilus (finally!) and
probably other applications using gnome-vfs2 (yeah, it removes some minor functionality... but until it's solved, this is better than nothing). Bump PKGREVISION to 1. Found by xtraeme@ with help from marcus@freebsd.
Diffstat (limited to 'sysutils/gnome-vfs2/patches')
-rw-r--r--sysutils/gnome-vfs2/patches/patch-aa20
1 files changed, 20 insertions, 0 deletions
diff --git a/sysutils/gnome-vfs2/patches/patch-aa b/sysutils/gnome-vfs2/patches/patch-aa
new file mode 100644
index 00000000000..67673930d19
--- /dev/null
+++ b/sysutils/gnome-vfs2/patches/patch-aa
@@ -0,0 +1,20 @@
+$NetBSD: patch-aa,v 1.6 2003/12/28 23:35:46 jmmv Exp $
+
+--- configure.orig 2003-10-12 13:05:53.000000000 +0200
++++ configure
+@@ -25226,6 +25226,7 @@ LIBGNOMEVFS_LIBS="$LIBGNOMEVFS_LIBS $OPE
+
+ FAM_MISSING_WARNING="Gnome-vfs depends on FAM to provide notification when files are altered (either through filesystem polling, or a kernel notification mechanism). If Gnome-vfs is built without FAM support, directories viewed with Nautilus or other applications will not remain in synch with the actual filesystem when they are altered by external processes. Particularly if you are a distributor please compile Nautilus with FAM support. FAM is available from http://oss.sgi.com/projects/fam/. A patch to add Linux Kernel 2.4 directory notify support to FAM (highly desirable) is available from http://people.redhat.com/alexl/files/"
+ FAM_LIBS=
++if false; then
+ echo "$as_me:$LINENO: checking for FAMOpen in -lfam" >&5
+ echo $ECHO_N "checking for FAMOpen in -lfam... $ECHO_C" >&6
+ if test "${ac_cv_lib_fam_FAMOpen+set}" = set; then
+@@ -25434,6 +25435,7 @@ else
+ { echo "$as_me:$LINENO: WARNING: *** FAM support will not be built (FAM library not found) $FAM_MISSING_WARNING ***" >&5
+ echo "$as_me: WARNING: *** FAM support will not be built (FAM library not found) $FAM_MISSING_WARNING ***" >&2;}
+ fi
++fi
+
+
+