Subject: CVS commit: pkgsrc/sysutils/gnome-vfs2
To: None <pkgsrc-changes@NetBSD.org>
From: Marc Recht <recht@netbsd.org>
List: pkgsrc-changes
Date: 01/20/2005 21:32:11
Module Name: pkgsrc
Committed By: recht
Date: Thu Jan 20 21:32:11 UTC 2005
Modified Files:
pkgsrc/sysutils/gnome-vfs2: Makefile distinfo
Added Files:
pkgsrc/sysutils/gnome-vfs2/patches: patch-au patch-av
Log Message:
- add fix for gzip-method from
http://bugzilla.gnome.org/show_bug.cgi?id=157275
(which also is in the gnome-vfs2 CVS)
* modules/gzip-method.c (do_read): Return GNOME_VFS_ERROR_EOF when
we reach the end of a file with the gzip method. Fixes bug 157275.
- add fix for sftp-method from gnome-vfs2 CVS to make sftp URIs
actually work
* modules/sftp-method.c: always check gnome_vfs_unescape_string
return value.
* modules/sftp-method.c (do_move): honour the force_replace flag.
- sync with opendarwinports and make CFLAGS.Darwin to LDFLAGS.Darwin
and remove obsolute stuff (leaves only -lresolv)
bump PKGREVISION to 2
To generate a diff of this commit:
cvs rdiff -r1.43 -r1.44 pkgsrc/sysutils/gnome-vfs2/Makefile
cvs rdiff -r1.29 -r1.30 pkgsrc/sysutils/gnome-vfs2/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/sysutils/gnome-vfs2/patches/patch-au \
pkgsrc/sysutils/gnome-vfs2/patches/patch-av
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.