diff options
author | prlw1 <prlw1@pkgsrc.org> | 2012-10-06 20:44:04 +0000 |
---|---|---|
committer | prlw1 <prlw1@pkgsrc.org> | 2012-10-06 20:44:04 +0000 |
commit | 968414cf2d6bc584950439fc9da2146fe3a327e2 (patch) | |
tree | b71bf20727edc4a0f0ac5ecbc47af4bdd27a1ce0 /sysutils | |
parent | f3488e86476e3dc2ff699acfffc1c3c1487d4da4 (diff) | |
download | pkgsrc-968414cf2d6bc584950439fc9da2146fe3a327e2.tar.gz |
Update glib2 and therefore gdbus-codegen and gio-fam to 2.34.0
- patch-ar and patch-as to avoid dependending on python are no longer
necessary since the introduction of --disable-modular-tests
- patch-co has been committed to glib in 2360d04e
- other patches cargo culted across
- statfs test was fixed in glib with commit afa82ae8
- no longer provide man pages as that requires docbook & xsltproc
Many changes in glib since 2.32.4, especially GDBus improvements.
See NEWS file http://git.gnome.org/browse/glib/plain/NEWS?id=2.34.0 for details.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gio-fam/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/gio-fam/Makefile b/sysutils/gio-fam/Makefile index 8ed4c48c3ea..5d04c70b48e 100644 --- a/sysutils/gio-fam/Makefile +++ b/sysutils/gio-fam/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2012/05/01 18:45:53 adam Exp $ +# $NetBSD: Makefile,v 1.7 2012/10/06 20:44:05 prlw1 Exp $ .include "../../devel/glib2/Makefile.common" @@ -12,8 +12,7 @@ NOT_FOR_PLATFORM= HPUX-*-* OSF1-*-* FAM_ACCEPTED= fam gamin FAM_SERVER= no -USE_TOOLS+= msgfmt -USE_TOOLS+= pkg-config +USE_TOOLS+= msgfmt perl:run pkg-config CONFIGURE_ARGS+= --enable-fam |