aboutsummaryrefslogtreecommitdiff
path: root/x11/xdm
Commit message (Collapse)AuthorAgeFilesLines
* x11/xdm: Update to 1.1.14Emmanuel Vadot2022-12-062-5/+5
| | | | | | Release notes: https://lists.x.org/archives/xorg-announce/2022-December/003265.html Sponsored by: Beckhoff Automation GmbH & Co. KG
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-2/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Honor LOCALBASE in the xdm rc scriptMateusz Piotrowski2021-03-041-1/+1
| | | | | | | | | | I am not increasing the PORTREVISION because the package does not change with the default settings. Approved by: portmgr blanket Notes: svn path=/head/; revision=567312
* x11/xdm: Fix generation of etc/X11/xdm/XresourcesNiclas Zeising2020-02-252-1/+14
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=527102
* x11/xdm: minor fixesChris Rees2020-01-172-4/+18
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=523353
* Add simple rc script for xdm.Chris Rees2020-01-082-0/+31
| | | | | | | | | | | 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) Notes: svn path=/head/; revision=522434
* x11/xdm: Remove /var/db from pkg-plistNiclas Zeising2019-09-292-3/+3
| | | | | | | | /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 Notes: svn path=/head/; revision=513199
* x11/xdm: Fix pkg-plist when XDMSHELL option is enabledKubilay Kocak2019-08-191-1/+1
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=509274
* x11/xdm: Remove patch fileNiclas Zeising2019-08-181-11/+0
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=509225
* x11/xdm: Update to 1.1.12Niclas Zeising2019-08-186-17/+17
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=509218
* Don't pollute lib, install icons in share/pixmaps and config/scripts in etcMatthew Rezny2017-08-272-25/+22
| | | | | | | | PR: 221160 Submitted by: melanhit@gmail.com Notes: svn path=/head/; revision=448839
* Add support for xft (on by default) [1]Baptiste Daroussin2017-01-132-10/+13
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=431428
* x11/xdm: remove part of files/patch-greeter-greet.c that no longer appliesKurt Jaeger2016-08-262-10/+1
| | | | | | | | PR: 211624 Reported by: ak Notes: svn path=/head/; revision=420929
* x11/xdm: minimize the patch to config/xdm-config.cppKurt Jaeger2016-08-262-35/+5
| | | | | | | | | PR: 211624 MFH: 2016Q3 Reported by: ak Notes: svn path=/head/; revision=420926
* x11/xdm: Use MIT-MAGIC-COOKIE-1 by defaultKurt Jaeger2016-08-266-21/+61
| | | | | | | | | | | | - It is more useful that way - pet portlint for the patches PR: 211624 MFH: 2016Q3 Submitted by: Tobias Kortkamp <t@tobik.me> Notes: svn path=/head/; revision=420921
* x11/xdm: add CPE informationBartek Rutkowski2015-03-281-1/+3
| | | | | | | | | PR: 197971 Submitted by: Shun <shun.fbsd.pr@dropcut.net> Approved by: kwm (blanket) Notes: svn path=/head/; revision=382530
* - Use options helpersAlex Kozlov2014-09-262-62/+25
| | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=369334
* Fix typo in pkgplist for options XDMSHELLSean Bruno2014-07-081-1/+1
| | | | | | | | | PR: 186391 Submitted by: elrond@phoe.frmug.org Reviewed by: kwm Notes: svn path=/head/; revision=361259
* - Add missing USES=libtoolDmitry Marakasov2014-06-092-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=357203
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0]Niclas Zeising2013-12-162-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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] Notes: svn path=/head/; revision=336621
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | x11) Notes: svn path=/head/; revision=327777
* - Correct dirctory removalMartin Wilke2013-06-141-0/+1
| | | | Notes: svn path=/head/; revision=320900
* Fix installation of ports that rely on cp -n for installing files. r245960Florian Smeets2013-05-041-1/+1
| | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=317389
* Convert x11@ owned ports to OptionsNG. Thanks go to bapt@ for review and helpKoop Mast2013-01-051-7/+3
| | | | | | | | | rendered with deciphering the monster that is xorg-drivers. With hat: x11@ Notes: svn path=/head/; revision=309972
* Fix build when clang is installed as cc (more specifically when clang-cpp isNiclas Zeising2012-09-273-0/+27
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=304953
* - update to 1.1.11Eitan Adler2011-11-294-7/+19
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=286601
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-3/+0
| | | | | | | | | | | - 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. Notes: svn path=/head/; revision=284232
* - updated evieext to 1.1.1Eitan Adler2011-09-222-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 - updated libXxf86dga to 1.1.2 - updated libXxf86misc to 1.0.3 - updated libXxf86vm to 1.1.1 - updated xdbedizzy to 1.1.0 - updated xdm to 1.1.10 - updated xf86dga to 1.0.3 - updated xf86driproto to 2.1.1 - updated xfd to 1.1.0 - updated xfindproxy to 1.0.2 - updated xfwp to 1.0.2 - updated xinit to 1.3.1 - updated xkbcomp to 1.2.3 - updated xkeyboard to config-2.1 - updated xlsatoms to 1.1.0 - updated xmag to 1.0.4 - updated xman to 1.1.2 - updated xorg to cf-files-1.0.4 - updated xrefresh to 1.0.4 - updated xrx to 1.0.4 - updated xsm to 1.0.2 - updated xwud to 1.0.3 - fix final line in pkg-descr - add license where appropriate - remove two patches in libX11 which are no longer required Reviewed by: kwm Approved by: bapt (mentor) Obtained from: xorg-devel repo Notes: svn path=/head/; revision=282172
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Please welcome Xorg 7.5.1Martin Wilke2011-02-252-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=269720
* Remove xdm-config, which is already handled by @exec and @unexec.Jimmy Olgeni2009-08-122-2/+1
| | | | | | | PR: ports/137391 Notes: svn path=/head/; revision=239387
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).Florent Thoumie2009-01-233-26/+6
| | | | | | | | | | | - 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). Notes: svn path=/head/; revision=226727
* - Fix if-block in Xresources. [1]Florent Thoumie2008-01-022-3/+26
| | | | | | | | | | - Fix paths in various scripts. [2] PR: ports/117722 [1], ports/117841 [2] Submitted by: Warren Block [1], J.R. Oldroyd [2] Notes: svn path=/head/; revision=204851
* Fix path. Xdm should look in lib/X11/xdm not share/examples/xdm.Florent Thoumie2007-10-291-1/+5
| | | | | | | | PR: ports/116421 Submitted by: Warren Block <wblcok@wonkity.com> Notes: svn path=/head/; revision=202302
* - Fix configuration file location.Florent Thoumie2007-10-092-0/+33
| | | | | | | - Respect user context. Notes: svn path=/head/; revision=201205
* - Update X.org ports to 7.3.Florent Thoumie2007-09-134-120/+6
| | | | | | | | | | | - 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@ Notes: svn path=/head/; revision=199427
* Replace placeholder XDMCONFIGDIR with proper value in Xreset and XstartupDejan Lesjak2007-07-023-15/+119
| | | | | | | | | | scripts [1]. Don't clobber user modifiable config files and scripts [2]. PR: [1] ports/113029 (REINPLACE instead of patch), [2] ports/113894 Notes: svn path=/head/; revision=194695
* - Restore inheriting environment from login.conf by restoring patchDejan Lesjak2007-06-072-1/+44
| | | | | | | | | | | | 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] Notes: svn path=/head/; revision=193024
* Clenup share/X11 directory upon deinstall.Dejan Lesjak2007-05-301-0/+1
| | | | | | | Pointed out by: kris Notes: svn path=/head/; revision=192430
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-195-0/+70
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544