diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-09-01 14:42:59 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-09-01 14:42:59 +0000 |
commit | 487916cbdbd2c61e05e8ba5471425aba1f3b2053 (patch) | |
tree | 35cceab4f58bc89b01fb6a269bb0941a78fc8228 /x11/gdm/patches | |
parent | e7fc504000f69a9a2578c9c7e722b316d235823f (diff) | |
download | pkgsrc-487916cbdbd2c61e05e8ba5471425aba1f3b2053.tar.gz |
Update to 2.6.0.4:
- Allow not checking directory owners with CheckDirOwner key,
(Andreas Schubert)
- FreeBSD support for VTAllocation stuff (Alexander Nedousukov)
- Add de_AT, de_CH, fr_BE, fr_CH, hy_AM to language list (#148349, #139454)
- Add more native versions of language names and fix up existing ones,
#148373, #148486, 148356, #148350, #88777, #150293
- Add support for Solaris logindevperm and usiting (Brian Cameron)
- Fix some strings, fixes #144076, #144077, #147800
- On sun we automatically make the default config add -nobanner to
the X server flags (Arvind)
- Fix doubleclicking on the user browser in the standard greeter
- Fix #144007 where bad .profile could screw up a session start
- Fix #148042 by making GETTEXT_PACKAGE just gdm
- Fix #147940 by properly checking if shutdown/reboot/suspend commands exist
in the graphical greeter
- Fix #143707 by using Exclude key for the user dropdown lists in gdmsetup
- Fix some compiler warnings for new gcc
- .dmrc is created with umask 077 for maximum anality
- Translation updates (Kjartan Maraas, Laszlo Dvornik, Laurent Dhima,
Martin Willemoes Hansen, Marie Lund, Metin Amiroff, Francisco Javier F.
Serrador, Duarte Loreto, Tommi Vainikainen, Leonid Kanter, Changwoo Ryu,
Funda Wang, Artur Flinta, GNOME PL Team, Miloslav Trmac, Adam Weinberger,
Estevao Samuel Procopio, Tommi Vainikainen, Danilo Segan, Guntupalli
Karunakar, Lucas Vieites, Christian Neumair, Nikos Charonitakis,
Gustavo Maciel Dias Vieira, Afonso Celso Medina, Sebastien Bacher,
Ole Laursen, Ivan Stojmirov, Andras Timar)
Diffstat (limited to 'x11/gdm/patches')
-rw-r--r-- | x11/gdm/patches/patch-aa | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/x11/gdm/patches/patch-aa b/x11/gdm/patches/patch-aa index 29240d91a75..27b225d9dd7 100644 --- a/x11/gdm/patches/patch-aa +++ b/x11/gdm/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.10 2004/07/05 09:10:19 jmmv Exp $ +$NetBSD: patch-aa,v 1.11 2004/09/01 14:42:59 jmmv Exp $ ---- configure.orig 2004-06-11 17:49:13.000000000 +0200 +--- configure.orig 2004-08-18 22:09:11.000000000 +0200 +++ configure -@@ -21237,7 +21237,8 @@ _ACEOF +@@ -21231,7 +21231,8 @@ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ @@ -12,7 +12,7 @@ $NetBSD: patch-aa,v 1.10 2004/07/05 09:10:19 jmmv Exp $ int main () { -@@ -21606,13 +21607,13 @@ echo "${ECHO_T}yes" >&6 +@@ -21594,13 +21595,13 @@ echo "${ECHO_T}yes" >&6 echo "$as_me:$LINENO: checking DAEMON_CFLAGS" >&5 echo $ECHO_N "checking DAEMON_CFLAGS... $ECHO_C" >&6 @@ -28,9 +28,9 @@ $NetBSD: patch-aa,v 1.10 2004/07/05 09:10:19 jmmv Exp $ echo "$as_me:$LINENO: result: $DAEMON_LIBS" >&5 echo "${ECHO_T}$DAEMON_LIBS" >&6 else -@@ -28015,6 +28018,10 @@ else - X_SERVER="/usr/X11R6/bin/X" +@@ -28163,6 +28164,10 @@ else X_CONF_PATH="/usr/bin/X11:/usr/X11R6/bin:/usr/local/bin:/opt/X11R6/bin" + X_CONFIG_OPTIONS="-audit 0" fi +X_PATH="${X11BASE}/bin" +X_SERVER_PATH="${X11BASE}/bin" @@ -39,7 +39,7 @@ $NetBSD: patch-aa,v 1.10 2004/07/05 09:10:19 jmmv Exp $ -@@ -28064,6 +28071,8 @@ prefix=$old_prefix +@@ -28218,6 +28223,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" |