2008-11-10 18:21:40 by Thomas Klausner | Files touched by this commit (147) |
Log message:
Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal.
|
2008-06-17 02:42:14 by David Brownlee | Files touched by this commit (1) |
Log message:
copy a lightly modified fix for starting xdm on ttyE4 from gdm
bump PKGREVISION
# The following forces the X server to start on the 5th virtual terminal.
# This is suboptimal but matches the defaults for the xdm configuration,
# which should work for most installations. See the definition of
# DEFAULTVT in xsrc/xfree/xc/programs/xdm/config/Imakefile.
#
# If we do not do this, we hit a very annoying and obscure problem: during
# system startup, xdm starts before init spawns gettys. If the X server
# is started before init spawns the gettys (which easily happens on slow
# machines), it grabs the first virtual terminal (instead of the first
# "free" one). Later on, when the first getty is started, it grabs the
# same terminal X used (the first one). As a result, only one of them
# will receive key presses. And on slow machines, X will have lost access
# to the keyboard.
.if (${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD") && \
(${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64")
CONFIGURE_ARGS+= --with-default-vt=vt05
.endif
|
2008-05-24 23:45:22 by Tobias Nygren | Files touched by this commit (201) |
Log message:
Switch master site to MASTER_SITE_XORG.
|
2008-01-18 03:54:15 by Blair Sadewitz | Files touched by this commit (3) |
Log message:
Update to version 1.1.6. The newly added patch corrects the 800x600
section in Xresources.cpp. In addition, this release brings the following
changes:
- Debian Bug #376391: xdm manpage refers to non-existent section
'Typical Usage'
- Debian Bug #437961: loading Xresources fails because bindir/xrdb
does not exist
- Update AC_DEFINE_DIR to autoconf-2.60-compatible version
- Add AM_PROG_CC_C_O to clear automake-1.10 warning
- Makefile.am:149: compiling `chooser.c' with per-target flags
requires `AM_PROG_CC_C_O' in `configure.ac'
- Bug #10530: xdm's path to xrdb could be configurable at compile time
- Set default cursor for entire root window, not just greeter
- Make #ifdef XPM only control whether XPM pixmap logo is shown
- Make 3D look-and-feel independent of XPM
- Set Xcursor theme to whiteglass in default login screen resources
- X.Org Bug #10992: xlogin crashes if window size is too small
- Add --enable-xdm-auth/--disable-xdm-auth to configure options
- X.Org Bug 10632 / Debian Bug 256299: race condition in
policy.c:Willing()
- Document more of the greeter resources in xdm man page
- Bug #11096: xdm(1) manpage should document Xft-related properties
- Bug #11020: xdm doesn't set SSH_AUTH_SOCK even though using
with pam_ssh
- Wasn't calling pam_setcred()/pam_getenvlist() if setusercontext()
was present
- X.Org Bugzilla #11020:
<https://bugs.freedesktop.org/show_bug.cgi?id=11020>
|
2007-11-07 18:17:55 by David Brownlee | Files touched by this commit (2) |
Log message:
Add explicit option check for -inet6
|
2007-08-09 14:58:28 by Matthias Scheler | Files touched by this commit (1) |
Log message:
Add missing dependence on "sessreg" package and bump package revision.
Problem pointed out by Joerg Sonnenberger on "tech-pkg" mailing list.
|
2007-08-06 18:43:41 by Matthias Scheler | Files touched by this commit (2) |
Log message:
Fix bugs in "rc.d" script, bump package revision.
|
2007-08-06 17:56:09 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Hard-wire /dev/urandom on NetBSD for cross-compilation.
|
2007-08-06 16:56:34 by Matthias Scheler | Files touched by this commit (5) | |
Log message:
Import new "xdm" package:
X Display Manager from modular X.org
This package is based on Blair Sadewitz's "xdm" package in \
"pkgsrc-wip".
|