summaryrefslogtreecommitdiff
path: root/sysutils/gnome-vfs2/patches/patch-am
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-02-14 20:10:02 +0000
committerjmmv <jmmv@pkgsrc.org>2003-02-14 20:10:02 +0000
commit67991aceb0ddc84c90625b0b8cfc7b7f8106c21e (patch)
treeb195668d8adb5fab33c598edc5ee8bd5d064fd45 /sysutils/gnome-vfs2/patches/patch-am
parentacadd2a3c5bd239fb342485bc55c76eb0e943b7a (diff)
downloadpkgsrc-67991aceb0ddc84c90625b0b8cfc7b7f8106c21e.tar.gz
Updated to 2.2.2. Changes since 2.0.4:
gnome-vfs 2.2.2 * Bugs fixed: + fixed memleak in monitors + fixed some ssh method problems + fixed some vfs moniker bugs gnome-vfs 2.2.1 * Bugs fixed: + Fixed deadlock wrt fam while adding many monitors + fixed memleak gnome-vfs 2.2.0 * Bugs fixed: + races and bugs in the GIOChannel support (Josh Parsons) * Featurelets + Added (disabled for now) gnutls ssl lib (Andrew McDonald) This will be enabled later when its been tested more. gnome-vfs 2.1.91 * Bugs fixed: + gzip header creation time + gnome_vfs_uri_extract_dirname crash + gnome_vfs_socket_buffer_peekc corrected gnome-vfs 2.1.6 * Bugs fixed: + fixed -lpthreads build failure (Owen Taylor) + Handle directory moves overwriting themselves (Alex Larsson) + Correct libdir handling (Frederic Crozat) * Featurelets + Deprecated gnome_vfs_mime_shutdown, gnome_vfs_loadinit, gnome_vfs_preinit and gnome_vfs_postinit. (Alex Larsson) + Lots of docs updates (Diego Gonzalez) + _ prefix internal functions. (Tim Janik) gnome-vfs 2.1.5 * Featurelets + Added GNOME_VFS_ERROR_NO_MASTER_BROWSER to GnomeVFSResult gnome-vfs 2.1.4 * Featurelets + gnome_vfs_open_fd() replaced console: method (Giovanni Corriga) Changes in the package: - Honor PKG_SYSCONFDIR. - Use GConf2's schemas.mk framework to register schemas.
Diffstat (limited to 'sysutils/gnome-vfs2/patches/patch-am')
-rw-r--r--sysutils/gnome-vfs2/patches/patch-am21
1 files changed, 15 insertions, 6 deletions
diff --git a/sysutils/gnome-vfs2/patches/patch-am b/sysutils/gnome-vfs2/patches/patch-am
index 55cfc64768d..2f9869c7f54 100644
--- a/sysutils/gnome-vfs2/patches/patch-am
+++ b/sysutils/gnome-vfs2/patches/patch-am
@@ -1,13 +1,22 @@
-$NetBSD: patch-am,v 1.1 2002/09/11 23:07:53 rh Exp $
+$NetBSD: patch-am,v 1.2 2003/02/14 20:10:07 jmmv Exp $
---- configure.orig Tue Sep 10 16:52:04 2002
-+++ configure Tue Sep 10 16:52:47 2002
-@@ -12159,7 +12159,7 @@
+--- configure.orig Mon Jan 20 20:32:45 2003
++++ configure
+@@ -10809,7 +10809,7 @@ fi
--for ac_func in getdtablesize open64 lseek64 statvfs
-+for ac_func in getdtablesize open64 lseek64 statvfs readdir_r
+-for ac_func in getdtablesize open64 lseek64 statvfs seteuid setegid setresuid setresgid
++for ac_func in getdtablesize open64 lseek64 statvfs seteuid setegid setresuid setresgid readdir_r
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
echo "$as_me:$LINENO: checking for $ac_func" >&5
+@@ -12060,7 +12060,7 @@ esac
+
+
+
+-for ac_header in sys/resource.h sys/vfs.h sys/mount.h sys/statvfs.h
++for ac_header in sys/param.h sys/resource.h sys/vfs.h sys/mount.h sys/statvfs.h
+ do
+ as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ if eval "test \"\${$as_ac_Header+set}\" = set"; then