pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/gnome-vfs2 update to gnome-vfs2-2.8.3
details: https://anonhg.NetBSD.org/pkgsrc/rev/499a23342004
branches: trunk
changeset: 484589:499a23342004
user: recht <recht%pkgsrc.org@localhost>
date: Sun Nov 28 13:00:17 2004 +0000
description:
update to gnome-vfs2-2.8.3
2004-10-28 Alexander Larsson <alexl%redhat.com@localhost>
* NEWS:
Update for release
2004-10-28 Alexander Larsson <alexl%redhat.com@localhost>
* libgnomevfs/gnome-vfs-utils.c: (filename_charset_cache_free),
(vfs_get_filename_charset),
(gnome_vfs_format_uri_for_display_internal),
(gnome_vfs_format_uri_for_display),
(gnome_vfs_make_uri_from_input_internal),
(gnome_vfs_make_uri_from_input):
Correctly handle the new forms of G_BROKEN_FILENAMES
2004-10-27 Ray Strode <rstrode%redhat.com@localhost>
* libgnomevfs/gnome-vfs-mime-handlers.c
(gnome_vfs_mime_application_new_from_id):
Chomp spaces off command strings.
2004-10-26 Alexander Larsson <alexl%redhat.com@localhost>
* libgnomevfs/gnome-vfs-mime-info-cache.c:
Handle default.list files that have lists of desktop files.
2004-10-21 Alexander Larsson <alexl%redhat.com@localhost>
* libgnomevfs/gnome-vfs-xfer.c (copy_symlink):
Handle existing files when copying symlinks.
2004-10-21 Alexander Larsson <alexl%redhat.com@localhost>
* libgnomevfs/gnome-vfs-xfer.c (gnome_vfs_new_directory_with_unique_name):
Set vfs_status on callback.
2004-10-18 Ray Strode <rstrode%redhat.com@localhost>
* libgnomevfs/eggdesktopentries.c
(egg_desktop_entries_parse_entry):
Reword error message to not break string freeze.
2004-10-18 Ray Strode <rstrode%redhat.com@localhost>
* libgnomevfs/eggdesktopentries.c
(egg_desktop_entries_parse_entry):
Error out if trying to add key-value pair to comment group
(Patch from Miloslav Trmac <mitr%redhat.com@localhost>)
2004-10-18 Alexander Larsson <alexl%redhat.com@localhost>
* libgnomevfs/gnome-vfs-hal-mounts.c (_hal_get_drive_name):
Use utf8 +/- char, not latin1.
2004-10-18 Alexander Larsson <alexl%redhat.com@localhost>
* libgnomevfs/gnome-vfs-mime-info.c (handle_attribute):
Remove some debug spew.
2004-10-15 Ryan Lortie <desrt%desrt.ca@localhost>
* libgnomevfs/gnome-vfs-uri.c:
(split_toplevel_uri): Prevent uri->text from containing
a NULL pointer (as per bug #141051).
(set_uri_element): trivial style fix
2004-10-15 Alexander Larsson <alexl%redhat.com@localhost>
* libgnomevfs/gnome-vfs-unix-mounts.c:
(_gnome_vfs_get_current_unix_mounts),
(_gnome_vfs_get_unix_mount_table):
Handle several changes to mtab/fstab in the same second.
Fix aix mtime check.
Patch from johnp%redhat.com@localhost
2004-10-13 Alexander Larsson <alexl%redhat.com@localhost>
* gnome-vfs-2.0.pc.in:
Add missing dependencies.
Patch from Juergen George Sawinski <j4y54w%sawinski.de@localhost>
2004-10-13 Alexander Larsson <alexl%redhat.com@localhost>
* libgnomevfs/gnome-vfs-socket-buffer.c (flush):
Correctly move memory in buffer when we've written some bytes.
2004-10-11 Christian Kellner <gicmo%gnome.org@localhost>
* libgnomevfs/Makefile.am:
Fix build issues with concurrent installs. Patch from
Chris Kelso <ckelso%rooneyholdings.com@localhost>.
2004-10-11 Alexander Larsson <alexl%redhat.com@localhost>
* configure.in:
Post release version bump
diffstat:
sysutils/gnome-vfs2/Makefile.common | 6 +++---
sysutils/gnome-vfs2/distinfo | 16 ++++++++--------
sysutils/gnome-vfs2/patches/patch-ab | 8 ++++----
sysutils/gnome-vfs2/patches/patch-ae | 8 ++++----
sysutils/gnome-vfs2/patches/patch-ag | 8 ++++----
sysutils/gnome-vfs2/patches/patch-ai | 8 ++++----
sysutils/gnome-vfs2/patches/patch-am | 10 +++++-----
7 files changed, 32 insertions(+), 32 deletions(-)
diffs (138 lines):
diff -r 95be80fad07c -r 499a23342004 sysutils/gnome-vfs2/Makefile.common
--- a/sysutils/gnome-vfs2/Makefile.common Sun Nov 28 12:59:10 2004 +0000
+++ b/sysutils/gnome-vfs2/Makefile.common Sun Nov 28 13:00:17 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.5 2004/10/26 21:01:06 jmmv Exp $
+# $NetBSD: Makefile.common,v 1.6 2004/11/28 13:00:17 recht Exp $
#
-DISTNAME= gnome-vfs-2.8.2
+DISTNAME= gnome-vfs-2.8.3
PKGNAME= ${DISTNAME:S/vfs/vfs2/}
CATEGORIES?= sysutils
CATEGORIES+= gnome
@@ -70,7 +70,7 @@
SUBST_FILES.libs= modules/Makefile.in
SUBST_SED.libs= -e 's|../libgnomevfs/libgnomevfs-2.la|${BUILDLINK_PREFIX.gnome-vfs2}/lib/libgnomevfs-2.la|g'
-BUILDLINK_DEPENDS.gnome-vfs2+= gnome-vfs2>=2.8.2
+BUILDLINK_DEPENDS.gnome-vfs2+= gnome-vfs2>=2.8.3
.include "../../sysutils/gnome-vfs2/buildlink3.mk"
PRINT_PLIST_AWK+= /^@dirrm lib\/gnome-vfs-2.0\/modules$$/ \
diff -r 95be80fad07c -r 499a23342004 sysutils/gnome-vfs2/distinfo
--- a/sysutils/gnome-vfs2/distinfo Sun Nov 28 12:59:10 2004 +0000
+++ b/sysutils/gnome-vfs2/distinfo Sun Nov 28 13:00:17 2004 +0000
@@ -1,15 +1,15 @@
-$NetBSD: distinfo,v 1.27 2004/11/09 16:04:52 sketch Exp $
+$NetBSD: distinfo,v 1.28 2004/11/28 13:00:17 recht Exp $
-SHA1 (gnome-vfs-2.8.2.tar.bz2) = 6e0e1985fa539267cbe9d67e9b8911bfeaeda945
-Size (gnome-vfs-2.8.2.tar.bz2) = 1904430 bytes
+SHA1 (gnome-vfs-2.8.3.tar.bz2) = 263dc88bfb18ac5bb917124bbc8278b3f5352688
+Size (gnome-vfs-2.8.3.tar.bz2) = 1907154 bytes
SHA1 (patch-aa) = 5bddba16ab0d57c48234ca427417ebf2cd563aab
-SHA1 (patch-ab) = 9fc885b1ef1e9dd05f4b3041963df298dbfba582
+SHA1 (patch-ab) = 6320180870f234a150dfe40f8f990deec7a2a0b5
SHA1 (patch-ad) = 326e835c7fd1d2e25ac2ae4736347d38ffe8ea06
-SHA1 (patch-ae) = 68d455dce03aac6d5372ae193c7cdaea3fceddbf
+SHA1 (patch-ae) = 32fe1a4e82d96bf80f3364704e7369a4ee778e0f
SHA1 (patch-af) = 2bfce4e7612e8e1322f870e256d2ba9b587d79ff
-SHA1 (patch-ag) = 0bec8918c71b2aa470c96c4512b11f42550484c4
-SHA1 (patch-ai) = 3a45cd84dfa025a52c7db3aab2cca85b540078a6
-SHA1 (patch-am) = 3b48df60dc1cb53f45358ac47fccb62b776adfbb
+SHA1 (patch-ag) = 78f7d50beaeab8b33c554e6cfaf510cdba3b00ba
+SHA1 (patch-ai) = bbe89dcefd6ac8d825465e4d9b316b9fad70ce19
+SHA1 (patch-am) = 95dac9be508330e58da933b6dc745fceb51135c0
SHA1 (patch-an) = d2fab7ac496964856bfa9352c5e0ada7f406ed86
SHA1 (patch-ao) = 38bd5859bff41642c2d1a26c16d90d780387b2d0
SHA1 (patch-ap) = f13b6a4e0740a211e87bd820a266b2ce038f932c
diff -r 95be80fad07c -r 499a23342004 sysutils/gnome-vfs2/patches/patch-ab
--- a/sysutils/gnome-vfs2/patches/patch-ab Sun Nov 28 12:59:10 2004 +0000
+++ b/sysutils/gnome-vfs2/patches/patch-ab Sun Nov 28 13:00:17 2004 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.6 2004/04/01 18:21:20 jmmv Exp $
+$NetBSD: patch-ab,v 1.7 2004/11/28 13:00:17 recht Exp $
---- Makefile.in.orig 2004-03-08 12:54:56.000000000 +0100
-+++ Makefile.in
-@@ -203,7 +203,6 @@ SUBDIRS = \
+--- Makefile.in.orig Thu Oct 28 16:16:56 2004
++++ Makefile.in Sat Nov 27 20:51:12 2004
+@@ -221,7 +221,6 @@
modules \
daemon \
schemas \
diff -r 95be80fad07c -r 499a23342004 sysutils/gnome-vfs2/patches/patch-ae
--- a/sysutils/gnome-vfs2/patches/patch-ae Sun Nov 28 12:59:10 2004 +0000
+++ b/sysutils/gnome-vfs2/patches/patch-ae Sun Nov 28 13:00:17 2004 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ae,v 1.6 2004/09/21 16:45:47 jmmv Exp $
+$NetBSD: patch-ae,v 1.7 2004/11/28 13:00:17 recht Exp $
---- configure.orig 2004-08-30 15:04:08.000000000 +0200
-+++ configure
-@@ -25969,9 +25969,11 @@ cat >>conftest.$ac_ext <<_ACEOF
+--- configure.orig Thu Oct 28 16:16:54 2004
++++ configure Sat Nov 27 20:51:53 2004
+@@ -25971,9 +25971,11 @@
int
main ()
{
diff -r 95be80fad07c -r 499a23342004 sysutils/gnome-vfs2/patches/patch-ag
--- a/sysutils/gnome-vfs2/patches/patch-ag Sun Nov 28 12:59:10 2004 +0000
+++ b/sysutils/gnome-vfs2/patches/patch-ag Sun Nov 28 13:00:17 2004 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ag,v 1.7 2004/04/24 21:00:07 danw Exp $
+$NetBSD: patch-ag,v 1.8 2004/11/28 13:00:17 recht Exp $
---- modules/Makefile.in.orig Mon Mar 22 13:47:17 2004
-+++ modules/Makefile.in
-@@ -270,7 +270,7 @@ modules_LTLIBRARIES = \
+--- modules/Makefile.in.orig Thu Oct 28 16:16:58 2004
++++ modules/Makefile.in Sat Nov 27 20:52:14 2004
+@@ -291,7 +291,7 @@
# Not currently supported
# libnfs.la
diff -r 95be80fad07c -r 499a23342004 sysutils/gnome-vfs2/patches/patch-ai
--- a/sysutils/gnome-vfs2/patches/patch-ai Sun Nov 28 12:59:10 2004 +0000
+++ b/sysutils/gnome-vfs2/patches/patch-ai Sun Nov 28 13:00:17 2004 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ai,v 1.8 2004/04/24 21:00:07 danw Exp $
+$NetBSD: patch-ai,v 1.9 2004/11/28 13:00:17 recht Exp $
---- modules/vfolder/Makefile.in.orig Mon Mar 22 13:47:18 2004
-+++ modules/vfolder/Makefile.in
-@@ -259,7 +259,7 @@ libvfolder_desktop_la_LIBADD = \
+--- modules/vfolder/Makefile.in.orig Thu Oct 28 16:16:58 2004
++++ modules/vfolder/Makefile.in Sat Nov 27 20:52:43 2004
+@@ -276,7 +276,7 @@
### Default .vfolder-info files
diff -r 95be80fad07c -r 499a23342004 sysutils/gnome-vfs2/patches/patch-am
--- a/sysutils/gnome-vfs2/patches/patch-am Sun Nov 28 12:59:10 2004 +0000
+++ b/sysutils/gnome-vfs2/patches/patch-am Sun Nov 28 13:00:17 2004 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-am,v 1.9 2004/10/24 18:03:24 recht Exp $
+$NetBSD: patch-am,v 1.10 2004/11/28 13:00:17 recht Exp $
---- libgnomevfs/gnome-vfs-unix-mounts.c.orig 2004-08-25 09:37:37.000000000 +0200
-+++ libgnomevfs/gnome-vfs-unix-mounts.c
-@@ -452,7 +455,11 @@ get_mtab_monitor_file (void)
+--- libgnomevfs/gnome-vfs-unix-mounts.c.orig Fri Oct 15 10:00:02 2004
++++ libgnomevfs/gnome-vfs-unix-mounts.c Sat Nov 27 20:53:08 2004
+@@ -475,7 +475,11 @@
gboolean
_gnome_vfs_get_current_unix_mounts (GList **return_list)
{
@@ -14,7 +14,7 @@
int num_mounts, i;
GnomeVFSUnixMount *mount_entry;
-@@ -469,7 +476,11 @@ _gnome_vfs_get_current_unix_mounts (GLis
+@@ -492,7 +496,11 @@
mount_entry->mount_path = g_strdup (mntent[i].f_mntonname);
mount_entry->device_path = g_strdup (mntent[i].f_mntfromname);
mount_entry->filesystem_type = g_strdup (mntent[i].f_fstypename);
Home |
Main Index |
Thread Index |
Old Index