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 gnome-vfs2* to 2.16.0:
details: https://anonhg.NetBSD.org/pkgsrc/rev/c3e8c6f808bc
branches: trunk
changeset: 518642:c3e8c6f808bc
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Fri Sep 15 15:07:40 2006 +0000
description:
Update gnome-vfs2* to 2.16.0:
gnome-vfs 2.16.0
* http: Fix crash on some redirects
* http: Ignore fragment identifiers in URIs
* support --disable-selinux
* Fix gnome_vfs_mime_type_is_equal
* inotify monitoring fixes
gnome-vfs 2.15.92
* Remove old unused code
* Better sniffing of text files
* Tweak xfer callbacks for better performance
gnome-vfs 2.15.91
* Avoid slow I/O looking for trash on remote shares
* Inotify updates to avoid polling as much.
* Build fix
gnome-vfs 2.15.90
* Don't use deprectated dbus calls
* Always dispatch monitor events
* Add gnome_vfs_drive_needs_eject function.
* Add support for compile time version checking.
* Add GNOME_VFS_ERROR_INVALID_FILENAME error
* Handle ENAMETOOLONG when converting from errno
* Initialize SSL lazily
* Fix error reporting in dns resolver code
* Robustness fixes
* Clean up code and fix warnings
* dav fixes
* ftp: fixes for IIS virtual directories
* sftp: Support setting symlinks
gnome-vfs 2.15.3 'Kill the monkeys'
Note: The moniker code was moved to a seperate module
called gnome-vfs-monikers. We need to keep that in the
platform to be API/ABI compatible.
Also note that bonobo mime related functions have been
moved to libbonobo.
This relase is free of Bonobos :)
* Replace bonobo by DBus as IPC mechanism between clients
and the daemon: Remove all references and dependencies
on bonobo. (Initial work done by Richard Hult and Mikael
Hallendal from Imendio)
* Massive API documentation update.
* INotify: fixes for remote (i.e. NFS) filesystems
* INotify: Updates to the timers used (see ChangeLog)
* Convert all use of pop to GOption
* Fix non ACL file method build
* OSX fix for GnomeVFSAddress
* Handle %% escaping % in desktop files. (#343632)
* Check for later version of libselinux. (#344349)
gnome-vfs 2.15.2
* win32 fixes
* Don't hide smb shares that end with $
* ACL support
* Support for reading selinux context
* Fix bug in gnome_vfs_uri_hash
gnome-vfs 2.15.1
* Fix sftp symlink support
* Fix smb connecting many times to the server
* Add authentication to command line utils
* Escape "?" in paths, as this is a special char in uris
* Fix up symlink resolving in some cases
* Portability fixes for the cdda method
* Fix up locking around the xdg mime code where missing
* Better handling of existing files in create/makedir for ftp
* Shut down vfs backends on shutdown
* Handle ftp anon login failure better
* Handle more % expansions in Exec lines in desktop files
* Make GnomeVFSDrive user_visible only if it supports media check
* Fix ftp handling of large files
diffstat:
sysutils/gnome-vfs2/Makefile | 10 +--
sysutils/gnome-vfs2/Makefile.common | 13 ++-
sysutils/gnome-vfs2/PLIST | 141 +++++++++++++++++-----------------
sysutils/gnome-vfs2/buildlink3.mk | 13 +--
sysutils/gnome-vfs2/distinfo | 24 +----
sysutils/gnome-vfs2/patches/patch-ac | 65 ----------------
sysutils/gnome-vfs2/patches/patch-ad | 34 --------
sysutils/gnome-vfs2/patches/patch-ae | 58 +++++++-------
sysutils/gnome-vfs2/patches/patch-ag | 84 --------------------
sysutils/gnome-vfs2/patches/patch-ah | 15 ---
sysutils/gnome-vfs2/patches/patch-aj | 12 --
sysutils/gnome-vfs2/patches/patch-ak | 33 --------
sysutils/gnome-vfs2/patches/patch-al | 70 -----------------
sysutils/gnome-vfs2/patches/patch-as | 33 --------
sysutils/gnome-vfs2/patches/patch-at | 25 ------
sysutils/gnome-vfs2/patches/patch-av | 114 ----------------------------
sysutils/gnome-vfs2/patches/patch-aw | 14 ---
sysutils/gnome-vfs2/patches/patch-ax | 26 ++---
sysutils/gnome-vfs2/patches/patch-az | 38 ---------
19 files changed, 133 insertions(+), 689 deletions(-)
diffs (truncated from 1085 to 300 lines):
diff -r e0dd27f936a8 -r c3e8c6f808bc sysutils/gnome-vfs2/Makefile
--- a/sysutils/gnome-vfs2/Makefile Fri Sep 15 15:06:56 2006 +0000
+++ b/sysutils/gnome-vfs2/Makefile Fri Sep 15 15:07:40 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.64 2006/04/27 21:14:34 drochner Exp $
+# $NetBSD: Makefile,v 1.65 2006/09/15 15:07:40 jmmv Exp $
PKGCONFIG_OVERRIDE= gnome-vfs-2.0.pc.in
PKGCONFIG_OVERRIDE+= gnome-vfs-module-2.0.pc.in
@@ -25,15 +25,7 @@
.include "../../devel/GConf2/schemas.mk"
.include "../../archivers/bzip2/buildlink3.mk"
-.include "../../databases/shared-mime-info/buildlink3.mk"
-.include "../../devel/GConf2/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../devel/glib2/buildlink3.mk"
-.include "../../devel/libbonobo/buildlink3.mk"
-.include "../../devel/popt/buildlink3.mk"
-.include "../../net/ORBit2/buildlink3.mk"
-.include "../../security/gnutls/buildlink3.mk"
-.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/fam.buildlink3.mk"
.include "../../mk/krb5.buildlink3.mk"
diff -r e0dd27f936a8 -r c3e8c6f808bc sysutils/gnome-vfs2/Makefile.common
--- a/sysutils/gnome-vfs2/Makefile.common Fri Sep 15 15:06:56 2006 +0000
+++ b/sysutils/gnome-vfs2/Makefile.common Fri Sep 15 15:07:40 2006 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile.common,v 1.37 2006/07/05 05:37:44 jlam Exp $
+# $NetBSD: Makefile.common,v 1.38 2006/09/15 15:07:40 jmmv Exp $
#
-GNOME_VFS2_VERSION= 2.14.2
+GNOME_VFS2_VERSION= 2.16.0
DISTNAME= gnome-vfs-${GNOME_VFS2_VERSION}
PKGNAME= ${DISTNAME:S/vfs/vfs2/}
CATEGORIES?= sysutils
CATEGORIES+= gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-vfs/2.14/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-vfs/2.16/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= jmmv%NetBSD.org@localhost
@@ -31,7 +31,6 @@
CONFIGURE_ARGS+= --enable-gnutls
CONFIGURE_ARGS+= --enable-platform-gnome-2
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR:Q}
-CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc
CPPFLAGS+= -DPREFIX="\"${PREFIX}\""
CPPFLAGS+= -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\""
@@ -101,3 +100,9 @@
cd ${WRKSRC}/modules && ${LIBTOOL} --mode=finish \
${PREFIX}/lib/gnome-vfs-2.0/modules
.endif
+
+.include "../../devel/GConf2/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../security/gnutls/buildlink3.mk"
+.include "../../sysutils/dbus-glib/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
diff -r e0dd27f936a8 -r c3e8c6f808bc sysutils/gnome-vfs2/PLIST
--- a/sysutils/gnome-vfs2/PLIST Fri Sep 15 15:06:56 2006 +0000
+++ b/sysutils/gnome-vfs2/PLIST Fri Sep 15 15:07:40 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.22 2006/04/27 21:14:34 drochner Exp $
+@comment $NetBSD: PLIST,v 1.23 2006/09/15 15:07:40 jmmv Exp $
bin/gnomevfs-cat
bin/gnomevfs-copy
bin/gnomevfs-df
@@ -8,6 +8,8 @@
bin/gnomevfs-monitor
bin/gnomevfs-mv
bin/gnomevfs-rm
+include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-ace.h
+include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-acl.h
include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-address.h
include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-application-registry.h
include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-async-ops.h
@@ -28,6 +30,7 @@
include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime-info-cache.h
include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime-monitor.h
include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime-utils.h
+include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime.h
include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-module-callback.h
include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-monitor.h
include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-ops.h
@@ -37,6 +40,7 @@
include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-types.h
include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-uri.h
include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-utils.h
+include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-version.h
include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-volume-monitor.h
include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-volume.h
include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-xfer.h
@@ -45,7 +49,6 @@
include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-inet-connection.h
include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-method.h
include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-mime-info.h
-include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-mime.h
include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-module-callback-module-api.h
include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-module-shared.h
include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-module.h
@@ -55,9 +58,6 @@
include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-socket.h
include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-ssl.h
include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-transform.h
-lib/bonobo/monikers/libmoniker_gnome_vfs_std.la
-lib/bonobo/servers/GNOME_VFS_Daemon.server
-lib/bonobo/servers/GNOME_VFS_Moniker_std.server
lib/gnome-vfs-2.0/include/gnome-vfs-file-size.h
lib/gnome-vfs-2.0/modules/libbzip2.la
lib/gnome-vfs-2.0/modules/libcomputer.la
@@ -75,67 +75,7 @@
lib/pkgconfig/gnome-vfs-2.0.pc
lib/pkgconfig/gnome-vfs-module-2.0.pc
libexec/gnome-vfs-daemon
-share/doc/gnome-vfs-2.0/about.html
-share/doc/gnome-vfs-2.0/advanced-operations.html
-share/doc/gnome-vfs-2.0/data-types.html
-share/doc/gnome-vfs-2.0/gnome-vfs-2.0.devhelp
-share/doc/gnome-vfs-2.0/gnome-vfs-2.0.devhelp2
-share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-application-registry.html
-share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-async-ops.html
-share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-cancellation.html
-share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-context.html
-share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-directory-basic-ops.html
-share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-directory-find-ops.html
-share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-directory-list-ops.html
-share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-dns-sd.html
-share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-drive.html
-share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-advanced-ops.html
-share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-basic-ops.html
-share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-info-ops.html
-share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-info.html
-share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-rw-ops.html
-share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-size.html
-share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-trunc-ops.html
-share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-inet-connection.html
-share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-init.html
-share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-method.html
-share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-mime-database-deprecated.html
-share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-mime-database.html
-share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-mime-monitor.html
-share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-mime.html
-share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-module-callback-module-api.html
-share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-module-callback.html
-share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-module-shared.html
-share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-module.html
-share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-monitor.html
-share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-parse-ls.html
-share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-resolve.html
-share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-result.html
-share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-socket-buffer.html
-share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-socket.html
-share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-ssl.html
-share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-standard-callbacks.html
-share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-transform.html
-share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-uri.html
-share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-utils.html
-share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-volume-monitor.html
-share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-volume.html
-share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-xfer.html
-share/doc/gnome-vfs-2.0/gnome-vfs-directory-operations.html
-share/doc/gnome-vfs-2.0/gnome-vfs-file-and-dirs-ops.html
-share/doc/gnome-vfs-2.0/gnome-vfs-first-steps.html
-share/doc/gnome-vfs-2.0/gnome-vfs-writing-modules.html
-share/doc/gnome-vfs-2.0/home.png
-share/doc/gnome-vfs-2.0/index.html
-share/doc/gnome-vfs-2.0/index.sgml
-share/doc/gnome-vfs-2.0/left.png
-share/doc/gnome-vfs-2.0/mime-registry.html
-share/doc/gnome-vfs-2.0/modules.html
-share/doc/gnome-vfs-2.0/networking.html
-share/doc/gnome-vfs-2.0/right.png
-share/doc/gnome-vfs-2.0/style.css
-share/doc/gnome-vfs-2.0/up.png
-share/doc/gnome-vfs-2.0/volumes.html
+share/dbus-1/services/gnome-vfs-daemon.service
share/examples/gnome-vfs-2.0/modules/default-modules.conf
share/examples/gnome-vfs-2.0/modules/ssl-modules.conf
share/gconf/schemas/desktop_default_applications.schemas
@@ -143,6 +83,69 @@
share/gconf/schemas/system_dns_sd.schemas
share/gconf/schemas/system_http_proxy.schemas
share/gconf/schemas/system_smb.schemas
+share/gtk-doc/html/gnome-vfs-2.0/about.html
+share/gtk-doc/html/gnome-vfs-2.0/data-types.html
+share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-2.0.devhelp
+share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-2.0.devhelp2
+share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-application-registry.html
+share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-async-ops.html
+share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-cancellation.html
+share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-context.html
+share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-directory-basic-ops.html
+share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-directory-find-ops.html
+share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-directory-list-ops.html
+share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-dns-sd.html
+share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-drive.html
+share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-advanced-ops.html
+share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-basic-ops.html
+share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-info-ops.html
+share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-info.html
+share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-rw-ops.html
+share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-size.html
+share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-trunc-ops.html
+share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-inet-connection.html
+share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-init.html
+share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-method.html
+share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-mime-database-deprecated.html
+share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-mime-database.html
+share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-mime-monitor.html
+share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-mime-utils.html
+share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-mime.html
+share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-module-callback-module-api.html
+share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-module-callback.html
+share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-module-shared.html
+share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-module.html
+share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-monitor.html
+share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-parse-ls.html
+share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-resolve.html
+share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-result.html
+share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-socket-buffer.html
+share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-socket.html
+share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-ssl.html
+share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-standard-callbacks.html
+share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-transform.html
+share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-uri.html
+share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-utils.html
+share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-volume-monitor.html
+share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-volume.html
+share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-xfer.html
+share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-basic-file-ops.html
+share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-directory-ops.html
+share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-file-and-dirs-ops.html
+share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-file-async-ops.html
+share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-first-steps.html
+share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-writing-modules.html
+share/gtk-doc/html/gnome-vfs-2.0/home.png
+share/gtk-doc/html/gnome-vfs-2.0/index.html
+share/gtk-doc/html/gnome-vfs-2.0/index.sgml
+share/gtk-doc/html/gnome-vfs-2.0/left.png
+share/gtk-doc/html/gnome-vfs-2.0/mime-registry.html
+share/gtk-doc/html/gnome-vfs-2.0/modules.html
+share/gtk-doc/html/gnome-vfs-2.0/networking.html
+share/gtk-doc/html/gnome-vfs-2.0/right.png
+share/gtk-doc/html/gnome-vfs-2.0/style.css
+share/gtk-doc/html/gnome-vfs-2.0/up.png
+share/gtk-doc/html/gnome-vfs-2.0/volumes.html
share/locale/af/LC_MESSAGES/gnome-vfs-2.0.mo
share/locale/am/LC_MESSAGES/gnome-vfs-2.0.mo
share/locale/ar/LC_MESSAGES/gnome-vfs-2.0.mo
@@ -150,6 +153,7 @@
share/locale/be/LC_MESSAGES/gnome-vfs-2.0.mo
share/locale/bg/LC_MESSAGES/gnome-vfs-2.0.mo
share/locale/bn/LC_MESSAGES/gnome-vfs-2.0.mo
+share/locale/bn_IN/LC_MESSAGES/gnome-vfs-2.0.mo
share/locale/bs/LC_MESSAGES/gnome-vfs-2.0.mo
share/locale/ca/LC_MESSAGES/gnome-vfs-2.0.mo
share/locale/cs/LC_MESSAGES/gnome-vfs-2.0.mo
@@ -219,15 +223,14 @@
share/locale/zh_HK/LC_MESSAGES/gnome-vfs-2.0.mo
share/locale/zh_TW/LC_MESSAGES/gnome-vfs-2.0.mo
share/locale/zu/LC_MESSAGES/gnome-vfs-2.0.mo
+@dirrm share/gtk-doc/html/gnome-vfs-2.0
@comment in GConf2: @dirrm share/gconf/schemas
@dirrm share/examples/gnome-vfs-2.0/modules
@dirrm share/examples/gnome-vfs-2.0
-@dirrm share/doc/gnome-vfs-2.0
+@comment in dbus: @dirrm share/dbus-1/services
@dirrm lib/gnome-vfs-2.0/modules
@dirrm lib/gnome-vfs-2.0/include
@dirrm lib/gnome-vfs-2.0
-@comment in libbonobo: @dirrm lib/bonobo/servers
-@comment in libbonobo: @dirrm lib/bonobo/monikers
@dirrm include/gnome-vfs-module-2.0/libgnomevfs
@dirrm include/gnome-vfs-module-2.0
@dirrm include/gnome-vfs-2.0/libgnomevfs
diff -r e0dd27f936a8 -r c3e8c6f808bc sysutils/gnome-vfs2/buildlink3.mk
--- a/sysutils/gnome-vfs2/buildlink3.mk Fri Sep 15 15:06:56 2006 +0000
+++ b/sysutils/gnome-vfs2/buildlink3.mk Fri Sep 15 15:07:40 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.24 2006/07/08 23:11:09 jlam Exp $
+# $NetBSD: buildlink3.mk,v 1.25 2006/09/15 15:07:40 jmmv Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
GNOME_VFS2_BUILDLINK3_MK:= ${GNOME_VFS2_BUILDLINK3_MK}+
@@ -20,16 +20,11 @@
{ print "@comment in gnome-vfs2: " $$0; next; }
.endif # GNOME_VFS2_BUILDLINK3_MK
-.include "../../archivers/bzip2/buildlink3.mk"
.include "../../devel/GConf2/buildlink3.mk"
-.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
-.include "../../devel/libbonobo/buildlink3.mk"
-.include "../../devel/popt/buildlink3.mk"
-.include "../../mk/fam.buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index