notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: x11/sddm/Makefile

Number of commits found: 41

Sunday, 27 Aug 2023
11:17 Gleb Popov (arrowd) search for other commits by this committer
x11/sddm: Fix patch for sddm-autologin.

PR:		272649
Sponsored by:	Serenity Cybersecurity, LLC
commit hash: 97fda573d33daad946ef08bea1ccb5bc777c9d3b commit hash: 97fda573d33daad946ef08bea1ccb5bc777c9d3b commit hash: 97fda573d33daad946ef08bea1ccb5bc777c9d3b commit hash: 97fda573d33daad946ef08bea1ccb5bc777c9d3b 97fda57
Sunday, 13 Aug 2023
18:23 Gleb Popov (arrowd) search for other commits by this committer
x11/sddm: Restore a patch for the Xsession script.

Make it start D-Bus and ConsoleKit again.

PR:		272637
Sponsored by:	Serenity Cybersecurity, LLC
commit hash: 6553c93b0a7ae9491f9af84f63d3115cfa265bc5 commit hash: 6553c93b0a7ae9491f9af84f63d3115cfa265bc5 commit hash: 6553c93b0a7ae9491f9af84f63d3115cfa265bc5 commit hash: 6553c93b0a7ae9491f9af84f63d3115cfa265bc5 6553c93
11:57 Gleb Popov (arrowd) search for other commits by this committer
x11/sddm: Fix sddm-autologin PAM service.

While there, remove patching in favor of a CMake variable.

PR:		272649
Sponsored by:	Serenity Cybersecurity, LLC
commit hash: 493a1a00b7447310444b1596d30d27307ef076d2 commit hash: 493a1a00b7447310444b1596d30d27307ef076d2 commit hash: 493a1a00b7447310444b1596d30d27307ef076d2 commit hash: 493a1a00b7447310444b1596d30d27307ef076d2 493a1a0
Friday, 14 Jul 2023
16:07 Gleb Popov (arrowd) search for other commits by this committer
x11/sddm: Update to 0.20.0

Co-authored-by: Kenneth Raplee <kenrap@kennethraplee.com>
commit hash: 718687d3ee3e9556cd440c0aa26a36c52937e620 commit hash: 718687d3ee3e9556cd440c0aa26a36c52937e620 commit hash: 718687d3ee3e9556cd440c0aa26a36c52937e620 commit hash: 718687d3ee3e9556cd440c0aa26a36c52937e620 718687d
Thursday, 2 Mar 2023
11:30 Gleb Popov (arrowd) search for other commits by this committer
x11/sddm: Point to correct accountsservice directory.

This fixes avatar display in the SDDM greeter screen.

Sponsored by:	Serenity Cybersecurity, LLC
commit hash: 18e0fb34ecf0b23ee8213179f2f10deb4a8b78eb commit hash: 18e0fb34ecf0b23ee8213179f2f10deb4a8b78eb commit hash: 18e0fb34ecf0b23ee8213179f2f10deb4a8b78eb commit hash: 18e0fb34ecf0b23ee8213179f2f10deb4a8b78eb 18e0fb3
Sunday, 11 Sep 2022
10:20 Felix Palmen (zirias) search for other commits by this committer
Mk/Uses: always use colon for build/run suffix

Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.

Document in CHANGES.

PR:			266034
Exp-run by:		antoine
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D36349
commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee ddae4e9
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Monday, 27 Dec 2021
08:23 Tobias C. Berner (tcberner) search for other commits by this committer
x11/sddm: prepare for KDE patched Qt

PR:             260548
commit hash: 7139e8ed74f93817a9958d7d24e5535eafff6b78 commit hash: 7139e8ed74f93817a9958d7d24e5535eafff6b78 commit hash: 7139e8ed74f93817a9958d7d24e5535eafff6b78 commit hash: 7139e8ed74f93817a9958d7d24e5535eafff6b78 7139e8e
Wednesday, 10 Nov 2021
06:05 Gleb Popov (arrowd) search for other commits by this committer Author: Dries Michiels
x11/sddm: Install PAM configs using @sample.

