Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.14_5 27 Feb 2024 02:43:34 |
Joseph Mingrone (jrm) |
x11/xdm: Install man pages under share/man
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
1.1.14_4 11 Oct 2023 05:26:05 |
Cy Schubert (cy) |
x11/xdm: Use $LOCALBASE/etc/xdm/Xservers as base for Xserver args
Hard coding Xserver args forces people to invoke xdm through init
by placing an entry in /etc/ttys when Xserver args different from
those hardcoded in rc.d/xdm are desired. Instead glean arguments
from $LOCALBASE/etc/xdm/Xservers, defaulting to the hardcoded
entry if none are found for :0.
Reviewed by: manu
Differential Revision: https://reviews.freebsd.org/D42097 |
1.1.14_3 11 Oct 2023 05:25:36 |
Cy Schubert (cy) |
Revert "x11/xdm: Use $LOCALBASE/etc/xdm/Xservers as base for Xserver args"
The commit log message was incomplete.
This reverts commit 2f6254b9fd6a29102968d64961ed86e445c50558. |
1.1.14_4 11 Oct 2023 02:51:02 |
Cy Schubert (cy) |
x11/xdm: Use $LOCALBASE/etc/xdm/Xservers as base for Xserver args
Hard coding Xserver args forces people to invoke xdm through init
by placing an entry in /etc/ttys when Xserver args different from
those hardcoded in rc.d/xdm are desired. Instead glean arguments
from $LOCALBASE/etc/xdm/Xservers, defaulting to the hardcoded
entry if none are found for :0.
Reviewed by: <If someone else reviewed your modification.>
Differential Revision: https://reviews.freebsd.org/D42097 |
1.1.14_3 12 Aug 2023 21:02:22 |
Kevin Bowling (kbowling) Author: Paul Dufresne |
x11/xdm: Add runtime dependency on xsm
PR: 259753 |
1.1.14_2 12 Aug 2023 20:19:38 |
Kevin Bowling (kbowling) Author: Chris Mangin |
x11/xdm: allow X server arguments to be set in Xservers
This patch changes the rc.d script so that:
1- The xdm_tty variable is set to 'default'. This disable the override
and allows xdm to be configured the normal way. xdm uses the ttyv8
terminal by default anyway.
2- The server arguments are only overridden if the user explicitly
specify a value for xdm_tty.
PR: 265578 |
1.1.14_1 28 Jun 2023 17:25:30 |
Dimitry Andric (dim) |
x11/xdm: fix build with clang 16
Clang 16 has a new error about incompatible function types, which shows
up when x11/xdm:
greet.c:451:20: error: incompatible function pointer types assigning to 'void
(*)(void)' from 'int (*)(void)' [-Wincompatible-function-pointer-types]
__xdm_setgrent = dlfuncs->_setgrent;
^ ~~~~~~~~~~~~~~~~~~
This is because it assumes setgrent(3) returns int, which it has not
done since a very long time.
Reported by: O. Hartmann <ohartmann@walstatt.org>
PR: 272209
MFH: 2023Q2 |
1.1.14 06 Dec 2022 08:09:58 |
Emmanuel Vadot (manu) |
x11/xdm: Update to 1.1.14
Release
notes: https://lists.x.org/archives/xorg-announce/2022-December/003265.html
Sponsored by: Beckhoff Automation GmbH & Co. KG |
1.1.12_3 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.1.12_3 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
1.1.12_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1.12_3 04 Mar 2021 13:10:28 |
0mp |
Honor LOCALBASE in the xdm rc script
I am not increasing the PORTREVISION because the package does not change
with the default settings.
Approved by: portmgr blanket |
1.1.12_3 25 Feb 2020 20:45:41 |
zeising |
x11/xdm: Fix generation of etc/X11/xdm/Xresources
By some stupidity of autotools, spacing for a sed regexp used to generate
Xresources gets broken, and the sed command doen't match as it should. This
results in an Xresources file with an extra '#endif /* XPM */', which breaks
the file.
Patch Makefile.in to fix the regexp and have Xresources generated properly.
PR: 244404
Reported by: olgeni
MFH: 2020Q1 |
1.1.12_2 17 Jan 2020 19:07:37 |
crees |
x11/xdm: minor fixes
When testing, the rc script worked fine on my machine with no extra ttys,
but when on a default installation with several vtys it conflicts with ttyv1.
This script defaults to activating on ttyv8 as this is the one xdm usually
is on by default and is the usual Ctrl+Alt+F9 for X.
Add missed PORTREVISION (thanks mat) |
1.1.12_1 08 Jan 2020 16:29:08 |
crees |
Add simple rc script for xdm.
All of the other display managers have one, and it saves user
confusion to have this method available too.
PR: ports/225985
Submitted by: edmonddantes@gmx.us (based on) |
1.1.12_1 29 Sep 2019 07:34:44 |
zeising |
x11/xdm: Remove /var/db from pkg-plist
/var/db is part of hier and shouldn't be in the plist, remove it.
While here, sprinkle USES=xorg xorg-cat, and add LICENSE_FILE |
1.1.12 19 Aug 2019 11:45:33 |
koobs |
x11/xdm: Fix pkg-plist when XDMSHELL option is enabled
The xdmshell man page was moved from section 1 to section 8, which wasn't
reflected in pkg-plist in ports r509218
PR: 239963
Reported by: <m.ne gmx net>
Approved by: zeising (x11, maintainer, via email) |
1.1.12 18 Aug 2019 16:20:23 |
zeising |
x11/xdm: Remove patch file
Remove patch file, this should have been done in r509218, but was missed
when moving from git to SVN.
PR: 239942
Reported by: Martin Birgmeier
MFH: 2019Q3
X-MFH-with: 509218
Sponsored by: B3 Init |
1.1.12 18 Aug 2019 15:08:03 |
zeising |
x11/xdm: Update to 1.1.12
Update x11/xdm to 1.1.12.
This is a big release, incorporating over 7 years worth of changes.
Changelog:
https://lists.x.org/archives/xorg-announce/2019-March/002959.html
Obtained from: FreeBSD Graphics Team development repo
https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorglibs
MFH: 2019Q3
Seucrity: CVE-2013-2179
Sponsored by: B3 Init |
1.1.11_8 27 Aug 2017 19:44:16 |
rezny |
Don't pollute lib, install icons in share/pixmaps and config/scripts in etc
PR: 221160
Submitted by: melanhit@gmail.com |
1.1.11_7 13 Jan 2017 22:24:44 |
bapt |
Add support for xft (on by default) [1]
Move the authdir to were is belong: /var/db/xdm and set it via the configure
script
instead of a ugly symlink
Use @postunexec
PR: 196462
Reported by: Michael Danilov (mike.d.ft402@gmail.com) |
1.1.11_6 26 Aug 2016 16:19:04 |
pi |
x11/xdm: remove part of files/patch-greeter-greet.c that no longer applies
PR: 211624
Reported by: ak |
1.1.11_5 26 Aug 2016 15:32:16 |
pi |
x11/xdm: minimize the patch to config/xdm-config.cpp
PR: 211624
MFH: 2016Q3
Reported by: ak |
1.1.11_4 26 Aug 2016 13:57:13 |
pi |
x11/xdm: Use MIT-MAGIC-COOKIE-1 by default
- It is more useful that way
- pet portlint for the patches
PR: 211624
MFH: 2016Q3
Submitted by: Tobias Kortkamp <t@tobik.me> |
1.1.11_3 28 Mar 2015 17:47:12 |
robak |
x11/xdm: add CPE information
PR: 197971
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
Approved by: kwm (blanket) |
1.1.11_3 26 Sep 2014 18:44:22 |
ak |
- Use options helpers
- Convert to @sample
- Strip binaries
- Use new @dir syntax
Reviewed by: bapt, kwm
Approved by: x11 (bapt, kwm)
Differential Revision: https://reviews.freebsd.org/D724 |
1.1.11_2 08 Jul 2014 15:51:09 |
sbruno |
Fix typo in pkgplist for options XDMSHELL
PR: 186391
Submitted by: elrond@phoe.frmug.org
Reviewed by: kwm |
1.1.11_2 09 Jun 2014 20:40:41 |
amdmi3 |
- Add missing USES=libtool
Approved by: portmgr blanket |
1.1.11_1 16 Apr 2014 18:28:50 |
zeising |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
1.1.11 16 Dec 2013 11:11:10 |
zeising |
Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0]
If the old xorg stack is still needed, it is possible to add WITHOUT_NEW_XORG=
to /etc/make.conf to get the old version.
Update several xorg related ports, including:
x11/libxcb 1.9.1 -> 1.9.3
graphics/libdrm 2.4.46 -> 2.4.50
x11/pixman 0.30.2 -> 0.32.4
x11/xkeyboard-config 2.9 -> 2.10.1
x11-drivers/xf86-input-keyboard 1.7.0 -> 1.8.0
Fix dissapearing cursor in xf86-video-vmware [2]
Stagify all x11@-owned ports
Bump portrevisions for xf86-* ports due to xserver version change.
Fix fallout from updates where needed.
Thanks to: all testersi, bdrewery and the FreeBSD x11@ team
exp-run by: bdrewery [1]
PR: ports/184684 [1], ports/181385 [2]
Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net> [2]
Approved by: portmgr (bdrewery), core (jhb) [0] |
1.1.11 20 Sep 2013 23:43:20 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11) |
1.1.11 14 Jun 2013 12:01:29 |
miwi |
- Correct dirctory removal |
1.1.11 04 May 2013 22:48:04 |
flo |
Fix installation of ports that rely on cp -n for installing files. r245960
changed cp to exit with a non-zero exit code if the file exists and is not
overwritten thus causing ports to fail installing when e.g. trying to cp
.default -> .conf files that already exist.
We just ignore the error and continue, as we used to.
Reported by: jaset
Approved by: portmgr (bapt) |
1.1.11 05 Jan 2013 22:57:40 |
kwm |
Convert x11@ owned ports to OptionsNG. Thanks go to bapt@ for review and help
rendered with deciphering the monster that is xorg-drivers.
With hat: x11@ |
1.1.11 27 Sep 2012 09:45:39 |
zeising |
Fix build when clang is installed as cc (more specifically when clang-cpp is
installed as cpp).
This is done in a similar way as in other x11 ports with the same issue, see
r301687 for details.
PR: ports/172100
Submitted by: Oliver Pinter <oliver.pntr@gmail.com> (pr)
Jan Beich <jbeich@tormail.org> (patch, based on)
Approved by: miwi (mentor)
Obtained from: xorg staging area |
1.1.11 21 Apr 2012 17:03:32 |
miwi |
- Please welcome Xorg 7.5.2
The Xorg Team is pleased to announce the next round of Xorg updates.
The team created a new flag called WITH_NEW_XORG that users can include
in /etc/make.conf. This was created for the intel KMS work being done
althouthough It probably works for other chips. Unfortunately, the intel
KMS driver will only work on FreeBSD 9(RELENG|STABLE) or 10/HEAD users.
Older version of FreeBSD will not be supported. Intel users will need
to patch their source manually with Konstantin?s KMS kernel patch to get
the newer chips to work. Please carefully read UPDATING entry.
Changes:
- libdrm 2.4.31 (including KMS support)
- mesa 7.11.2
- xorg-server 1.10.6
- a lot of new Graphic Drivers.
I would like to thank:
Koop Mast
Eitan Adler
Niclas Zeising
and all helpers and testers from x11@. |
1.1.11 29 Nov 2011 03:02:44 |
eadler |
- update to 1.1.11
Some new features:
- Check for allowRootLogin on PAM and non-OpenBSD passwd authentication backends
- Add man page for xdmshell
- Some memory leaks fixed
- Use explicitly /bin/sh for running of Xwilling script via su.
- many config fixes and changes
Obtained from: xorg-devel repo
Feature safe: yes |
1.1.10 24 Oct 2011 04:17:38 |
dougb |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
1.1.10 22 Sep 2011 13:51:54 |
eadler |
- updated evieext to 1.1.1
- updated libSM to 1.2.0,1
- updated libX11 to 1.4.4,1
- updated libXevie to 1.0.3
- updated libXext to 1.3.0_1,1
- updated libXfixes to 4.0.4
- updated libXi to 1.4.3,1
- updated libXinerama to 1.1.1,1
- updated libXp to 1.0.1,1
- updated libXpm to 3.5.9
- updated libXrandr to 1.3.2
- updated libXrender to 0.9.6
- updated libXres to 1.0.5
- updated libXtst to 1.2.0
- updated libXv to 1.0.6,1 (Only the first 15 lines of the commit message are shown above ) |
1.1.8_3 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.1.8_3 25 Feb 2011 16:52:50 |
miwi |
- Please welcome Xorg 7.5.1
The X-Server has been patched to the latest 1.7.X series, drivers
and fonts have been updated to the latest versions. This update includes
some components from Xorg 7.6 with a lot of improvements, and it seems
that the performance is much better than the old version. Also this
Update fix build issues with clang and binutils 2.17.50 in current,
remove 6.X gruft and de-author pkg-descr.
I would like to thank:
Beat Gaetzi
Dima Panov
Koop Mast
Eitan Adler
and all Testers.
PR: ports/147646
ports/148035
ports/148744
ports/150223
ports/152889
ports/154457 |
1.1.8_2 12 Aug 2009 13:33:27 |
olgeni |
Remove xdm-config, which is already handled by @exec and @unexec.
PR: ports/137391 |
1.1.8_1 23 Jan 2009 16:28:36 |
flz |
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG). |
1.1.6_3 02 Jan 2008 14:16:54 |
flz |
- Fix if-block in Xresources. [1]
- Fix paths in various scripts. [2]
PR: ports/117722 [1], ports/117841 [2]
Submitted by: Warren Block [1], J.R. Oldroyd [2] |
1.1.6_2 29 Oct 2007 15:04:44 |
flz |
Fix path. Xdm should look in lib/X11/xdm not share/examples/xdm.
PR: ports/116421
Submitted by: Warren Block <wblcok@wonkity.com> |
1.1.6_1 09 Oct 2007 19:26:51 |
flz |
- Fix configuration file location.
- Respect user context. |
1.1.6 13 Sep 2007 19:45:08 |
flz |
- Update X.org ports to 7.3.
- Mark XFree86-4 as DEPRECATED with EXPIRATION_DATE set to 2007-12-25.
I hope that nobody will be bored enough on Christmas to remove them on
that day.
Tested by: vehemens, Rene Ladan, Beech Rintoul, sarek on x11@ |
1.1.4_3 02 Jul 2007 17:35:13 |
lesi |
Replace placeholder XDMCONFIGDIR with proper value in Xreset and Xstartup
scripts [1].
Don't clobber user modifiable config files and scripts [2].
PR: [1] ports/113029 (REINPLACE instead of patch), [2] ports/113894 |
1.1.4_2 07 Jun 2007 19:48:59 |
lesi |
- Restore inheriting environment from login.conf by restoring patch
from x11/xorg-clients [1]
- Restore inheriting SSH_AUTH_SOCK after pam_ssh authentication
(https://bugs.freedesktop.org/show_bug.cgi?id=11020) [2]
PR: ports/112932 [1], ports/113031 [2]
Obtained from: X.org git [2] |
1.1.4_1 30 May 2007 23:59:32 |
lesi |
Clenup share/X11 directory upon deinstall.
Pointed out by: kris |
1.1.4_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |