| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
This change prevents ConsoleKit from tracking a currently active terminal.
PR: 221452
Reviewed by: Greg V <greg@unrelenting.technology>
|
| |
|
|
|
|
|
|
|
| |
Bug Fixes:
* Fix a crash with glib debugging enable by not unreferencing
an instance object which was not referenced before while
removing the lock on it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This commit picks up several ideas:
- update to the 1.2.2 release from upstream (PR 252783)
- make the X11 option useful again; it **was** useless, so
PR 255847 proposed removing the option -- X11 is mandatory --
but there was patches also to remove X11 entirely, for a
Wayland-only experience. I've massaged it all until the
option is useful and meaningfully selects for X11 (or not).
The original patch for optionalize-X11 came from amdmi3@,
and the "competing" one was -- via DankBSD, from unrelentingtech,
who also has other patches (obtained from GitHub) for CK2.
PR: 252783 255847
Reported by: Olivier Duchateau
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix typos
- Remove duplicate variables
- Remove nop variables
- Sort categories
Reported by: portscan
Notes:
svn path=/head/; revision=566598
|
|
|
|
|
|
|
| |
- revert the unwanted maintainer change from r564733
Notes:
svn path=/head/; revision=564734
|
|
|
|
|
|
|
|
|
|
|
|
| |
This makes it possible to launch a Wayland compositor using ConsoleKit2 as the
session controller.
Submitted by: greg@unrelenting.technology
Obtained from: https://github.com/DankBSD/ports/commits/lite/sysutils/consolekit2
Differential Revision: https://reviews.freebsd.org/D18754
Notes:
svn path=/head/; revision=564733
|
|
|
|
|
|
|
|
|
| |
PR: 231730
Submitted by: Ali Abdallah <ali.abdallah@suse.com> (original version)
Approved by: desktop@ (tcberner)
Notes:
svn path=/head/; revision=558300
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
As gnome@ is lacking active committers at the moment, transfer some of its
ports [1] up the stack to the desktop@ group, in hope that this way we get some
updates in as the set of people that "should feel responsible" grows.
As soon as gnome@ grows some committers again, this can (and should) of course
be reverted again.
[1] The list of ports chosen in this move consits of all the ports that are
required to build x11/kde5.
Approved by: portmgr (bapt)
Differential Revision: https://reviews.freebsd.org/D26362
Notes:
svn path=/head/; revision=548219
|
|
|
|
|
|
|
|
| |
Add USES=xorg and USES=gl to ports in categories starting with 's'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Notes:
svn path=/head/; revision=516988
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This might be needed when using alternatives to init(8), like
sysutils/runit-faster, which do not react well to signals send by
shutdown(8)/reboot(8) and where you have to use other commands,
like runit-init {0,6}. By updating the ck-system-* scripts to run
them instead, we can actually make use of things like the Xfce4
logout dialog or Kodi's shutdown dialog with runit-faster. But to
make this permanent across updates the scripts have to be installed
as sample files.
PR: 236445
Submitted by: tobik
Approved by: gnome (maintainer timeout, 14 days)
Notes:
svn path=/head/; revision=496800
|
|
|
|
|
|
|
|
|
|
|
|
| |
The offical GNOME 3.28 release notes can be found at
https://help.gnome.org/misc/release-notes/3.28/
Thanks to Antoine Brodin for running the exp-runs.
PR: 229761
Notes:
svn path=/head/; revision=480951
|
|
|
|
|
|
|
|
|
|
| |
Tested for no harm on amd64.
Submitted by: jhibbits
Differential Revision: D15685
Notes:
svn path=/head/; revision=472163
|
|
* Rename consolekit to consolekit2 to reflect that consolekit2 is a new
project, even if it the continuation of the old consolekit project.
* Expand pkg-descr with some background info.
* Add license
* ConsoleKit2 has been ported to GDbus, so dbus-glib is not anymore required
* Add GObject introspection support for desktops environment such Pantheon or Deepin.
* Thanks to Jesper Schmitz Mouridsen, Ben Woods and Olivier Duchateau for
assisting with there versions of the port, suggesting changes and testing.
PR: 202269
Notes:
svn path=/head/; revision=447399
|