PR:		259435
commit hash: 4027ae5056a912be257bb4129178332031fb48d6 commit hash: 4027ae5056a912be257bb4129178332031fb48d6 commit hash: 4027ae5056a912be257bb4129178332031fb48d6 commit hash: 4027ae5056a912be257bb4129178332031fb48d6 4027ae5
Thursday, 21 Oct 2021
15:41 Stefan Eßer (se) search for other commits by this committer
x11/sddm: Add CPE information

Approved by:	portmgr (blanket)
commit hash: 13f677ebe3ae024bf6804a5efeec8ef0a5252a5a commit hash: 13f677ebe3ae024bf6804a5efeec8ef0a5252a5a commit hash: 13f677ebe3ae024bf6804a5efeec8ef0a5252a5a commit hash: 13f677ebe3ae024bf6804a5efeec8ef0a5252a5a 13f677e
Tuesday, 19 Oct 2021
08:36 Tobias Kortkamp (tobik) search for other commits by this committer
*: apply refactor.remove-consecutive-empty-lines

Submitted by:	portedit
commit hash: ce1af7fdc2cde4dc409a344a4210a3af581ccd2d commit hash: ce1af7fdc2cde4dc409a344a4210a3af581ccd2d commit hash: ce1af7fdc2cde4dc409a344a4210a3af581ccd2d commit hash: ce1af7fdc2cde4dc409a344a4210a3af581ccd2d ce1af7f
Monday, 18 Oct 2021
21:45 Adriaan de Groot (adridg) search for other commits by this committer
x11/sddm: improve pkg-message

Make "requires" more clear: needs one of .xinitrc or xterm.

PR:		259229
Reported by:	Graham Perrin
commit hash: 8b003781df94d8f78bdc741ac7311c7af6620f6e commit hash: 8b003781df94d8f78bdc741ac7311c7af6620f6e commit hash: 8b003781df94d8f78bdc741ac7311c7af6620f6e commit hash: 8b003781df94d8f78bdc741ac7311c7af6620f6e 8b00378
Saturday, 17 Jul 2021
22:21 Adriaan de Groot (adridg) search for other commits by this committer
x11/sddm: make "user session" more resilient

It's possible to install SDDM with very little other X11 baggage,
like xterm. In such a minimal install situation, SDDM will still
come up and offer "User Session" -- and that session will fail,
because there's nothing to run.

Depend on xmessage, and then fall back to xinit's default script
and if **that** isn't there, show the user a message instead of
just sitting there with a black screen and an X cursor.

PR:		256648
Reported by:	Graham Perrin
commit hash: 87b48b8d60d42f77e3cea05610bbb5dde23ec896 commit hash: 87b48b8d60d42f77e3cea05610bbb5dde23ec896 commit hash: 87b48b8d60d42f77e3cea05610bbb5dde23ec896 commit hash: 87b48b8d60d42f77e3cea05610bbb5dde23ec896 87b48b8
Wednesday, 14 Jul 2021
13:11 Adriaan de Groot (adridg) search for other commits by this committer Author: Aoek
x11/sddm: requires xauth at runtime

PR:		256870
commit hash: fec4fe9f84a8d5bdc690986856ed7ea39950c880 commit hash: fec4fe9f84a8d5bdc690986856ed7ea39950c880 commit hash: fec4fe9f84a8d5bdc690986856ed7ea39950c880 commit hash: fec4fe9f84a8d5bdc690986856ed7ea39950c880 fec4fe9
Sunday, 11 Jul 2021
09:32 Adriaan de Groot (adridg) search for other commits by this committer
net-im/libquotient,x11/sddm: fix build-deps

