summaryrefslogtreecommitdiff
path: root/sysutils/gnome-vfs2/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2007-02-09rename all the remaining global xdg_mime text symbols to avoid conflictsdrochner1-2/+2
with gtk2, fixes some crashes with file-roller and bmpx
2006-12-01Added two patches that correct the localedir on Solaris.rillig1-1/+3
2006-11-24update to 2.16.3drochner1-3/+1
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-05DESTDIR support.joerg1-1/+3
2006-09-16Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.jmmv1-1/+3
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-15Update gnome-vfs2* to 2.16.0:jmmv1-9/+1
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-04-27update to 2.14.1drochner1-3/+1
changes: * Some performance fixes for sftp * Mark CD volumes as readonly (HAL) * Portability and build fixes
2006-04-13Ugh, I don't know what happened here... re-enable fam support.jmmv1-2/+4
Bump PKGREVISION to 2.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-2/+2
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-02Cleanup of pre-2.8 stuff: drop the gnome-mime-data dependency. Applicationsjmmv1-2/+3
now provide the MIME information in their .desktop files. Bump PKGREVISION to 1.
2006-03-30Update gnome-vfs2, gnome-vfs2-cdda and gnome-vfs2-smb to 2.14.0:jmmv1-4/+2
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-29Add some NetBSD-specific file systems to the appropriate table injmmv1-2/+2
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-21Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALLjlam1-2/+2
scripts prior to revision 1.43 of bsd.pkginstall.mk.
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.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-1/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-20Update gnome-vfs2* to 2.12.2:jmmv1-3/+1
* 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.
2005-12-31Recursive PKGREVISION bump for gnutls shlib major bump.wiz1-2/+2
Bump BUILDLINK_RECOMMENDED.
2005-12-04- Add missing files to PLIST.hira1-1/+4
- Add missing schema file to GCONF2_SCHEMAS. Bump PKGREVISION.
2005-10-07update to 2.12.1.1drochner1-3/+1
too many fixes and feature additions to list here, see the NEWS file in the distribution
2005-09-05Revision bump, after fixing security/gnutls/buildlink3.mkadam1-2/+3
2005-08-10Use fam.buildlink3.mk instead of using fam/buildlink3.mk directly.jlam1-2/+2
2005-03-22Update gnome-vfs2, gnome-vfs2-cdda and gnome-vfs2-smb to 2.10.0:jmmv1-9/+4
gnome-vfs 2.10.0 * Translation updates Note: The handling of dav:// and http:// changed with this release. If you use http:// the http-method will be in http-only mode and won't try to retrive file information through webdav. Be sure to use dav:// and davs:// for webdav resources! gnome-vfs 2.9.93 * Bugs fixed: + smb-method: fix browsing of (non-domain) workgroups and browsing of Windows machines not on a domain gnome-vfs 2.9.92 * Bugs fixed: + Fix some tests + smb-method: Fix crashes when user specified in uri + smb-method: Some authentication fixes + sftp-method: fix memory leaks + Make GnomeVFSSocket handle cancellation earlier + ftp-method: Fix access rights + Return OK on read/writes of 0 bytes, even at eof + Make gnome_vfs_read_entire_file nul-terminate the string to fix some apps that depended on this + Get right mime description for folders. gnome-vfs 2.9.91 Note: The handling of dav:// and http:// changed with this release. If you use http:// the http-mehtod will be in http-only mode and won't try to retrive file information through webdav. Be sure to use dav:// and davs:// for webdav resources! * Features: + Browse for the new sftp-ssh service * Bugs fixed: + fix gnomevfs-copy to have cp semantics so it won't override directories + fix copying data to FAT 16 file systems + sftp-method: clear up closed ssh connections and processes + sftp-method: increased timeout for initiating connections + http-method: work around broken icecast server + http-method: update to neon version 0.24.7 + http-method: fix a possible crasher and plug a few leaks + ftp-method: fix directory listings for windows ftp servers + smb-method: fix connection cache lookups + fix gnome_vfs_uri_extract_short_name to never return NULL + better default folder handler mechanism + fix bad grammar in http-proxy schema file + various doc and translation updates + build fixes gnome-vfs 2.9.90 * Features: + support for joliet cdrom labels + allow eject of unmounted volumes + use posix_fadvice when doing large copies to avoid bad cache behaviour + Better smb authentication behaviour, now uses the same password on all the shares on a server. + Update to the API for no auto login that was commited to samba + Support setgid directories in gnome-vfs-xfer * Bugs fixed: + sftp: fix crash + fix deadlock in gnome-vfs daemon with hal enabled gnome-vfs 2.9.3 * Features: + gnomevfs-mv program added + Added GNOME_VFS_OPEN_TRUNCATE open flag * Bugs fixed: + smb: New mechanism for handling authentication NOTE: This should work a lot better then before, but unless you first apply the samba patch from https://bugzilla.samba.org/show_bug.cgi?id=2092 there can be problems with logging in as a user on shares that support anonymous logins. + sftp: Honour force_replace flag in move + use right icon name field in mime files + fix mimetype detection for names with a dot in + build fixes on IA64 gnome-vfs 2.9.2 * Features: + Deprecate parts of GnomeVFSMimeApplication structure + AIX support + Better mime detection + New HAL support for volumes/drives * Bugs fixed: + Fix memory leak + Detect mime data changed in mime monitor + Fix EOF problem in sftp method gnome-vfs 2.9.1 * Features: + removed the vfolder and cdemenu methods + Updated the mime handler APIs, deprecated some old APIs * Bugs fixed: + Fixed bogus gcc warnings
2005-03-18Include krb5.buildlink3.mk file so that gssapi support can be built onjmmv1-1/+2
systems which support it (not true under NetBSD, as there is no krb5-config file; no harm done, but a workaround should be put in place, which is kinda laborious). "Fixes" build under Linux (I'm not sure it was really broken, but anyway, this was in fact a problem), as reported in PR pkg/29712.
2005-02-26Updated gnome-vfs2, gnome-vfs2-cdda and gnome-vfs2-smb to 2.8.4:jmmv1-3/+1
* Bugs fixed: + Never return NULL on gnome_vfs_uri_extract_short_name calls + sftp-method: always check for the gnome_vfs_unescape_string return value + sftp-method: honor the force_replace flag on moves + gzip-method: correctly return GNOME_VFS_ERROR_EOF + Plug some memory leaks + Fix bogus warnings with later gcc versions + Various translation updates
2005-01-21Pull in a fix from gnome-vfs CVS:recht1-2/+2
* libgnomevfs/gnome-vfs-mime-info-cache.c: (gnome_vfs_mime_get_all_desktop_entries): Fix a memory leak, patch from Josselin Mouette <joss@debian.org> (Closes: #159823). http://bugzilla.gnome.org/show_bug.cgi?id=159823 bump PKGREVISION to 3
2005-01-20- add fix for gzip-method fromrecht1-3/+3
http://bugzilla.gnome.org/show_bug.cgi?id=157275 (which also is in the gnome-vfs2 CVS) * modules/gzip-method.c (do_read): Return GNOME_VFS_ERROR_EOF when we reach the end of a file with the gzip method. Fixes bug 157275. - add fix for sftp-method from gnome-vfs2 CVS to make sftp URIs actually work * modules/sftp-method.c: always check gnome_vfs_unescape_string return value. * modules/sftp-method.c (do_move): honour the force_replace flag. - sync with opendarwinports and make CFLAGS.Darwin to LDFLAGS.Darwin and remove obsolute stuff (leaves only -lresolv) bump PKGREVISION to 2
2005-01-11Use sane paths instead of relying on the XDG_{CONFIG,DATA}_DIRS variablesjmmv1-1/+3
beeing set in the environment, which have a very big chance on producing misbehavior at runtime. Should have done this a long time ago. Bump PKGREVISION to 1.
2004-12-05Follow darwinports lead and set the Darwin specific flags rather asrecht1-2/+2
CFLAGS than LDFLAGS. (In other words: revert revision 1.41.)
2004-10-30Put the Darwin specific linker flags in LDFLAGS.Darwin and not CFLAGS.Darwin.recht1-2/+2
2004-10-24Adopt patches from darwinports to make gnome-vfs2 build on OS X.recht1-1/+3
While at it also combine patch-a[fk] since they've patched the same file.
2004-09-22Backout last change. Julio M. Merino Vidal already committed a patchtron1-2/+1
which solves this differently.
2004-09-22Include "pkgsrc/net/bind9/buildlink3.mk' because this package requirestron1-1/+2
the BIND 9 resolver headers and libraries to for building.
2004-09-21Update gnome-vfs2 and gnome-vfs2-{cdda,smb} to 2.8.0. This versionjmmv1-8/+3
corresponds to GNOME 2.8.0. gnome-vfs 2.8.0 * Bugs fixed: + Fixed GnuTLS support + Recognize fstab names written by HAL + Fix crashers in webdav caused by redirect + Various build fixes + Fixed leak in eggdesktopentries + Don't use short list when selecting component for mimetype + Prioritize exact matches when generating component shortlist for mimetype + Fix crashers in defaults.list parsing + Fix symlink support in ftp method + Set right type for smb share directories + Added workaround for IceCast/ShoutCast in neon http method + Fix crasher when using proxy in the neon http method + Implement gnome_vfs_mime_type_is_known and gnome_vfs_mime_get_value + Re-fixed unique names for moving and linking files in gnome_vfs_xfer + Added hack to make descriptions for folders right + distribute both http methods in tarball gnome-vfs 2.7.92 Note: The HAL support (which is disabled by default) has some known issues where it doesn't detecte volumes for all mounted filesystems. This is known to cause some problems with for instance trash handling. * Bugs fixed: + mime data change is emitted in an idle, fixing some hangs + fixes to mime desktop parser + update HAL code to work with dbus 0.22 + Added a workaround for --bind mounts in mtab + Fix some issues in the detection of unix mounts + Fix windows domain name parsing from smb uris + Don't check cdrom disk status if there is no disk in + Fix hang with dav directories with redirects + Fix scheme handling for default app selection + Prefer extensions to sniffing for xml files + Add back GnuTLS support + Try to get rid of unused items in thrash cache + code cleanups gnome-vfs 2.7.91 * Bugs fixed: + Various build fixes and leak fixes + really add support for ssh.com ssh servers + fix deadlock in sftp support + update howl usage to the API in howl 0.9.6 + fix mime type inheritance usage when listing all applications for a mimetype + change type of default application list you need to upgrade eel to handle this change + Remove extfs module. It had security issues and never worked well. + docs cleanup + added missing libgobject dependency to link line gnome-vfs 2.7.90 * Bugs fixed: + Support for ssh.com ssh servers (William Jon McCann) + Properly reinitialize DNS resolver when needed (Christian Kellner) + Renamed gnome_vfs_next_address to gnome_vfs_resolve_next_address (Christian Kellner) + Various compilation fixes for gcc 3.4, Solaris, x86-64 (Christophe Fergeau) * Translation updates: + sq (Laurent Dhima), lt (Žygimantas Beručka), bg (Alexander Shopov), da (Martin Willemoes Hansen), no (Kjartan Maraas), eu (Iñaki Larrañaga), en_CA (Adam Weinberger), es (Francisco Javier F. Serrador) gnome-vfs 2.7.5 * Bugs fixed: + Put back symbols inadvertantly removed. + desktop file parser cleanups. + http method cleanups + search vfs methods case insensitively gnome-vfs 2.7.4 * Bugs fixed: + Make move/copy merge directories instead of overwriting them when doing an xfer. + register GnomeVFSFileInfo in the glib GType system + 64 bit fixes from Josselin Mouette + misc doc fixes + misc bug fixes in backends, including: - fix crasher in tar:/// method - crasher in sftp method - smb fixes * Features + Use HAL for volumes, if enabled. + Implement kerberos/gssapi support for the ftp and smb methods. + Introduce davs for ssl dav. + Move daemon-only code over to a helper library for the daemon. + Implemented a simple resolver API. + entirely new http backend that uses neon + implement new MIME spec. This involves a total rewrite of the MIME backend, and involves desktop file parsers being installed. gnome-vfs 2.7.3 * Bugs fixed: + FreeBSD portability fixes + DragonFly portability fixes + translate strings in daemon + made ngettext translations work * Features + New function to list dns-sd browse domains + authentication in ftp backend + better performance in ftp backend gnome-vfs 2.7.2 * Bugs fixed: + solaris umount fixes + bonobo-storage fix + computer method volume name handling crash fixed + fix problem with buffer_write that caused ftp problems * Features + DNS-SD api + mDNS and DNS-SD support in network:// gnome-vfs 2.7.1 * Bugs fixed: + fixed some mime issues (sync w/ upstream) + keyring support for sftp: + deprecate ssh: and alias it to sftp: + handle cdrom/floppy mountpoints outside /mnt + fix multiple file copies with ftp: + fix some sftp bugs + freebsd build fix + new ask callback, used to implement ssh host key questions + Work on making sockets cancellable
2004-05-03Update gnome-vfs2 (and gnome-vfs2-{cdda,smb}) to 2.6.1.1.jmmv1-4/+2
Changes in the package: * Use gnutls instead of openssl. This fixes many problems exposed by programs using the mozilla renderer and gnome-vfs2 together (like epiphany and galeon), due to conflicting symbols. Closes PR pkg/25190. * Move documentation out of the doc/html subdirectory. Bug fixes in this version: * Portability fixes. * Work with GNUTLS 1.0. * sftp: handles servers that ask for "Password" (not "password"). * gnome_vfs_inet_connection_read handles EOF correctly. * thread-safe gnome-vfs-parse-ls.c. * Fix mime crash. * Toplevel smb directories aren't writable.
2004-04-15Disable the cdda support from gnome-vfs2, to trim the dependencies a bit.jmmv1-51/+24
Bump PKGREVISION to 1 because of this. While doing this, split the Makefile in two parts to aid with the addition of packages providing modules (which are distributed inside the gnome-vfs2 distfile). Also do some PRINT_PLIST_AWK tricks.
2004-04-01Update to 2.6.0. Changes since the 2.4.x branch:jmmv1-5/+10
gnome-vfs 2.6.0 * Bugs fixed: + Some doc fixes + Fixed potential buffer in ftp readdir + Fix up needs_terminal usage in schema for url handlers gnome-vfs 2.5.91 * Bugs fixed: + build fixes + enable ssl if using gnu tls + handle host key changed in sftp method gnome-vfs 2.5.90 * Bugs fixed: + fix some sftp bugs + fix ssl support (wasn't working at all) + better webdav support on some servers (including apache) + fix crash when monitoring invalid uris + handle fam crashing without using 100% cpu + fix nautilus crasher + better emission of pre_unmount when unmounting volumes + fixed some mime sniffing issues (need new shared-mime-info) + portability fixes + fix memleaks + some header changes needed for c++ binding gnome-vfs 2.5.8 * Bugs fixed: + Text mimetype sniffing + portability fixes * Features + Added gtk file chooser backend (experimental) Note that this introduces a circular build dependency. This will have to be fixed later, but isn't a huge problem atm since nothing is using the backend. gnome-vfs 2.5.7 * Bugs fixed: + proxy mask parsing bug fixed + Eject code on freebsd + Fixed leaks + DESTDIR install fixes gnome-vfs 2.5.6 * Features + mime sniffing default method changed * Bugs fixed: + Portability fixes + Force volume reload after mount/unmount + handle 32bit linux device numbers + fix various mime detection bugs + don't confuse user_xattr mount option with user + move vfs daemon to libexec gnome-vfs 2.5.5 * Features + Allow rename to case-different name on case-insensitive filesystems (FAT) + Add smb support (requires samba 3.0) + Add sftp support + Use the xdg mime systems (requires shared-mime-data) + Initial network:// support * Bugs fixed: + Fix drive/volume casting macros + Added GPL headers to daemon gnome-vfs 2.5.4 * Features + performance tweaking of copy block size + correct units for kilobytes according to HIG + some cleanups of the schemas texts * Bugs fixed: + fixed up daemon failure handling + cd name reading + g_object_new crasher + removed debug spew gnome-vfs 2.5.3 * Features + New authentication callbacks, allowing more control and gnome-keyring integration + New callback support for http backend + moved url handler schemas here + real gtypes for gnome-vfs enumerations (Murray Cumming) * Bugs fixed: + Solaris fixes of the volume handling (Niall Powed, Padraig O'Brian) gnome-vfs 2.5.2 * Features + use ngettext * Bugs fixed: + no more vfs-daemon zombies + fixed gnomevfs-ls escape bug + fixed some leaks + fixed some http issues gnome-vfs 2.5.1 * Features + volume monitor + computer location gnome-vfs 2.5.0 * Features + asynchronous seek implementation (Manuel Clos) + seek and tell support in the FTP method (Manuel Clos) * Featurelets: + make the ssh method work with newer ssh (Mitch)
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-2/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-02-16Fix build on FreeBSD 4.9-STABLE. From Michal Pasternak in PR pkg/23864.snj1-2/+2
While here, move PKGREVISION to silence pkglint. Okayed by jmmv.
2004-02-14PKGCONFIG_OVERRIDE is relative to WRKSRC.jmmv1-3/+3
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-12Register desktop_default_applications.schemas in the gconf database.jmmv1-3/+4
Bump PKGREVISION to 3.
2004-02-11bl3ifyxtraeme1-15/+15
2004-02-09Re-enable the use of fam, to get a full-featured 'file' method. This wasjmmv1-2/+3
disabled a while ago because it was causing lockups when using gnome-vfs2; after the updates of fam and gnome-vfs2, this seems to be fixed (there have been some fixes WRT fam support in this package). Bump PKGREVISION to 2.
2004-02-08Include intltool's buildlink2.mk to handle dependancies required by thesejmmv1-1/+2
tools (as p5-XML-Parser). Noted by Min Sik Kim.
2004-02-07Force to use openssl. This closes PR pkg/24202. (Aprroved by wiz@ and jmmv@)minskim1-2/+6
Bump PKGREVISION. While here, add all .conf files to EGFILES. Noted by jmmv@.
2004-02-06Update to 2.4.2:jmmv1-3/+2
Bugs fixed * Guess mime type by looking at the extension when a zip file is found * ncpfs file systems should work again (radu) * stop complaining about empty PROPFIND responses (Jan Kratochvil) * Several memory leaks Translations * lt (Tomas Kuliavas)
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv1-2/+2
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-07From the log for rev. 1.1260 of bsd.pkg.mk:jlam1-2/+2
"Package Makefiles should refer to PKG_SYSCONFBASEDIR instead of PKG_SYSCONFBASE when they want PKG_SYSCONFDIR stripped of PKG_SYSCONFSUBDIR. This makes PKG_SYSCONFBASE=/etc work with pkgviews by installing all config files into /etc/packages/<pkg> instead of occasionally putting some directly into /etc."