aboutsummaryrefslogtreecommitdiff
path: root/x11/lightdm
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-062-6/+1
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* x11/lightdm: Add lightdm user to the video group to fix runtime errorBen Woods2020-01-201-2/+2
| | | | | | | Reported by: grehan, userxbw, https://forums.freebsd.org/threads/lightdm-libgl.73658/ Notes: svn path=/head/; revision=523696
* 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
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* x11/lightdm: Update to 1.30.0, fix crash and change default configBen Woods2019-06-066-144/+143
| | | | | | | | | | | | | | | | | | | | This update addresses a crash in lightdm, related to the way the user environment for the lightdm process is setup in src/process.c. The configuration option in lightdm.conf for locked memory is now honoured - the default configuration has been updated to disable this, and pkg-message has been updated to reflect this change. Changes this release: https://github.com/CanonicalLtd/lightdm/releases/tag/1.30.0 PR: 238083 Submitted by: madpilot Reported by: David.Boyd49@twc.com Differential Revision: https://reviews.freebsd.org/D20541 Notes: svn path=/head/; revision=503608
* x11/lightdm: Re-add patch accidentally deleted during last changeBen Woods2019-02-042-0/+25
| | | | Notes: svn path=/head/; revision=492117
* x11/lightdm: Update to 1.28.0Ben Woods2019-02-048-76/+58
| | | | | | | | | - Also pet portlint Submitted by: madpilot (partly) Notes: svn path=/head/; revision=492109
* x11/lightdm: Include pkg-message explaining how to fix LightDM coredumpsBen Woods2019-02-042-2/+9
| | | | | | | | | | PR: 229471 Submitted by: madpilot Reported by: Manuel Stühn <freebsd@justmail.de> MFH: 2019Q1 Notes: svn path=/head/; revision=492108
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-0/+1
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* x11/lightdm: Update to 1.24.0Ben Woods2017-12-262-5/+4
| | | | | | | | There are no changes in this release: https://lists.freedesktop.org/archives/lightdm/2017-September/001074.html Notes: svn path=/head/; revision=457274
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+1
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* Update consolekit to 1.2.0.Koop Mast2017-08-051-1/+2
| | | | | | | | | | | | | | | | * 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
* x11/lightdm: Update to 1.22.0Ben Woods2017-08-0510-41/+90
| | | | | | | | | - 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-242-4/+48
| | | | | | | | | | | | | | | | | | - 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
* x11/lightdm: Use correct replacement for clearenv()Ben Woods2017-04-122-4/+13
| | | | | | | | | | | | | | The previous patch to replace the Linux clearenv(3) function did not actually clear the environment, but instead created a new environment variable named environ with the value "NULL". PR: 218564 Reported by: jbeich Obtained from: FreeBSD env(1) command MFH: 2017Q2 Notes: svn path=/head/; revision=438362
* Fix build with new sigc++20Baptiste Daroussin2017-04-031-1/+3
| | | | Notes: svn path=/head/; revision=437590
* Chase gtk-doc updateBaptiste Daroussin2017-04-022-2/+1
| | | | Notes: svn path=/head/; revision=437557
* x11/lightdm: Improve rc script to use daemon(8)Ben Woods2017-02-122-3/+4
| | | | | | | | | | | This fixes an issue noticed when sysutils/bsdstats was installed and enabled at runtime in /etc/rc.conf, but for whatever reason was failing to send the updated statistics. Upon failing, the lightdm process would receive a SIGHUP, causing it to stop seconds after the login screen was displayed (before the user even had a chance to login). Notes: svn path=/head/; revision=433952
* Fix typo in Xsession file introduced in r433837Ben Woods2017-02-122-2/+2
| | | | Notes: svn path=/head/; revision=433947
* x11/lightdm: Make Xsession check for more system-wide config filesBen Woods2017-02-112-4/+4
| | | | | | | | | | | Xresources, Xkbmap and Xmodmap will now be read if they are found in %%LOCALBASE%%/etc/X11/ or %%LOCALBASE%%/etc/X11/xinit/ with or without a "." prefix. User-specific versions are still also found in $HOME/ with a "." prefix. Notes: svn path=/head/; revision=433837
* x11/lightdm: Correct off-by-one error when relating vtN to /dev/ttyvNBen Woods2017-01-032-1/+2
| | | | | | | - lightdm will now correctly report vt9 as using /dev/ttyv8 Notes: svn path=/head/; revision=430457
* Add x11/lightdm and x11/lightdm-gtk-greeter.Ben Woods2016-12-2617-0/+576
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