summaryrefslogtreecommitdiff
path: root/sysutils/gnome-vfs
AgeCommit message (Collapse)AuthorFilesLines
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
2007-10-31update to 2.20.0drochner4-11/+14
This switches to the new gnome-2.20 branch. Also fix the CONFLICTS handling resulting from the recent rename.
2007-10-31Move CONFLICTS line to correct place.wiz2-4/+4
2007-10-13Make IPv6 support optional. Per PR pkg/37112 by Yakovetsky Vladimir.jmmv1-1/+11
2007-09-25Fix comment (GConf2 -> GConf).hira1-2/+2
2007-09-21Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.wiz3-12/+12
Bump PKGREVISION.
2007-09-20Fix PKGNAME of gnome-vfs plugin packages.wiz1-2/+2
2007-09-19Readd gnome-vfs2 as gnome-vfs, to match its upstream name.wiz26-0/+904
ok jmmv, drochner
2007-05-20Remove remaining gnome1-libs dependencies from pkgsrc.wiz19-527/+0
2007-01-30Modular Xorg support.joerg1-3/+5
2007-01-04Fixed Perl interpreter for some file systems. PKGREVISION++rillig1-3/+6
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-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz2-4/+4
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-32/+32
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-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam1-3/+2
USE_TOOLS+=msgfmt.
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 :)reed2-5/+5
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-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-4/+4
2006-01-30Has BROKEN_GETTEXT_DETECTION.joerg1-1/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz2-4/+4
of the shlib major bump. PKGREVISION++ for the dependencies.