Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
with gtk2, fixes some crashes with file-roller and bmpx
|
|
|
|
|
|
changes:
-bugfixes
* Add a "--replace" commandline argument to gnome-vfs-daemon
to replace the current daemon. (Mostly for debugging use)
* Make translations work in gnome-vfs-daemon
* Handle IPv6 addresses when creating dav uris (DNS-SD)
* Support sun ssh server
* Allow operations on file handles that were created in another
DaemonConnection. (This fixes e.g. smb browsing)
* Support Path key in desktop files
* Don't use deprecated dbus functions
|
|
|
|
This fixes problems when some installed packages are outdated.
Per wiz@'s request.
(These are some that I forgot in the previous commit because they weren't
initially in the file list. Reported by hira@.)
|
|
This fixes problems when some installed packages are outdated.
Per wiz@'s request.
Grrr, I really hate this kind of change.
|
|
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
|
|
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
|
|
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
|
|
|
|
errors on Darwin.
|
|
on Darwin. This addresses one of the errors reported in PR pkg/33233.
Patches obtained from GNOME CVS.
|
|
to use instead "USE_TOOLS+=intltool". Remove now unused
intltool/buildlink3.mk
|
|
bump PKGREVISION
|
|
xhanges:
* fix timout error string
* Use less connections for smb
* fix crash on cd eject
* ftp: handle anon login failure better
* Handle more parameter expansions in desktop files
* Hide automountable drives in various places, except in computer://
* ftp: handler files larger than 2 gig better
* Fix some locking issues in the mime code
|
|
changes:
* Some performance fixes for sftp
* Mark CD volumes as readonly (HAL)
* Portability and build fixes
|
|
exist. The code only checked for HAVE_UTMP_H, not for HAVE_LOGIN_TTY.
|
|
need them, for example RESTRICTED and SUBST_MESSAGE.*.
|
|
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
|
|
Bump PKGREVISION to 2.
|
|
USE_TOOLS+=msgfmt.
|
|
that they look nicer.
|
|
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).
|
|
sure that we preserve any other MAKE_FLAGS when setting INSTALL_MAKE_FLAGS.
|
|
now provide the MIME information in their .desktop files.
Bump PKGREVISION to 1.
|
|
|
|
gnome-vfs 2.14.0
* Fix circular dependency on gnome-mount
* Fix some details in gnome_vfs_xfer callbacks
* Avoid crash with symlinks that has ':' in them
* Update hal volume manager policies
* Fix leaks
* Better smb authentication code
* Fix permission reading bug introduced in 2.13.92
gnome-vfs 2.13.92
* Build fixes
* Fix memory leaks
* Some optimizations
* New readdir option GNOME_VFS_FILE_INFO_NAME_ONLY that only returns
filenames (not stat info).
* use pmount in /media if not using gnome-mount or hal-mount
* Fixes for encrypted drives/volumes in hal backend
* Mime detection fix for multiple magic matches of same prio
* HAL volume operation fixes
* More robust gnome_vfs_make_uri_from_input_internal
* Fix Avahi resolving of non-local hostnames
gnome-vfs 2.13.91
* Eject fixes for volume manager
* Windows 2000 portability fixes
* Revert overwrite error dialog change that caused problems
* ssh fixes for newer BSD and OSX releases
gnome-vfs 2.13.4
* Add support for gnome-mount
* Re-add thread prioritizing
* Add gnome_vfs_get_mime_type_for_name_and_data () and
gnome_vfs_get_mime_type_for_name ()
* Deprecate gnome_vfs_mime_type_from_name ()
* Skip attempts to overwrite a file onto itself in
gnome_vfs_xfer and friends.
* Retrun GNOME_VFS_ERROR_INTERRUPTED when aborting transfers
* inotify: Fix various crashers and bugs
* ftp-method: Basic support for proxies
* http-method: Fix SSL support
* http-mehtod: Fix bugs introduced during the neon upgrade
* Various hal related volume fixes
* Hide some more private functions
* Some documentation updates
* Translation updates
gnome-vfs 2.13.3
* load modules with BIND_LOCAL
* inotify fix
gnome-vfs 2.13.2
* Support Avahi 0.6
* Support passwords in mount
* Inotify support
* Update neon import to 0.25
* Leak fixes
* Win32 fixes
* Add GNOME_VFS_FILE_INFO_FIELDS_IDS to see if uid/gid are valid
* Update to lates xdgmime
* Use the glib GThreadPool code instead of our own threadpool
gnome-vfs 2.13.1
* Support for recent samba
* Fix bug when resolving nested symlinks
* Sync to upstream xdg-mime code
* Various fixes to gnomevfs-* apps
* New functions gnome_vfs_exists, gnome_vfs_get_slow_mime
* Better ls parsing for ftp
* Return GNOME_VFS_ERROR_CANCELLED when authentication is cancelled
* Add avahi support
* Fix problem when mounting cd multiple times
* Hide private symbols
* Better docs
* Fix metadata removal issue with deletion in Nautilus
|
|
gnome-vfs's code so that they are properly recognized. More
specifically this finally fixes the trash in Nautilus: it didn't
show files in the home directory if it was stored in one of these
"unknown" file systems. Bump PKGREVISION to 5.
Closes PR pkg/30184.
|
|
scripts prior to revision 1.43 of bsd.pkginstall.mk.
|
|
libtasn1 had a shlib major bump.
Also update dependencies in bl3.mk files.
Addresses PR 32998 by Robert Elz.
|
|
|
|
of the shlib major bump.
PKGREVISION++ for the dependencies.
|
|
* Correctly resolve nested symlinks without accessing
invalid memory
* Synch xdgmime with upstream to fix handling of the
mime cache
* Improve parsing of files which have names that match dates,
years or times of day.
* Correctly return GNOME_VFS_ERROR_CANCELLED if an
authentication was cancelled in the ftp, sftp and smb method
* Fix problem with multiple cd volumes
* Add logic for Win32 so we won't return crap like /x:/foo/bar.zap
and fix handling of file overwrites.
|
|
and Linux.
|
|
file system type in which a given file lives. This is just a hack to
work-around a somewhat serious portability problem in the configure script
and the code, which is currently so clumsy that it is difficult to fix it
properly through patches.
This solves, among other possible problems, the generation of image previews
in Nautilus because gnome-vfs thought the files were not local (as it could
not determine where they lived).
Bump PKGREVISION to 2.
|
|
Bump BUILDLINK_RECOMMENDED.
|
|
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
|
|
CONFIGURE_ARGS.
|
|
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
|
|
__FUNCTION__ macro, but knows the __func__ identifier.
|
|
- Add missing schema file to GCONF2_SCHEMAS.
Bump PKGREVISION.
|
|
the upstrems repository.
|
|
other platforms as well, this needs USE_MSGFMT_PLURALS.
|
|
too many fixes and feature additions to list here, see the NEWS
file in the distribution
|
|
|
|
This fixes build on DragonFly. Patch from Joerg Sonnenberger.
Approved by maintainer, jmmv.
|
|
|
|
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.
|