summaryrefslogtreecommitdiff
path: root/sysutils/gnome-vfs
AgeCommit message (Collapse)AuthorFilesLines
2012-09-15recursive bump from libffi shlib major bumpobache2-4/+4
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-07Revbump after updating graphics/cairoadam2-4/+4
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd2-4/+4
2012-06-12Add inet6 to default suggested options. It's 2012.wiz1-2/+2
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz2-4/+4
2012-02-06Revbump forwiz2-4/+4
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-01-24Recursive dependency bump for databases/gdbm ABI_DEPENDS change.sbd1-2/+2
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd2-4/+4
2011-10-08correctly export avahi buildlink to callers when required.abs1-1/+8
Many thanks to wiz for the pointer
2011-08-23Recursive bump from gdbm shlib bump.obache1-2/+2
2011-07-21recursive bump from gnome-vfs drop crypto dependency.obache1-2/+2
2011-07-20don't propagate dependencies on fam and avahi -- thode are used bydrochner1-12/+1
plugin modules only, not by the base lib
2011-07-08avoid gnutls, and implicit dependency on libgcryptdrochner5-21/+9
bump PKGREV
2011-04-27Fix fallout from gnutls update. gnome-vfs wants a symbol from libgcrypt,tnn3-7/+16
so should link with it explicitly.
2011-04-22recursive bump from gettext-lib shlib bump.obache2-4/+4
2011-04-21remove "used by net/gnome-vfs-dns-sd/Makefil" comment, it had been removed.obache1-2/+1
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz2-4/+4
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs2-3/+5
2010-10-22update to 2.24.4drochner4-41/+30
changes: -Fix for non-writable home directory -Fix a crash on Solaris -translation updates
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz2-4/+4
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz2-3/+5
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-06-11update to 2.24.3drochner4-10/+9
changes: -bugfixes -translation updates
2009-12-13buildlink avahi and fam conditionally as PKG_BUILD_OPTION.obache1-1/+12
2009-11-12resolve conflict between gnome-vfs and gnome-vfs-dns-sd (which hasdrochner2-3/+13
been there from the beginning): -add an "avahi" option to gnome-vfs (default off) -add CONFLICTS statement -bump PKGREVISION -remove gnome-vfs-dns-sd
2009-10-22update to 2.24.2drochner4-10/+9
changes: * Add some new filesystem names * Update to new shared mime info format
2009-07-03remove remainders from pre-libgnutls-config.mk attempts todrochner3-26/+9
fix the gnutls-2.8 problem
2009-07-02use libgnutls-config.mktnn2-18/+2
2009-06-25work around nonexistant config script in gnutls-1.8 the same waydrochner3-2/+22
as in wireshark this restores eg "https" functionality bump PKGREVISION
2009-06-14Remove @dirrm related logic.joerg2-11/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-13/+1
2009-06-10Override detection of gnutls to use pkg-config in the failure case.wiz2-8/+24
Fixes build with gnutls-2.8.0 reported by tron and taca.
2009-06-10Remove obsolete configure args.wiz1-3/+1
2009-04-12Add fam to PKG_SUPPORTED_OPTIONS, rather than just PKG_SUGGESTED_OPTIONS...abs1-2/+2
2009-04-10Make FAM support optional (enabled by default).asau2-6/+10
Per request in PR pkg/41025
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-03-19update to 2.24.1drochner5-74/+76
changes: * Fix memory leaks * Use single GLib includes * Updated translations
2008-12-20# used by audio/gnome-vfs-cdda/Makefilejmcneill1-1/+4
# used by net/gnome-vfs-dns-sd/Makefile # used by net/gnome-vfs-smb/Makefile
2008-12-01Move options handling into options.mk file, and include that from Makefile,wiz3-33/+39
not Makefile.common. Fixes gnome-vfs-smb installation problem reported by Jared D. McNeill on pkgsrc-changes.
2008-11-24Don't DEPEND on gnome-mount, that introduces a cyclic dependency.wiz2-2/+8
Instead add a MESSAGE suggesting it.
2008-11-23Pull in hal, bump PKGREVISIONjmcneill2-3/+14
2008-10-16update to 2.24.0drochner6-79/+39
This switches to the gnome-2.24 release branch. (This version is also compatible with newer shared-mime-info.)
2008-08-15gnome-vfs configure fails to complete in extension modules in the absence ofdsainty2-3/+3
"bzlib.h". Environments without a system-installed "bzlib.h" will fail to build modules like "audio/gnome-vfs-cdda" with the following: checking for bzCompressInit in -lbz2... no checking bzlib.h usability... no checking bzlib.h presence... no checking for bzlib.h... no configure: error: Gnome-vfs requires libbz2 to compile. *** Error code 1 To fix this, promote bzip2 dependency from gnome-vfs/Makefile to gnome-vfs/Makefile.common. XXX Only /usr/pkg/lib/gnome-vfs-2.0/modules/libbzip2.so actually appears to link with libbz2.so, so it's possible that configure is being overly picky.
2008-06-20Add DESTDIR support.joerg1-4/+5
2008-05-05krb5 in already included in Makefile.common (dependent on an optiondrochner1-2/+1
which is on per default), so remove it here noticed by OBATA Akio, in response to PR pkg/38532
2008-04-30Drop maintainershipjmmv1-2/+2
Stop lying and drop maintainership of these packages. I have not maintained them for a very long time already, so leave room for fresh blood to take over them.
2008-04-10update to 2.22.0drochner5-23/+36
This switches to the gnome-2.22 release branch.
2008-04-01remove some DISABLE_DEPRECATED to fix build against newer glib2 versionsdrochner3-6/+24
2008-03-06Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump.wiz2-3/+4
2008-02-15MAKE_JOBS_SAFE=notnn1-1/+2
2007-11-22update to 2.20.1drochner3-17/+17
only change is "Fix dns-sd crash" which is not relevant to pkgsrc, so the update is cosmetical