These both needed Qt testlib, which was previously implicitly
dragged in as a (lib-)dep by something else. The cleanup of
dependencies makes it now necessary to state it explicitly.
commit hash: 9927377653e6f31833e851f7f474ed1380e9ffe4 commit hash: 9927377653e6f31833e851f7f474ed1380e9ffe4 commit hash: 9927377653e6f31833e851f7f474ed1380e9ffe4 commit hash: 9927377653e6f31833e851f7f474ed1380e9ffe4 9927377
Monday, 28 Jun 2021
08:00 Adriaan de Groot (adridg) search for other commits by this committer
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
commit hash: 9399e65be9a94c93365d8f6f059ac9d4e097ce69 commit hash: 9399e65be9a94c93365d8f6f059ac9d4e097ce69 commit hash: 9399e65be9a94c93365d8f6f059ac9d4e097ce69 commit hash: 9399e65be9a94c93365d8f6f059ac9d4e097ce69 9399e65
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Monday, 8 Feb 2021
14:14 bapt search for other commits by this committer
Drop the check about hald not needed anymore
Original commitRevision:564706 
Monday, 30 Nov 2020
06:18 arrowd search for other commits by this committer
x11/sddm: Update to 0.19.0
Original commitRevision:556622 
Sunday, 5 Jul 2020
19:20 tcberner search for other commits by this committer
Switch to using CMAKE_ON/CMAKE_OFF instead of more clunky CMAKE_ARGS
Original commitRevision:541296 
Sunday, 17 May 2020
08:21 arrowd search for other commits by this committer
x11/sddm: Switch SDDM user's HOME directory from /usr/local/etc/sddm/home to
/var/lib/sddm, as sddm(5) man page requests.

PR:		244756
Reviewed by:	tcberner, adridg
Original commitRevision:535524 
Friday, 27 Mar 2020
17:57 arrowd search for other commits by this committer
x11/sddm: Tiny fix for maya theme.

PR:		245074
Submitted by:	Serge Volkov <sv@ulstu.ru>
Original commitRevision:529274 
Thursday, 5 Mar 2020
13:38 arrowd search for other commits by this committer
lang/sddm: Make SDDM honour sddm_lang rc variable again.

PR:		244341
Submitted by:	Martin Birgmeier <d8zNeCFG@aon.at> (initial patch)
Original commitRevision:527832 
Thursday, 20 Feb 2020
13:50 arrowd search for other commits by this committer
x11/sddm: Enhance Backend.cpp patch to take into account not only
/etc/login.conf
but also ~/.login_conf file.

PR:		241519
Submitted by:	Martin Birgmeier <d8zNeCFG@aon.at>
Original commitRevision:526571 
Wednesday, 12 Feb 2020
15:31 arrowd search for other commits by this committer
x11/sddm: Update to 0.18.1.

Upstream does not provide a config file anymore. SDDM still reads
/usr/local/etc/sddm.conf if it is present, but the intended way to configure
it now is using /usr/local/etc/sddm.conf.d/ directory. See man sddm.conf(5) for
details.

Also include a patch to make SDDM take /etc/login.conf into account.

PR:		241519
Submitted by:	Martin Birgmeier <d8zNeCFG@aon.at> (login.conf patch)
Differential Revision:	https://reviews.freebsd.org/D23579
Original commitRevision:525915 
Friday, 6 Dec 2019
10:49 fluffy search for other commits by this committer
x11/sddm: No reason to stuck with py27, port use only py-docutils which
available for any python version
Original commitRevision:519134 
Thursday, 7 Nov 2019
18:36 zeising search for other commits by this committer
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.
Original commitRevision:517000 
Tuesday, 17 Sep 2019
19:21 tobik search for other commits by this committer
Fix some misspelled or duplicated LICENSE_*
Original commitRevision:512232 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
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
Original commitRevision:507372 
Tuesday, 9 Apr 2019
17:39 arrowd search for other commits by this committer
x11/sddm: Install man pages.

Submitted by:	trasz
Approved by:	mat, tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D17347
Original commitRevision:498483 
Wednesday, 16 Jan 2019
11:13 tijl search for other commits by this committer
Fix Qt5 symbol version scripts to put the catch-all clause first.  When
a symbol matches multiple clauses the last one takes precedence.  If the
catch-all is last it captures everything.  In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API.  This only affects lld because GNU ld always gives the
catch-all lowest priority.

Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium.  Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3]  The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one.  If there's no such non-weak symbol the call
in the weak wrapper resolves to the weak wrapper itself creating an infinite
call loop that overflows the stack and causes a crash.  Some of the
allocation functions are variants of C++ new and delete and it probably
depends on the compiler whether these variants are used in other parts of
Qt5Webengine.

Remove the weak wrappers (make them Linux specific).  This isn't binary
compatible but we are already breaking that with the changes to the symbol
versions.

[1]
https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4
[2]
https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5
[3]
https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5

