summaryrefslogtreecommitdiff
path: root/sysutils/gnome-vfsmm
AgeCommit message (Collapse)AuthorFilesLines
2008-04-26Update to 2.22.0:wiz3-9/+16
2.22.0: * Note that we now recommend that you use giomm (in glibmm) instead of gnome-vfsmm. 2.21.1: * ResultType enum: Deprecate the existing enum values, and add new ones that begin with ERR_ instead of ERROR_, to avoid conflicts on Windows. Volume: Remove eject(), mount(), unmount() and connect_to_server() when building on Windows, because gnome-vfs does not implement them. (Armin Burgmeier, #494360) * Fixed build when exceptions are disabled. (Armin Burgmeier) * New Async transfer API, deprecating the old one. The Transfer and Async namespaces are deprecated now, and replaced by Transfer2 and Async2. The new SlotTransfer now allows you to return the various XFER_ERROR/OVERWRITE_ACTION values. However, this is still unpleasant and we hope that all of gnome-vfs will soon be deprecated by gio and gvfs in the new glib. (Marko Anastasov )
2008-03-06Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump.wiz2-3/+4
2007-10-13Changes 2.20:adam2-8/+7
* docs/reference/Doxyfile.in: Add defines to PREDEFINED so that documentation is built wihout hiding optional API, such as use of exceptions. * libgnomevfs/libgnomevfsmm/directory-handle.cc: Fixed build with disabled exceptions. * scripts/macros.m4: Check for both m4 and M4 in the GNU m4 output, to fix the build on some platforms.
2007-09-21Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.wiz1-2/+2
Bump PKGREVISION.
2007-09-19Use gnome-vfs instead of gnome-vfs2.wiz2-5/+5
2007-06-05opencdk shlib major changed; bump ABI depends and PKGREVISIONs ofwiz2-3/+4
affected packages.
2007-04-11Changes 2.18.0:adam2-7/+7
* Updated version number to match GNOME version.
2007-01-16Changes 2.16.1:adam2-6/+6
* DirectoryHandle::close(): Set gobj() to null, to prevent us from trying to close again later in the destructor. * Build: Fix build when glibmm was built with --enable-api-exceptions=no.
2006-09-24Changes 2.16.0/2.15.1:adam2-8/+7
Gnome::Vfs::Mime: * Removed get_default_component(), get_short_list_components(), get_all_components(), id_in_component_list(), and id_list_from_component_list(). This is because the underlying functions have been removed from gnome-vfs. This _is_ an ABI break, but we are taking this extraordinary step because it is very unlikely that anyone is using these methods, and in order to remove the dependency on Bonobo. If you really need to use these methods, you should use the underlying C functions, which have been moved to libbonobo.
2006-09-16Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.jmmv2-3/+4
This fixes problems when some installed packages are outdated. Per wiz@'s request. Grrr, I really hate this kind of change.
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-06-14Changes 2.14.0:adam3-10/+9
* Increased version number for GNOME 2.14
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-06Belatedly bump PKGREVISION for all libtasn1 dependencies, sincewiz1-2/+2
libtasn1 had a shlib major bump. Also update dependencies in bl3.mk files. Addresses PR 32998 by Robert Elz.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-4/+4
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz2-4/+4
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-12-31Recursive PKGREVISION bump for gnutls shlib major bump.wiz2-2/+4
Bump BUILDLINK_RECOMMENDED.
2005-10-03Changes 2.12.0:adam2-7/+7
* Updated NEWS and increased version.
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-3/+2
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-07-22Changes 2.10.0:adam5-0/+106
* Increased version for GNOME 2.10 release version. Changes 2.8.0: * Increased version for GNOME 2.8 release version. Changes 2.7.2: * Now builds against latest gnome-vfs 2.7 API. Changes 2.7.1: This is the first version for GNOME 2.7/2.8 with additional API: * Added Address. * Added ResolveHandle. * Added DnsSd functions. * Drive: Added get_hal_udi(). * Volume: Added get_hal_udi().