summaryrefslogtreecommitdiff
path: root/x11/gdm/patches/patch-aa
diff options
context:
space:
mode:
authorjmmv <jmmv>2004-12-28 21:51:12 +0000
committerjmmv <jmmv>2004-12-28 21:51:12 +0000
commit021f7ff046b529919952bb63cbfa294b09878987 (patch)
tree5c6c64057e5bcd0848c8c4a5184d41a63ea951a8 /x11/gdm/patches/patch-aa
parent42f4dc4db7676b60a2783d6e835309db7884ba83 (diff)
downloadpkgsrc-021f7ff046b529919952bb63cbfa294b09878987.tar.gz
Update to 2.6.0.6:
- Allow flexi x servers to be launched from the fifo script with "echo FLEXI_XSERVER > <ServAuthDir>/.gdmfifo" (Tuukka Hastrup, me) - Autologin works on the first handled display not just first local display - There is a global cookie for the SUP protocol in <ServAuthDir>/.cookie - Xnest is set up properly on Solaris (Brian) - Fixup comments in the config file (Brian, me) - Fix language selection (Ray Strode) - Set the GDM_XSERVER_LOCATION env var on the session so that the user can find out what they can do. - Fix logindevperm stuff to allow a11y access to sound (Brian Cameron) - Solaris build fixes for Solaris 9 and earlier (Brian Cameron) - Translation updates (Kjartan Maraas, Christophe Merlet, Changwoo Ryu, Laszlo Dvornik, Adam Weinberger, Zygimantas Berucka, Alessio Frusciante, Francesco Marletta)
Diffstat (limited to 'x11/gdm/patches/patch-aa')
-rw-r--r--x11/gdm/patches/patch-aa17
1 files changed, 9 insertions, 8 deletions
diff --git a/x11/gdm/patches/patch-aa b/x11/gdm/patches/patch-aa
index 27b225d9dd7..69453551cff 100644
--- a/x11/gdm/patches/patch-aa
+++ b/x11/gdm/patches/patch-aa
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.11 2004/09/01 14:42:59 jmmv Exp $
+$NetBSD: patch-aa,v 1.12 2004/12/28 21:51:12 jmmv Exp $
---- configure.orig 2004-08-18 22:09:11.000000000 +0200
+--- configure.orig 2004-10-27 01:06:14.000000000 +0200
+++ configure
@@ -21231,7 +21231,8 @@ _ACEOF
cat confdefs.h >>conftest.$ac_ext
@@ -28,18 +28,19 @@ $NetBSD: patch-aa,v 1.11 2004/09/01 14:42:59 jmmv Exp $
echo "$as_me:$LINENO: result: $DAEMON_LIBS" >&5
echo "${ECHO_T}$DAEMON_LIBS" >&6
else
-@@ -28163,6 +28164,10 @@ else
- X_CONF_PATH="/usr/bin/X11:/usr/X11R6/bin:/usr/local/bin:/opt/X11R6/bin"
+@@ -28158,6 +28159,11 @@ else
X_CONFIG_OPTIONS="-audit 0"
fi
+
+X_PATH="${X11BASE}/bin"
+X_SERVER_PATH="${X11BASE}/bin"
+X_SERVER="${X11BASE}/bin/X ${X_SERVER_ARGS}"
+X_CONF_PATH="${X11BASE}/bin"
-
-
-
-@@ -28218,6 +28223,8 @@ prefix=$old_prefix
++
+ # On Solaris, Xnest is only shipped in /usr/openwin/, so set path
+ # properly. The Xsun version of Xnest also requires the -pn
+ # argument so it can be run as the user. Note that you can have
+@@ -28233,6 +28239,8 @@ prefix=$old_prefix
exec_prefix=$old_exec_prefix
ac_config_files="$ac_config_files Makefile daemon/Makefile gui/Makefile gui/greeter/Makefile gui/greeter/themes/Makefile gui/greeter/themes/circles/Makefile gui/greeter/themes/happygnome/Makefile gui/greeter/themes/happygnome-list/Makefile gui/modules/Makefile gui/modules/AccessKeyMouseEvents gui/modules/AccessDwellMouseEvents utils/Makefile pixmaps/Makefile pixmaps/16x16/Makefile pixmaps/32x32/Makefile pixmaps/48x48/Makefile config/Makefile po/Makefile.in vicious-extensions/Makefile docs/Makefile docs/C/Makefile docs/de/Makefile docs/es/Makefile docs/fr/Makefile docs/it/Makefile docs/sv/Makefile docs/ja/Makefile docs/ko/Makefile docs/zh_CN/Makefile docs/zh_HK/Makefile docs/zh_TW/Makefile config/gdm.conf config/Xsession config/Default config/PreSession config/PostSession daemon/gdm gdm-stop gdm-restart gdm-safe-restart gdmsetup-security gdm.spec"