Bug 156312 - [UPDATE] x11-wm/xfce4-session to 4.8.1
Summary: [UPDATE] x11-wm/xfce4-session to 4.8.1
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: Oliver Lehmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-10 18:40 UTC by Olivier Duchateau
Modified: 2011-04-25 13:10 UTC (History)
0 users

See Also:


Attachments
file.diff (12.44 KB, patch)
2011-04-10 18:40 UTC, Olivier Duchateau
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Duchateau 2011-04-10 18:40:08 UTC
To work with this patch, sysutils/policykit need to be installed. PolicyKit.conf is now deprecated.

We must add .pkla file in /usr/local/etc/polkit-1/localauthority/50-local.d directory. Mine looks like
 [Restart]
Identity=unix-group:users
Action=org.freedesktop.consolekit.system.restart
ResultAny=yes
ResultInactive=yes
ResultActive=yes

[Shutdown]
Identity=unix-group:users
Action=org.freedesktop.consolekit.system.stop
ResultAny=yes
ResultInactive=yes
ResultActive=yes

'users' is main group on my system.

Good documentation http://hal.freedesktop.org/docs/polkit/pklocalauthority.8.html

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-04-10 18:40:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->oliver

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-04-25 13:00:29 UTC
oliver      2011-04-25 11:59:52 UTC

  FreeBSD ports repository

  Modified files:
    x11-wm/xfce4-session Makefile distinfo pkg-plist 
  Added files:
    x11-wm/xfce4-session pkg-message 
    x11-wm/xfce4-session/files 
                               patch-xfce4-session_xfsm-shutdown-helper.c 
  Removed files:
    x11-wm/xfce4-session/files patch-Makefile.in 
  Log:
  update to 4.8.1
  
  PR:             ports/156312
  Submitted by:   Olivier Duchateau <duchateau.olivier@gmail.com>
  
  Revision  Changes    Path
  1.52      +21 -6     ports/x11-wm/xfce4-session/Makefile
  1.18      +2 -2      ports/x11-wm/xfce4-session/distinfo
  1.2       +0 -28     ports/x11-wm/xfce4-session/files/patch-Makefile.in (dead)
  1.1       +12 -0     ports/x11-wm/xfce4-session/files/patch-xfce4-session_xfsm-shutdown-helper.c (new)
  1.1       +17 -0     ports/x11-wm/xfce4-session/pkg-message (new)
  1.20      +43 -110   ports/x11-wm/xfce4-session/pkg-plist
_______________________________________________
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 Oliver Lehmann freebsd_committer freebsd_triage 2011-04-25 13:00:32 UTC
State Changed
From-To: open->closed

Committed, Thanks!