| History log of /src/external/mit/xorg/bin/xdm/Makefile |
| Revision | | Date | Author | Comments |
| 1.21 |
| 09-Mar-2025 |
mrg | actually, since Xtrans needs them, add the new -DHAVE_GETADDRINFO, -DHAVE_INET_NTOP, and -DHAVE_STRUCT_SOCKADDR_STORAGE to X11FLAGS.CONNECTION.
xdm/xinit gains -DHAVE_ASPRINTF.
libX11 gets xim_trans.c compiled properly.
|
| 1.20 |
| 29-Apr-2024 |
mrg | branches: 1.20.2; xdm(1) was renamed xdm(8) a long while ago. catch up location.
add support for section 8 X manuals. amusingly, we already knew to convert __adminmansuffix__ into "8", but not how to create .8 from X .man.
|
| 1.19 |
| 19-Aug-2022 |
nia | xdm: Include "sbin" directories (and games) in DEF_USER_PATH.
Upstream's configure.ac picks a DEF_USER_PATH on a per-OS basis.
Most of these include the "sbin" directories, with NetBSD being the (only?) exception.
However, this is inconsistent with the way a typical login shell is initialized (when using the default skeleton files). To avoid user confusion, harmonize DEF_USER_PATH with our other defaults and with other OSes.
PR xsrc/54851
|
| 1.18 |
| 16-Aug-2022 |
mrg | fix the man page generation, noted by uwe@
|
| 1.17 |
| 06-Mar-2019 |
nakayama | branches: 1.17.2; 1.17.8; Centralize pam definitions and tabify.
|
| 1.16 |
| 06-Mar-2019 |
christos | remove trailing escape
|
| 1.15 |
| 06-Mar-2019 |
christos | fix build
|
| 1.14 |
| 05-Mar-2019 |
mrg | update for xdm 1.1.12:
- streams.c is gone (hello 2019!) - man pages other file convert from cpp to sed processing
|
| 1.13 |
| 17-Jun-2013 |
christos | branches: 1.13.28; Remove previous; this is built in ../../lib/libXdmGreet as pointed out by mrg.
|
| 1.12 |
| 16-Jun-2013 |
christos | In the PIC case, build libXdmGreet; perhaps we should always build and link against it, even in the static case?
|
| 1.11 |
| 06-Jun-2013 |
mrg | don't build greeter lib with GREET_LIB. it triggers some sort of problem i haven't yet figured out, and our linker doesn't need these hacks with --export-dynamic anyway.
if !MKPIC, built the greeter into xdm statically.
|
| 1.10 |
| 05-Jun-2013 |
mrg | update properly for xdm 1.1.11: - link libXdmGreet against the same libs that modular does - copy all the config.h defines we need (could do the copy config.h thing here, but we use a bunch of non-standard paths) - support ipv6 properly - move freetype include to Makefile.xdm so the greeter can find it
|
| 1.9 |
| 31-May-2013 |
mrg | udpate for xdm 1.1.11: - moved manuals - moved sources - renamed defines - new sources
|
| 1.8 |
| 25-Oct-2011 |
christos | branches: 1.8.2; 1.8.8; Add all the missing HAS_ so that we get back login_cap functionality.
|
| 1.7 |
| 23-May-2011 |
dsl | Add explicit -lfoo for libraries that are required because of NEEDED entries in other libraries. This avoids a bug in 'ld' which causes it to look in the directory specified by the RPATH entry (in the library with the NEEDED entry) without adding the directory supplied by --sysroot. When the RPATH entry in blindly folloed the link is done w.r.t the systems own libfoo.so which may be missing some symbols. (Or might have a wrong sized data area that would need copying into the programs (or other libraries) data space.) ld also seems to add a NEEDED entry for these libraries directly into the program binary - this doesn't seem right to me. Fixes my build where the installed libX11.so is dated from 2009. CVS :----------------------------------------------------------------------
|
| 1.6 |
| 18-Dec-2009 |
christos | From Patrick Welche: The following trivial typo fix gets rid of "unsecure session"s... XDMATHDIR -> XDMXAUTHDIR
|
| 1.5 |
| 06-May-2009 |
mrg | enable xft for xdm. from yorick hardy.
|
| 1.4 |
| 02-Jan-2009 |
spz | branches: 1.4.2; make xdm (able to) use PAM fixes PR 39851
|
| 1.3 |
| 14-Oct-2008 |
cube | branches: 1.3.2; 1.3.4; - Adapt to changes on bsd.x11.mk - Remove unnecessary targets that handled .man.pre files - Add transformations for package-specific patterns in man page templates.
|
| 1.2 |
| 07-Sep-2008 |
lukem | branches: 1.2.2; Just use a BUILDSYMLINK for xdm.man.cpp -> xdm.man
|
| 1.1 |
| 29-Jul-2008 |
mrg | branches: 1.1.1; Initial revision
|
| 1.1.1.1 |
| 29-Jul-2008 |
mrg | initial import of the crossbuild framework for modular Xorg. this is heavily based upon the work rtr@ did on src/x11, but hacked to work for modern modular Xorg source split.
the sources will live in xsrc/external/mit/<package>/dist.
documentation on using this will come when the above directories are fully populated. there are 192 of them so it may take some time before that is completed.
|
| 1.2.2.2 |
| 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
| 1.2.2.1 |
| 07-Sep-2008 |
wrstuden | file Makefile was added on branch wrstuden-revivesa on 2008-09-18 05:18:29 +0000
|
| 1.3.4.2 |
| 17-Sep-2009 |
snj | Apply patch (requested by mrg in ticket #958): Sync X.Org reachover build framework and setlists with the new X.Org.
|
| 1.3.4.1 |
| 09-Jan-2009 |
snj | branches: 1.3.4.1.4; Pull up following revision(s) (requested by spz in ticket #238): external/mit/xorg/bin/xdm/Makefile: revision 1.4 external/mit/xorg/bin/xdm/Makefile.xdm: revision 1.2 make xdm (able to) use PAM fixes PR 39851
|
| 1.3.4.1.4.1 |
| 21-Apr-2010 |
matt | sync to netbsd-5
|
| 1.3.2.2 |
| 19-Oct-2008 |
haad | Sync with HEAD.
|
| 1.3.2.1 |
| 14-Oct-2008 |
haad | file Makefile was added on branch haad-dm on 2008-10-19 22:41:00 +0000
|
| 1.4.2.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Second commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.8.8.1 |
| 23-Jun-2013 |
tls | resync from head
|
| 1.8.2.1 |
| 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
| 1.13.28.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|
| 1.17.8.1 |
| 06-Jun-2021 |
cjep | sync with head
|
| 1.17.2.1 |
| 29-Aug-2022 |
martin | Pull up following revision(s) (requested by nia in ticket #1510):
external/mit/xorg/bin/xdm/Makefile.xdm: revision 1.11 external/mit/xorg/bin/xdm/Makefile: revision 1.18 external/mit/xorg/bin/xdm/Makefile: revision 1.19
fix the man page generation, noted by uwe@
xdm: Include "sbin" directories (and games) in DEF_USER_PATH. Upstream's configure.ac picks a DEF_USER_PATH on a per-OS basis. Most of these include the "sbin" directories, with NetBSD being the (only?) exception.
However, this is inconsistent with the way a typical login shell is initialized (when using the default skeleton files). To avoid user confusion, harmonize DEF_USER_PATH with our other defaults and with other OSes.
PR xsrc/54851
|
| 1.20.2.1 |
| 02-Aug-2025 |
perseant | Sync with HEAD
|