View | Details | Raw Unified | Return to bug 27855
Collapse All | Expand All

(-)gdm/Makefile (-1 / +2 lines)
Lines 6-18 Link Here
6
#
6
#
7
7
8
PORTNAME=	gdm
8
PORTNAME=	gdm
9
PORTVERSION=	2.2.1
9
PORTVERSION=	2.2.2.1
10
CATEGORIES=	x11 gnome
10
CATEGORIES=	x11 gnome
11
MASTER_SITES=	${MASTER_SITE_GNOME}
11
MASTER_SITES=	${MASTER_SITE_GNOME}
12
MASTER_SITE_SUBDIR=		stable/sources/gdm
12
MASTER_SITE_SUBDIR=		stable/sources/gdm
13
13
14
MAINTAINER=	gnome@FreeBSD.org
14
MAINTAINER=	gnome@FreeBSD.org
15
15
16
USE_BZIP2=	yes
16
USE_X_PREFIX=	yes
17
USE_X_PREFIX=	yes
17
USE_GMAKE=	yes
18
USE_GMAKE=	yes
18
USE_GNOME=	yes
19
USE_GNOME=	yes
(-)gdm/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (gdm-2.2.1.tar.gz) = 166b85182688b983bff965976395fbda
1
MD5 (gdm-2.2.2.1.tar.bz2) = 64998ab01bff71429903e40313a120e3
(-)gdm/files/patch-ah (-4 / +4 lines)
Lines 1-9 Link Here
1
--- config/PreSession.orig	Fri Apr 27 18:51:10 2001
1
--- config/PreSession.orig	Sun Jun  3 14:45:40 2001
2
+++ config/PreSession	Tue May  8 11:32:12 2001
2
+++ config/PreSession	Sun Jun  3 14:47:23 2001
3
@@ -1,4 +1,4 @@
3
@@ -1,4 +1,4 @@
4
 #!/bin/sh
4
 #!/bin/sh
5
-if [ -x /usr/bin/X11/sessreg ]; then
5
-if [ -x /usr/bin/X11/sessreg ]; then
6
-	/usr/bin/X11/sessreg -a -w /var/log/wtmp -u /var/run/utmp -l $DISPLAY $USER
6
-	/usr/bin/X11/sessreg -a -w /var/log/wtmp -u none -l $DISPLAY $USER
7
+if [ -x /usr/X11R6/bin/sessreg ]; then
7
+if [ -x /usr/X11R6/bin/sessreg ]; then
8
+	/usr/X11R6/bin/sessreg -a -w /var/log/wtmp -u /var/run/utmp -l $DISPLAY -x /usr/X11R6/lib/X11/xdm/Xservers $USER
8
+	/usr/X11R6/bin/sessreg -a -w /var/log/wtmp -u none -l $DISPLAY -x /usr/X11R6/lib/X11/xdm/Xservers $USER
9
 fi
9
 fi
(-)gdm/files/patch-ai (-4 / +4 lines)
Lines 1-9 Link Here
1
--- config/PostSession.orig	Fri Apr 27 18:51:10 2001
1
--- config/PostSession.orig	Sun Jun  3 14:48:43 2001
2
+++ config/PostSession	Tue May  8 11:33:08 2001
2
+++ config/PostSession	Sun Jun  3 14:49:15 2001
3
@@ -1,4 +1,4 @@
3
@@ -1,4 +1,4 @@
4
 #!/bin/sh
4
 #!/bin/sh
5
-if [ -x /usr/bin/X11/sessreg ]; then
5
-if [ -x /usr/bin/X11/sessreg ]; then
6
-	/usr/bin/X11/sessreg -d -w /var/log/wtmp -u /var/run/utmp -l $DISPLAY $USER
6
-	/usr/bin/X11/sessreg -d -w /var/log/wtmp -u none -l $DISPLAY $USER
7
+if [ -x /usr/X11R6/bin/sessreg ]; then
7
+if [ -x /usr/X11R6/bin/sessreg ]; then
8
+	/usr/X11R6/bin/sessreg -d -w /var/log/wtmp -u /var/run/utmp -l $DISPLAY -x /usr/X11R6/lib/X11/xdm/Xservers $USER
8
+	/usr/X11R6/bin/sessreg -d -w /var/log/wtmp -u none -l $DISPLAY -x /usr/X11R6/lib/X11/xdm/Xservers $USER
9
 fi
9
 fi
(-)gdm/files/patch-ao (-14 lines)
Lines 1-14 Link Here
1
--- config/Makefile.in.orig	Fri May  4 20:22:08 2001
2
+++ config/Makefile.in	Tue May  8 11:34:26 2001
3
@@ -151,3 +151,3 @@
4
 
