Commit graph

137 commits

Author SHA1 Message Date
rillig
c4f4a05899 Added two patches that correct the localedir on Solaris. 2006-12-01 21:16:02 +00:00
drochner
a01a4a5b11 update to 2.16.3
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
2006-11-24 17:30:22 +00:00
joerg
5dfaaf310b DESTDIR support. 2006-11-05 17:06:43 +00:00
jmmv
0183f102be Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.
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@.)
2006-09-16 15:36:12 +00:00
jmmv
f190ea92a4 Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.
This fixes problems when some installed packages are outdated.
Per wiz@'s request.

Grrr, I really hate this kind of change.
2006-09-16 12:20:32 +00:00
jmmv
f1e1e9995f 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
2006-09-15 15:07:40 +00:00
jlam
c16221a4db Change the format of BUILDLINK_ORDER to contain depth information as well,
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-08 23:10:35 +00:00
jlam
9430e49307 Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
2006-07-08 22:38:58 +00:00
minskim
0dbcaeac1c Add a workaround for GNOME bug #338015. This fixes PR pkg/33233. 2006-07-07 00:47:39 +00:00
minskim
8ba8249b9f Add a workaround for GNOME bug #337993. This fixes "undefined symbols"
errors on Darwin.
2006-07-07 00:24:43 +00:00
minskim
596cee5957 Add a missing file from neon sources to fix an "undefined symbols" error
on Darwin.  This addresses one of the errors reported in PR pkg/33233.
Patches obtained from GNOME CVS.
2006-07-06 23:35:15 +00:00
jlam
00478b39e6 Sweep pkgsrc and convert packages that included intltool/buildlink3.mk
to use instead "USE_TOOLS+=intltool".  Remove now unused
intltool/buildlink3.mk
2006-07-05 05:37:39 +00:00
drochner
242423f4fb fix the other problem with gnomevfs-smb: need runtime library path,
bump PKGREVISION
2006-06-23 17:27:50 +00:00
drochner
bf85c41b46 update to 2.14.2
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
2006-05-31 18:32:40 +00:00
drochner
578e680a1d update to 2.14.1
changes:
* Some performance fixes for sftp
* Mark CD volumes as readonly (HAL)
* Portability and build fixes
2006-04-27 21:14:34 +00:00
rillig
e6e458fbe7 Fixed a build error on Solaris, where the function login_tty does not
exist. The code only checked for HAVE_UTMP_H, not for HAVE_LOGIN_TTY.
2006-04-27 18:37:24 +00:00
rillig
9fc2d7d281 Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-22 09:22:05 +00:00
jlam
ea5f9f80b6 Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
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.
2006-04-17 07:07:11 +00:00
jmmv
109a1d6fd1 Ugh, I don't know what happened here... re-enable fam support.
Bump PKGREVISION to 2.
2006-04-13 18:34:30 +00:00
jlam
1cf9796f3c BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
2006-04-13 18:23:29 +00:00
rillig
96fc47c14f Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.
2006-04-12 10:26:59 +00:00
reed
5abef9be14 Over 1200 files touched but no revisions bumped :)
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-04-06 06:21:32 +00:00
jlam
0e75430a3d INSTALL_MAKE_FLAGS doesn't append to MAKE_FLAGS, it replaces it. Make
sure that we preserve any other MAKE_FLAGS when setting INSTALL_MAKE_FLAGS.
2006-04-04 18:07:16 +00:00
jmmv
e7238401eb Cleanup of pre-2.8 stuff: drop the gnome-mime-data dependency. Applications
now provide the MIME information in their .desktop files.

Bump PKGREVISION to 1.
2006-04-02 18:58:19 +00:00
jmmv
f507e49631 Note the GNOME bug report that is tracking patch-ad. 2006-03-31 10:02:23 +00:00
jmmv
ad0c76d1ae Update gnome-vfs2, gnome-vfs2-cdda and gnome-vfs2-smb to 2.14.0:
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
2006-03-30 21:07:48 +00:00
jmmv
d8b7e8d485 Add some NetBSD-specific file systems to the appropriate table in
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.
2006-03-29 20:41:12 +00:00
jlam
11993b86ed Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALL
scripts prior to revision 1.43 of bsd.pkginstall.mk.
2006-03-21 06:00:43 +00:00
wiz
35af66a196 Belatedly bump PKGREVISION for all libtasn1 dependencies, since
libtasn1 had a shlib major bump.
Also update dependencies in bl3.mk files.

Addresses PR 32998 by Robert Elz.
2006-03-06 00:18:10 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
jmmv
44889eda12 Update gnome-vfs2* to 2.12.2:
* 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.
2006-01-20 13:29:13 +00:00
jmmv
b57ee6d676 Only do the statvfs hack in NetBSD, as it breaks the build in DragonFly
and Linux.
2006-01-16 17:57:53 +00:00
jmmv
7a8ccc0bcf Properly detect statvfs(2) under NetBSD so that gnome-vfs can determine the
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.
2006-01-01 17:31:53 +00:00
wiz
f61c002199 Recursive PKGREVISION bump for gnutls shlib major bump.
Bump BUILDLINK_RECOMMENDED.
2005-12-31 12:32:31 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
rillig
579e977969 Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
2005-12-05 23:55:01 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
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
2005-12-05 20:49:47 +00:00
rillig
39e41757fa Added patch-ax, which fixes PR 30948. The SunPro compiler does not know the
__FUNCTION__ macro, but knows the __func__ identifier.
2005-12-05 07:52:49 +00:00
hira
784f64a8f4 - Add missing files to PLIST.
- Add missing schema file to GCONF2_SCHEMAS.
Bump PKGREVISION.
2005-12-04 16:49:45 +00:00
kristerw
0bf006f0e5 Fix a build problem on OS X ('uint32_t' undeclared) using a patch from
the upstrems repository.
2005-11-19 16:24:57 +00:00
xtraeme
3ac5deb94d Apply patch from Leonard Schmidt to fix build on 2.x and maybe in
other platforms as well, this needs USE_MSGFMT_PLURALS.
2005-10-09 00:33:20 +00:00
drochner
c9a94b9b51 update to 2.12.1.1
too many fixes and feature additions to list here, see the NEWS
file in the distribution
2005-10-07 16:10:44 +00:00
adam
5190c86dd6 Revision bump, after fixing security/gnutls/buildlink3.mk 2005-09-05 14:15:32 +00:00
reed
efc8447316 Update patch to also make sure DragonFly uses statfs.
This fixes build on DragonFly. Patch from Joerg Sonnenberger.
Approved by maintainer, jmmv.
2005-08-25 16:23:42 +00:00
jlam
57f87df5e5 Use fam.buildlink3.mk instead of using fam/buildlink3.mk directly. 2005-08-10 21:11:39 +00:00
jlam
7820875fff Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That
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-08-10 20:56:10 +00:00
wiz
d774725534 Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21 16:29:42 +00:00
reed
08b4283fcb Add support for FreeBSD.
patch-ah -- only use EAI_ADDRFAMILY or EAI_NODATA if defined.
(Check for EAI_NODATA also because it is deprecated by FreeBSD.)
patch-am -- add checks for not FreeBSD related to statfs.

Okay'd by jmmv.
2005-07-06 06:36:03 +00:00
jlam
e46a9dd380 Create directories before installing files into them. 2005-06-17 03:50:19 +00:00