aboutsummaryrefslogtreecommitdiff
path: root/x11/lightdm-gtk-greeter
Commit message (Collapse)AuthorAgeFilesLines
* - Update lightdm-gtk-greeter to 2.0.8Guido Falsi2020-08-293-8/+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 Notes: svn path=/head/; revision=546944
* x11/lightdm-gtk-greeter: Update to 2.0.7Ben Woods2020-02-222-4/+4
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=526738
* Add USES=xorg USES=gl, ports categories xNiclas Zeising2019-11-071-1/+1
| | | | | | | | 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. Notes: svn path=/head/; revision=517000
* x11/lightdm-gtk-greeter: fix build with GCC-based architecturesPiotr Kubaj2019-04-301-0/+1
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=500496
* x11/lightdm-gtk-greeter: Update to 2.0.6Ben Woods2019-02-042-7/+8
| | | | | | | | Changes this release: https://git.launchpad.net/lightdm-gtk-greeter/tree/NEWS?id=lightdm-gtk-greeter-2.0.6 Notes: svn path=/head/; revision=492123
* Add DOCS options to ports that should have one.Mathieu Arnold2018-09-101-0/+2
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479406
* x11/lightdm: Update to 1.22.0Ben Woods2017-08-051-1/+1
| | | | | | | | | - 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) Notes: svn path=/head/; revision=447392
* x11/lightdm: Fix locale selectionBen Woods2017-07-243-1/+21
| | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=446523
* Add x11/lightdm and x11/lightdm-gtk-greeter.Ben Woods2016-12-264-0/+127
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) Notes: svn path=/head/; revision=429481