non port: x11/lightdm/Makefile |
SVNWeb
|
Number of commits found: 32 |
Sat, 8 Oct 2022
|
[ 13:30 Guido Falsi (madpilot) ] 6cd9fcb
x11/lightdm: Fix autologin
Upstreaam added a pam directive using a pam module not present in FreeBSD:
https://github.com/canonical/lightdm/commit/0c21d986ff3c9ec1568b681c746e30b6fd25d5cb
Fix by updating the patch to remove this addition.
PR: 266899
MFH: 2022Q4
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Fri, 26 Aug 2022
|
[ 17:02 Tobias C. Berner (tcberner) ] d9b0d9a (Only the first 10 of 165 ports in this commit are shown above. )
framework: switch tree to using vala.mk
PR: 249940
|
Sat, 13 Aug 2022
|
[ 19:38 Tobias C. Berner (tcberner) Author: Olivier Duchateau ] 48e8d81
x11/lightdm: update to 1.32.0
- Update to 1.32.0
- Remove unneeded patch (check in configure script)
- Remove AppArmor files (specifics to Linux)
Changelog: https://github.com/canonical/lightdm/releases/tag/1.32.0
PR: 265818
|
Wed, 20 Jul 2022
|
[ 14:23 Tobias C. Berner (tcberner) ] d357bca (Only the first 10 of 288 ports in this commit are shown above. )
x11: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Adam Weinberger <adam@vectors.cx>
* Adam Weinberger <adamw@FreeBSD.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexander Matey <matey@cis.ohio-state.edu>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Alexey Mikhailov <karma@ez.pereslavl.ru>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Anton Toernqvist <antont@inbox.lv> (Only the first 15 lines of the commit message are shown above )
|
Thu, 21 Oct 2021
|
[ 15:41 Stefan Eßer (se) ] 76a66f8
x11/lightdm: Add CPE information
Approved by: portmgr (blanket)
|
Mon, 28 Jun 2021
|
[ 08:00 Adriaan de Groot (adridg) ] 9399e65
x11/{lightdm,sddm}: add CONFLICTS
Both lightdm and sddm install the DBus file for DisplayManager,
etc/dbus-1/system.d/org.freedesktop.DisplayManager.conf
It doesn't really make sense to install multiple DMs on one
machine, but for completeness in the ports framework, mark
them as conflicting.
PR: 256688 256687
Reported by: Graham Perrin
|
Tue, 25 May 2021
|
[ 08:51 Guido Falsi (madpilot) ] d16eb1e
x11/lightdm: assign maintainership to desktop@
Also assign reference gtk greeter x11/lightdm-gtk-greeter.
|
Sat, 22 May 2021
|
[ 02:13 Ben Woods (woodsb02) ] 95d52e5 (Only the first 10 of 42 ports in this commit are shown above. )
*/*: Fix ENOTIME: return my ports to the pool
Reset maintainership of my ports to ports@FreeBSD.org so others can
step in to help where I haven't been able to find the time.
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 20 Jan 2020
|
[ 23:19 woodsb02 ]
x11/lightdm: Add lightdm user to the video group to fix runtime error
Reported by: grehan, userxbw,
https://forums.freebsd.org/threads/lightdm-libgl.73658/
|
Thu, 7 Nov 2019
|
[ 18:36 zeising ] (Only the first 10 of 432 ports in this commit are shown above. )
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.
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
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
|
Thu, 6 Jun 2019
|
[ 23:05 woodsb02 ]
x11/lightdm: Update to 1.30.0, fix crash and change default config
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
|
Mon, 4 Feb 2019
|
[ 11:52 woodsb02 ]
x11/lightdm: Re-add patch accidentally deleted during last change
|
[ 10:28 woodsb02 ]
x11/lightdm: Update to 1.28.0
- Also pet portlint
Submitted by: madpilot (partly)
|
[ 10:26 woodsb02 ]
x11/lightdm: Include pkg-message explaining how to fix LightDM coredumps
PR: 229471
Submitted by: madpilot
Reported by: Manuel Stuhn <freebsd@justmail.de>
MFH: 2019Q1
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
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
|
Sun, 29 Jul 2018
|
[ 22:18 gerald ] (Only the first 10 of 1480 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
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
|
Tue, 26 Dec 2017
|
[ 10:34 woodsb02 ]
x11/lightdm: Update to 1.24.0
There are no changes in this release:
https://lists.freedesktop.org/archives/lightdm/2017-September/001074.html
|
Sun, 10 Sep 2017
|
[ 20:55 gerald ] (Only the first 10 of 1201 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
(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
|
Sat, 5 Aug 2017
|
[ 10:58 kwm ] (Only the first 10 of 20 ports in this commit are shown above. )
Update consolekit to 1.2.0.
* 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
|
[ 08:17 woodsb02 ] (Only the first 10 of 11 ports in this commit are shown above. )
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)
|
Mon, 24 Jul 2017
|
[ 12:47 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
|
Wed, 12 Apr 2017
|
[ 15:44 woodsb02 ]
x11/lightdm: Use correct replacement for clearenv()
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
|
Mon, 3 Apr 2017
|
[ 06:37 bapt ]
Fix build with new sigc++20
|
Sun, 2 Apr 2017
|
[ 13:43 bapt ]
Chase gtk-doc update
|
Sun, 12 Feb 2017
|
[ 16:36 woodsb02 ]
x11/lightdm: Improve rc script to use daemon(8)
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).
|
[ 14:10 woodsb02 ]
Fix typo in Xsession file introduced in r433837
|
Sat, 11 Feb 2017
|
[ 07:09 woodsb02 ]
x11/lightdm: Make Xsession check for more system-wide config files
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.
|
Tue, 3 Jan 2017
|
[ 12:00 woodsb02 ]
x11/lightdm: Correct off-by-one error when relating vtN to /dev/ttyvN
- lightdm will now correctly report vt9 as using /dev/ttyv8
|
Mon, 26 Dec 2016
|
[ 06:53 woodsb02 ] (Only the first 10 of 27 ports in this commit are shown above. )
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)
|
Number of commits found: 32 |