5
-EXTRA_DIST =  	gdm.conf.in 	Gnome.in 	gnomerc.in 	Xsession 	Failsafe.in 	gdm 	locale.alias 	Default 	PostSession 	PreSession 	Default.redhat 	Default.debian 	Failsafe.redhat
6
+EXTRA_DIST =  	gdm.conf.in 	Gnome.in 	gnomerc.in 	Failsafe.in 	gdm 	locale.alias 	Default 	PostSession 	PreSession 	Default.redhat 	Default.debian 	Failsafe.redhat
7
 
8
@@ -282,6 +282,2 @@
9
 		chmod 755 $(sessdir); \
10
-	fi
11
-
12
-	if test '!' -f $(sessdir)/Xsession; then \
13
-		$(INSTALL_SCRIPT) $(srcdir)/Xsession $(sessdir)/Xsession; \
14
 	fi
(-)gdm/pkg-plist (-7 / +54 lines)
Lines 2-28 Link Here
2
bin/gdmchooser
2
bin/gdmchooser
3
bin/gdmconfig
3
bin/gdmconfig
4
bin/gdmlogin
4
bin/gdmlogin
5
sbin/gdm-restart
5
etc/gdm/Init/Default
6
etc/gdm/Init/Default
6
etc/gdm/PostSession/Default
7
etc/gdm/PostSession/Default
7
etc/gdm/PreSession/Default
8
etc/gdm/PreSession/Default
8
etc/gdm/Sessions/Failsafe
9
etc/gdm/Sessions/Xsession
9
etc/gdm/Sessions/Gnome
10
etc/gdm/Sessions/Gnome
11
etc/gdm/factory-gdm.conf
12
etc/gdm/XKeepsCrashing
10
etc/gdm/gdm.conf
13
etc/gdm/gdm.conf
11
etc/gdm/gnomerc
14
etc/gdm/gnomerc
12
etc/gdm/locale.alias
15
etc/gdm/locale.alias
13
share/gnome/apps/System/gdmconfig.desktop
16
share/gnome/apps/System/gdmconfig.desktop
17
share/gnome/apps/Settings/gdmphotosetup.desktop
14
share/gnome/gdm/gdmchooser.glade
18
share/gnome/gdm/gdmchooser.glade
15
share/gnome/gdm/gdmconfig.glade
19
share/gnome/gdm/gdmconfig.glade
16
share/gnome/help/gdm/C/configuration.html
20
share/gnome/help/gdm/C/configuration.html
17
share/gnome/help/gdm/C/daemonov.html
21
share/gnome/help/gdm/C/daemonov.html
18
share/gnome/help/gdm/C/docbook.css
22
share/gnome/help/gdm/C/docbook.css
19
share/gnome/help/gdm/C/f21.html
23
share/gnome/help/gdm/C/f39.html
20
share/gnome/help/gdm/C/gdm.html
24
share/gnome/help/gdm/C/gdm.html
21
share/gnome/help/gdm/C/index.html
25
share/gnome/help/gdm/C/index.html
22
share/gnome/help/gdm/C/intro.html
26
share/gnome/help/gdm/C/intro.html
23
share/gnome/help/gdm/C/x135.html
27
share/gnome/help/gdm/C/x155.html
24
share/gnome/help/gdm/C/x60.html
28
share/gnome/help/gdm/C/x80.html
25
share/gnome/help/gdm/C/x69.html
29
share/gnome/help/gdm/C/x89.html
30
share/gnome/help/gdmconfig/C/index.html
31
share/gnome/help/gdmconfig/C/gdmconfig.sgml
32
share/gnome/help/gdmconfig/C/authors.html
33
share/gnome/help/gdmconfig/C/basic.html
34
share/gnome/help/gdmconfig/C/bugs.html
35
share/gnome/help/gdmconfig/C/expert.html
36
share/gnome/help/gdmconfig/C/license.html
37
share/gnome/help/gdmconfig/C/ln7.html
38
share/gnome/help/gdmconfig/C/system.html
39
share/gnome/help/gdmconfig/C/usage.html
40
share/gnome/help/gdmconfig/C/docbook.css
41
share/gnome/help/gdmconfig/C/topic.dat
42
share/gnome/help/gdmconfig/C/stylesheet-images/caution.gif
43
share/gnome/help/gdmconfig/C/stylesheet-images/home.gif
44
share/gnome/help/gdmconfig/C/stylesheet-images/important.gif
45
share/gnome/help/gdmconfig/C/stylesheet-images/next.gif
46
share/gnome/help/gdmconfig/C/stylesheet-images/note.gif
47
share/gnome/help/gdmconfig/C/stylesheet-images/prev.gif
48
share/gnome/help/gdmconfig/C/stylesheet-images/tip.gif
49
share/gnome/help/gdmconfig/C/stylesheet-images/toc-blank.gif
50
share/gnome/help/gdmconfig/C/stylesheet-images/toc-minus.gif
51
share/gnome/help/gdmconfig/C/stylesheet-images/toc-plus.gif
52
share/gnome/help/gdmconfig/C/stylesheet-images/up.gif
53
share/gnome/help/gdmconfig/C/stylesheet-images/warning.gif
54
share/gnome/help/gdmconfig/C/figures/GDM_auto_login.png
55
share/gnome/help/gdmconfig/C/figures/GDM_background.png
56
share/gnome/help/gdmconfig/C/figures/GDM_chooser.png
57
share/gnome/help/gdmconfig/C/figures/GDM_enviro.png
58
share/gnome/help/gdmconfig/C/figures/GDM_face_brow.png
59
share/gnome/help/gdmconfig/C/figures/GDM_full.png
60
share/gnome/help/gdmconfig/C/figures/GDM_login_appear.png
61
share/gnome/help/gdmconfig/C/figures/GDM_login_behav.png
62
share/gnome/help/gdmconfig/C/figures/GDM_login_sessions.png
63
share/gnome/help/gdmconfig/C/figures/GDM_menubar.png
64
share/gnome/help/gdmconfig/C/figures/GDM_misc.png
65
share/gnome/help/gdmconfig/C/figures/GDM_paths.png
66
share/gnome/help/gdmconfig/C/figures/GDM_security.png
67
share/gnome/help/gdmconfig/C/figures/GDM_xdmcp.png
68
share/gnome/help/gdmconfig/C/figures/GDM_xserv_setup.png
69
share/gnome/omf/gdm/gdmconfig-C.omf
26
share/gnome/pixmaps/gdm.xpm
70
share/gnome/pixmaps/gdm.xpm
27
share/gnome/pixmaps/nobody.png
71
share/gnome/pixmaps/nobody.png
28
share/gnome/pixmaps/nohost.png
72
share/gnome/pixmaps/nohost.png
Lines 40-48 Link Here
40
share/locale/gl/LC_MESSAGES/gdm.mo
84
share/locale/gl/LC_MESSAGES/gdm.mo
41
share/locale/hu/LC_MESSAGES/gdm.mo
85
share/locale/hu/LC_MESSAGES/gdm.mo
42
share/locale/it/LC_MESSAGES/gdm.mo
86
share/locale/it/LC_MESSAGES/gdm.mo
43
share/locale/ja/LC_MESSAGES/gdm.mo
44
share/locale/ko/LC_MESSAGES/gdm.mo
87
share/locale/ko/LC_MESSAGES/gdm.mo
45
share/locale/lt/LC_MESSAGES/gdm.mo
88
share/locale/lt/LC_MESSAGES/gdm.mo
89
share/locale/ms/LC_MESSAGES/gdm.mo
46
share/locale/nl/LC_MESSAGES/gdm.mo
90
share/locale/nl/LC_MESSAGES/gdm.mo
47
share/locale/nn/LC_MESSAGES/gdm.mo
91
share/locale/nn/LC_MESSAGES/gdm.mo
48
share/locale/no/LC_MESSAGES/gdm.mo
92
share/locale/no/LC_MESSAGES/gdm.mo
Lines 56-62 Link Here
56
share/locale/tr/LC_MESSAGES/gdm.mo
100
share/locale/tr/LC_MESSAGES/gdm.mo
57
share/locale/uk/LC_MESSAGES/gdm.mo
101
share/locale/uk/LC_MESSAGES/gdm.mo
58
share/locale/zh_CN.GB2312/LC_MESSAGES/gdm.mo
102
share/locale/zh_CN.GB2312/LC_MESSAGES/gdm.mo
59
share/locale/zh_TW.Big5/LC_MESSAGES/gdm.mo
60
@dirrm etc/gdm/Init
103
@dirrm etc/gdm/Init
61
@dirrm etc/gdm/PostSession
104
@dirrm etc/gdm/PostSession
62
@dirrm etc/gdm/PreSession
105
@dirrm etc/gdm/PreSession
Lines 67-69 Link Here
67
@dirrm share/gnome/help/gdm/C/images
110
@dirrm share/gnome/help/gdm/C/images
68
@dirrm share/gnome/help/gdm/C
111
@dirrm share/gnome/help/gdm/C
69
@dirrm share/gnome/help/gdm
112
@dirrm share/gnome/help/gdm
113
@dirrm share/gnome/help/gdmconfig/C/stylesheet-images
114
@dirrm share/gnome/help/gdmconfig/C/figures
115
@dirrm share/gnome/help/gdmconfig/C
116
@dirrm share/gnome/help/gdmconfig

Return to bug 27855