Update to 2.4.4.2.
This commit is contained in:
parent
8108744cf6
commit
0043945a54
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89313
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= gdm2
|
||||
PORTVERSION= 2.4.4.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.4.4.2
|
||||
CATEGORIES= x11 gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.4
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gnome2/gdm-2.4.4.1.tar.bz2) = 50e5fd07bf1a15b1638f41787415f81c
|
||||
MD5 (gnome2/gdm-2.4.4.2.tar.bz2) = 3028b6cd8dedc4e5c0cef37474bb3b46
|
||||
|
10
x11/gdm2/files/patch-daemon_errorgui.c
Normal file
10
x11/gdm2/files/patch-daemon_errorgui.c
Normal file
@ -0,0 +1,10 @@
|
||||
--- daemon/errorgui.c.orig Tue Sep 23 00:39:10 2003
|
||||
+++ daemon/errorgui.c Tue Sep 23 00:39:21 2003
|
||||
@@ -32,6 +32,7 @@
|
||||
#include <sys/stat.h>
|
||||
#include <pwd.h>
|
||||
#include <sys/types.h>
|
||||
+#include <signal.h>
|
||||
#include "gdm.h"
|
||||
#include "misc.h"
|
||||
#include "auth.h"
|
@ -9,8 +9,7 @@ bin/gdmlogin
|
||||
bin/gdmphotosetup
|
||||
bin/gdmsetup
|
||||
bin/gdmthemetester
|
||||
etc/dm/Sessions/Default.desktop
|
||||
etc/dm/Sessions/gnome.desktop
|
||||
etc/dm/Sessions/default.desktop
|
||||
etc/gdm/Init/Default
|
||||
etc/gdm/PostLogin/Default.sample
|
||||
etc/gdm/PostSession/Default
|
||||
@ -76,6 +75,7 @@ share/gnome/pixmaps/gdm.png
|
||||
share/gnome/pixmaps/login-photo.png
|
||||
share/gnome/pixmaps/nobody.png
|
||||
share/gnome/pixmaps/nohost.png
|
||||
share/gnome/xsessions/gnome.desktop
|
||||
share/locale/am/LC_MESSAGES/gdm-2.4.mo
|
||||
share/locale/ar/LC_MESSAGES/gdm-2.4.mo
|
||||
share/locale/az/LC_MESSAGES/gdm-2.4.mo
|
||||
@ -131,6 +131,7 @@ share/locale/vi/LC_MESSAGES/gdm-2.4.mo
|
||||
share/locale/wa/LC_MESSAGES/gdm-2.4.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/gdm-2.4.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/gdm-2.4.mo
|
||||
@dirrm share/gnome/xsessions
|
||||
@dirrm share/gnome/omf/gdm
|
||||
@dirrm share/gnome/help/gdm/C
|
||||
@dirrm share/gnome/gdm/themes/happygnome
|
||||
@ -139,5 +140,6 @@ share/locale/zh_TW/LC_MESSAGES/gdm-2.4.mo
|
||||
@dirrm share/gnome/gdm/themes
|
||||
@dirrm etc/pam.d
|
||||
@dirrm etc/gdm/modules
|
||||
@unexec /bin/rmdir %D/etc/dm/Sessions 2>/dev/null || /usr/bin/true
|
||||
@unexec /bin/rmdir %D/etc/dm 2>/dev/null || /usr/bin/true
|
||||
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gdm/gdm-C.omf 2>/dev/null || /usr/bin/true
|
||||
|
Loading…
Reference in New Issue
Block a user