Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
29 Aug 2020 19:51:40
2.0.8

|
madpilot  |
- Update lightdm-gtk-greeter to 2.0.8
- Remove dependency on libexo exo-csource which has been deprecated
upstream and add one on xfce4-dev-tools xdt-csource
Approved by: woodsb02 (maintainer)
Differential Revision: https://reviews.freebsd.org/D26224 |
22 Feb 2020 05:42:29
2.0.7

|
woodsb02  |
x11/lightdm-gtk-greeter: Update to 2.0.7
This update fixes a bug which could cause lightdm to crash on start-up:
- Remove mlockall to fix high memory pressure startup
Changes this release:
https://git.launchpad.net/lightdm-gtk-greeter/tree/NEWS?id=lightdm-gtk-greeter-2.0.7 |
07 Nov 2019 18:36:56
2.0.6

|
zeising  |
Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
30 Apr 2019 14:26:31
2.0.6

|
pkubaj  |
x11/lightdm-gtk-greeter: fix build with GCC-based architectures
Add USE_CSTD=c99 to fix:
lightdm-gtk-greeter.c: In function 'start_authentication':
lightdm-gtk-greeter.c:2023: error: 'for' loop initial declaration used outside
C99 mode
PR: 237626
Approved by: woodsb02 (maintainer), mat (mentor)
Differential Revision: https://reviews.freebsd.org/D20094 |
04 Feb 2019 12:45:47
2.0.6

|
woodsb02  |
x11/lightdm-gtk-greeter: Update to 2.0.6
Changes this release:
https://git.launchpad.net/lightdm-gtk-greeter/tree/NEWS?id=lightdm-gtk-greeter-2.0.6 |
10 Sep 2018 13:14:52
2.0.2_2

|
mat  |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
05 Aug 2017 08:17:54
2.0.2_2

|
woodsb02  |
x11/lightdm: Update to 1.22.0
- Update PAM file to include system defaults
- Set PATH to default from /etc/login.conf
- Don't pass-through empty PATH from lightdm to X11 (breaks runtime) |
24 Jul 2017 12:47:45
2.0.2_1

|
woodsb02  |
x11/lightdm: Fix locale selection
- Allow locale selection on login screen. First, lightdm must be patched
to correctly detect utf8 locales, which have a UTF-8 suffix on FreeBSD
instead of utf8 like on Linux systems. Secondly, we have to use locale
codes in the language menuitem as FreeBSD doesn't have support for
locale naming (missing _NL_IDENTIFICATION_LANGUAGE implementation).
- Use @sample for lightdm-gtk-greeter config file to prevent it from
being overwritten when the package is reinstalled / upgraded.
PR: 220614
Submitted by: pawel
MFH: 2017Q3 |
26 Dec 2016 06:53:37
2.0.2

|
woodsb02  |
Add x11/lightdm and x11/lightdm-gtk-greeter.
Lightdm is a display manager that:
* Is cross-desktop - supports different desktops
* Supports different display technologies
* Is lightweight - low memory usage and fast performance
* Has a comprehensive test suite
WWW: https://www.freedesktop.org/wiki/Software/LightDM/
lightdm-gtk-greeter is the reference GTK+ greeter for LightDM.
WWW: https://launchpad.net/lightdm-gtk-greeter
Approved by: adamw (mentor, implicit) |