pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/gdm update to 2.18.3
details: https://anonhg.NetBSD.org/pkgsrc/rev/bde1a64e9954
branches: trunk
changeset: 531120:bde1a64e9954
user: drochner <drochner%pkgsrc.org@localhost>
date: Fri Jul 20 12:11:21 2007 +0000
description:
update to 2.18.3
changes:
- Fix handling of AlwaysLoginCurrentSession and DoubleLoginWarning so
it works for the non-migratable case (for Xnest, XDMCP, etc.).
- Use an unsigned char buffer in gdm_fdgetc
- Just display the default "authentication failed" message when we
receive PAM_AUTHINFO_UNAVAIL
- Translation updates
- Fix crashing issue with XDMCP logic.
pkgsrc change: fix the substitution which is supposed to make the
NetBSD logo appear on the default login screen, but do so for a NetBSD
pkgsrc target only.
Should fix PR pkg/34955 by Hauke Fath
diffstat:
x11/gdm/Makefile | 9 +++++----
x11/gdm/PLIST | 3 ++-
x11/gdm/distinfo | 8 ++++----
3 files changed, 11 insertions(+), 9 deletions(-)
diffs (58 lines):
diff -r d66795c4699c -r bde1a64e9954 x11/gdm/Makefile
--- a/x11/gdm/Makefile Fri Jul 20 11:53:27 2007 +0000
+++ b/x11/gdm/Makefile Fri Jul 20 12:11:21 2007 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.126 2007/06/05 05:37:39 wiz Exp $
+# $NetBSD: Makefile,v 1.127 2007/07/20 12:11:21 drochner Exp $
#
-DISTNAME= gdm-2.18.1
-PKGREVISION= 2
+DISTNAME= gdm-2.18.3
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gdm/2.18/}
EXTRACT_SUFX= .tar.bz2
@@ -72,7 +71,9 @@
SUBST_SED.desktop= -e 's/^_//g'
SUBST_SED.desktop+= -e 's|^User=gdm$$|User=${GDMOWN}|g'
SUBST_SED.desktop+= -e 's|^Group=gdm$$|Group=${GDMGRP}|g'
-SUBST_SED.desktop+= -e 's|^\#Logo=.*$$|Logo=@EXPANDED_PIXMAPDIR@/NetBSD.xpm|g'
+.if ${OPSYS} == "NetBSD"
+SUBST_SED.desktop+= -e 's|^\#Logo=.*$$|Logo=${PREFIX}/share/pixmaps/NetBSD.xpm|g'
+.endif
.if ${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD"
SUBST_SED.desktop+= -e 's|^\#RebootCommand=.*$$|RebootCommand=/sbin/shutdown -r now|g'
SUBST_SED.desktop+= -e 's|^\#HaltCommand=.*$$|HaltCommand=/sbin/shutdown -p now|g'
diff -r d66795c4699c -r bde1a64e9954 x11/gdm/PLIST
--- a/x11/gdm/PLIST Fri Jul 20 11:53:27 2007 +0000
+++ b/x11/gdm/PLIST Fri Jul 20 12:11:21 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.32 2007/04/11 20:40:07 drochner Exp $
+@comment $NetBSD: PLIST,v 1.33 2007/07/20 12:11:21 drochner Exp $
${DMX}bin/gdm-dmx-reconnect-proxy
bin/gdmXnest
bin/gdmXnestchooser
@@ -151,6 +151,7 @@
share/locale/nl/LC_MESSAGES/gdm.mo
share/locale/nn/LC_MESSAGES/gdm.mo
share/locale/nso/LC_MESSAGES/gdm.mo
+share/locale/oc/LC_MESSAGES/gdm.mo
share/locale/or/LC_MESSAGES/gdm.mo
share/locale/pa/LC_MESSAGES/gdm.mo
share/locale/pl/LC_MESSAGES/gdm.mo
diff -r d66795c4699c -r bde1a64e9954 x11/gdm/distinfo
--- a/x11/gdm/distinfo Fri Jul 20 11:53:27 2007 +0000
+++ b/x11/gdm/distinfo Fri Jul 20 12:11:21 2007 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.48 2007/04/11 20:40:07 drochner Exp $
+$NetBSD: distinfo,v 1.49 2007/07/20 12:11:21 drochner Exp $
-SHA1 (gdm-2.18.1.tar.bz2) = 70b902ff810a69109746c135dd095db34982a9d0
-RMD160 (gdm-2.18.1.tar.bz2) = cb2296bc61eccd6dfa8df8ad071a14e58f8dd80d
-Size (gdm-2.18.1.tar.bz2) = 3460665 bytes
+SHA1 (gdm-2.18.3.tar.bz2) = e3285fafe563a1ca1708d067478cfcd6e63acef2
+RMD160 (gdm-2.18.3.tar.bz2) = 4c55bb00a7c62cfa23e1edf3211a198222e89c07
+Size (gdm-2.18.3.tar.bz2) = 3461043 bytes
SHA1 (patch-aa) = 56232879fbb5d885aa164e94baf3368e950c433f
SHA1 (patch-ab) = b151843608e3418962dfcbfd454cf0ba8aac39e0
SHA1 (patch-ac) = 69b3539e50af0b32207b9ffeb7cb01645c9ece3c
Home |
Main Index |
Thread Index |
Old Index