Bump all ports that depend on Qt5.

PR:		234070
Exp-run by:	antoine
Approved by:	kde (adridg)
Original commitRevision:490472 
Tuesday, 25 Dec 2018
20:25 tcberner search for other commits by this committer
Change cmake default behaviour to outsource.

Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
Original commitRevision:488341 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
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
Original commitRevision:487272 
Sunday, 4 Nov 2018
19:00 tcberner search for other commits by this committer
Merge lang/qt5-qml and x11-toolkits/qt5-quick into x11-toolkits/qt5-declarative

- There was no obvious reason to split these ports, and it makes
  porting simpler; the set of ports using either mostly coincided.

Exp-run by:	antoine
PR:		223687
PR:		232751
Original commitRevision:484140 
Saturday, 27 Oct 2018
11:50 tcberner search for other commits by this committer
Fix build with GCC-based architectures for various kde@ ports.

- Qt5 required c++11 support.

Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
PR:		232726
PR:		232725
PR:		232723
PR:		232722
PR:		232721
PR:		232720
PR:		232719
PR:		232697
PR:		232682
PR:		232669
PR:		232668
PR:		232667
PR:		232666
PR:		232665
PR:		232664
PR:		232662
PR:		232661
PR:		232655
PR:		232654
PR:		232652
PR:		232648
PR:		232647
PR:		232641
PR:		232640
PR:		232638
PR:		232635
PR:		232634
PR:		232632
PR:		232631
PR:		232630
PR:		232629
PR:		232628
PR:		232627
PR:		232625
PR:		232624
PR:		232623
PR:		232614
PR:		232613
PR:		232612
PR:		232611
PR:		232610
PR:		232609
PR:		232607
PR:		232606
PR:		232605
PR:		232604
PR:		232603
PR:		232602
PR:		232597
PR:		232589
PR:		232585
PR:		232584
PR:		232583
PR:		232581
PR:		232580
PR:		232579
PR:		232578
PR:		232576
PR:		232575
PR:		232574
PR:		232573
PR:		232570
Original commitRevision:483125 
Monday, 24 Sep 2018
20:35 tcberner search for other commits by this committer
x11/ssddm: remove unnedeeded Qt dependencies

* while here, move USE_GITHUB to the other USE_FOOs

Submitted by:	Alexandre C. Guimaraes <lebarondemerde@privacychain.ch>
Original commitRevision:480628 
Tuesday, 11 Sep 2018
10:39 adridg search for other commits by this committer
Backport security fixes for x11/sddm

The 0.18 release of x11/sddm contains a fix for a security error
that probably doesn't affect us: session-reuse. In any case our
default configuration is not vulnerable. This doesn't update to
0.18 because there's a bunch of other changes that would need to
be chased, further delaying this update.

While here, pet portlint and Tijl, who asked for a pkg-message.

PR:		230029
Reported by:	doctorwhoguy@gmail.com
Security:	f00acdec-b59f-11e8-805d-001e2a3f778d
Original commitRevision:479522 
Saturday, 8 Sep 2018
10:28 adridg search for other commits by this committer
Update x11/sddm to 0.17.

This is still one minor release behind, but a big update relative to
the previous version. Thanks to tijl@ for the patches, dbn@ for
initial testing.

PR:		228116
Submitted by:	tijl
Original commitRevision:479245 
Thursday, 28 Jun 2018
17:39 tcberner search for other commits by this committer
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk

From now on, ports that depend on Qt4 will have to set
	USES=		qt:4
	USE_QT=		foo bar
ports depending on Qt5 will use
	USES=		qt:5
	USE_QT=		foo bar

PR:		229225
Exp-run by:	antoine
Reviewed by:	mat
Approved by:	portmgr (antoine)
Differential Revision:	-https://reviews.freebsd.org/D15540
Original commitRevision:473503 
Wednesday, 6 Sep 2017
19:32 tcberner search for other commits by this committer
New port: x11/sddm

sddm is a QML based X11 and Wayland display manager
  https://github.com/sddm/sddm

Reviewed by:	rakuco, groot_kde.org
Differential Revision:	https://reviews.freebsd.org/D11619
Original commitRevision:449358 

Number of commits found: 41