Unconditionally depend on consolekit, remove --disable-polkit as it's not recognized by configure anymore. Port maintainer (gnome@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 How-To-Repeat: > pkg_info -Ex consolekit > pulseaudio W: module.c: module-detect is deprecated: Please use module-udev-detect instead of module-detect! E: module-console-kit.c: GetSessionsForUnixUser() call failed: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.ConsoleKit was not provided by any .service files E: module.c: Failed to load module "module-console-kit" (argument: ""): initialization failed. E: main.c: Module load failed. E: main.c: Failed to initialize daemon. Installing consolekit solves the problem.
Responsible Changed From-To: freebsd-ports-bugs->gnome Over to maintainer (via the GNATS Auto Assign Tool)
marcus 2010-01-23 19:49:26 UTC FreeBSD ports repository Modified files: audio/pulseaudio Makefile Log: Unconditionally depend on consolekit, and remove an unused configure option. PR: 142906 Submitted by: Yuri Pankov <yuri.pankov@gmail.com> Revision Changes Path 1.56 +4 -3 ports/audio/pulseaudio/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks!