Up to [cvs.netbsd.org] / pkgsrc / sysutils / dbus
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.5 / (download) - annotate - [select for diffs], Sun Dec 5 18:29:17 2010 UTC (17 months, 2 weeks ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
HEAD
Changes since 1.4: +3 -2
lines
Diff to previous 1.4 (colored)
Default to use kqueue on DragonFly. Requested by Rumko in PR pkg/44194
Revision 1.4 / (download) - annotate - [select for diffs], Sun Nov 7 15:24:50 2010 UTC (18 months, 2 weeks ago) by shattered
Branch: MAIN
Changes since 1.3: +3 -2
lines
Diff to previous 1.3 (colored)
kqueue is BSD-specific; add it to PKG_SUPPORTED_OPTIONS only on *BSD.
Revision 1.3 / (download) - annotate - [select for diffs], Sun Dec 21 12:09:42 2008 UTC (3 years, 5 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4
Changes since 1.2: +6 -6
lines
Diff to previous 1.2 (colored)
Negative option name "nox11" should not be used, use "-x11" instead.
Revision 1.2 / (download) - annotate - [select for diffs], Thu Jun 19 01:56:44 2008 UTC (3 years, 11 months ago) by bjs
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.1: +3 -1
lines
Diff to previous 1.1 (colored)
- Fix support for NetBSD's atomic ops. - Fix up some inconsistent handing of CONFIGURE_ARGS (mostly related to the debug option). - Add test target (commented out, see Makefile). - Add some patches from freedesktop.org git (see comments atop new patches). - Remove trailing comma from an enum in tools/dbus-monitor.c. Passes all tests on NetBSD/amd64 4.99.65, save for spawn test, which seems to hang (?). I'm also running GNOME now and everything seems to be in order.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Jun 13 11:28:35 2008 UTC (3 years, 11 months ago) by drochner
Branch: MAIN
update to 1.2.1, mostly from Blair Sadewitz There is some stuff in the pkg which is not completed or doesn't work yet, as support for NetBSD's new atomic increment ops, but this is not essential. It is a good moment to do the update right now because gtk2 was just updated, and there is just enough time before the next branch. This is a major update, too many changes to list here.