diff options
author | wiz <wiz@pkgsrc.org> | 2008-10-09 20:53:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-10-09 20:53:48 +0000 |
commit | 7676a611d6facef6a47c23cf3adbea1aa5ae6295 (patch) | |
tree | 90e48cec215c0414e06a9d6269e3b43e2c952286 /devel/GConf/Makefile | |
parent | 6330b090155df3905d1985fccbba1c1536af4dd6 (diff) | |
download | pkgsrc-7676a611d6facef6a47c23cf3adbea1aa5ae6295.tar.gz |
Update to 2.24.0:
2.24.0
======
Fixes
- Fix pokit-policy-file-validate check (Saleem Abdulrasool)
Translation updates
(ar, bg, cs, da, de, en_GB, et, fr, gu, hr, hu, it, kn,
lt, mai, or, pt, pt_BR, ro, ru, sr, ta, te, tr, uk, vi
2.23.2
======
Fixes
- cleanups (Kjartan)
Features
- stop using /tmp for the IOR, instead use the DBus session bus (Ray Strode)
- optionally install a DBus service for system-wide settings (Matthias Clasen, Behdad Esfahbod)
2.23.1
======
Fixes
- Fix the build. (Kjartan)
2.23.0
======
Fixes
- stop spamming syslog (David Förster)
- signal handling fixes (Javier Uruen Val)
- use AC_HELP_STRINGS for nice formatting (Sven Herzberg)
- timeout batching work (Matthias Clasen)
- remove syslog spamming code (from Debian)
- fix a crash when unsetting a key with no writable source (Richard Hult)
- allow overriding $TMPDIR (Frederic Crozat)
- integration with D-BUS (Ray Strode)
- translation updates (ar, da, es, gl, he, nb, nl, sq, sk, th, vi)
Diffstat (limited to 'devel/GConf/Makefile')
-rw-r--r-- | devel/GConf/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/GConf/Makefile b/devel/GConf/Makefile index 62db3b3e9a3..1958db668f6 100644 --- a/devel/GConf/Makefile +++ b/devel/GConf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2007/10/31 19:46:17 drochner Exp $ +# $NetBSD: Makefile,v 1.63 2008/10/09 20:53:48 wiz Exp $ # .include "../../devel/GConf/Makefile.common" @@ -25,8 +25,11 @@ PRINT_PLIST_AWK+= /^@dirrm (include\/gconf|lib\/GConf|share\/gconf)$$/ \ post-install: ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/gconf/schemas +BUILDLINK_ABI_DEPENDS.dbus-glib+= dbus-glib>=0.74 .include "../../devel/gettext-lib/buildlink3.mk" .include "../../net/ORBit2/buildlink3.mk" +.include "../../sysutils/dbus/buildlink3.mk" +.include "../../sysutils/dbus-glib/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../textproc/xmlcatmgr/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |