Bug 142906 - [PATCH] audio/pulseaudio: depend on consolekit
Summary: [PATCH] audio/pulseaudio: depend on consolekit
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-17 08:10 UTC by Yuri Pankov
Modified: 2010-01-23 19:50 UTC (History)
1 user (show)

See Also:


Attachments
pulseaudio-0.9.21_1.patch (960 bytes, patch)
2010-01-17 08:10 UTC, Yuri Pankov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri Pankov 2010-01-17 08:10:02 UTC
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-01-17 08:10:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-01-23 19:49:39 UTC
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"
Comment 3 Joe Marcus Clarke freebsd_committer freebsd_triage 2010-01-23 19:49:41 UTC
State Changed
From-To: open->closed

Committed, thanks!