aboutsummaryrefslogtreecommitdiff
path: root/x11/gdm2
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gdm2')
-rw-r--r--x11/gdm2/Makefile41
-rw-r--r--x11/gdm2/distinfo1
-rw-r--r--x11/gdm2/files/patch-aa24
-rw-r--r--x11/gdm2/files/patch-ab47
-rw-r--r--x11/gdm2/files/patch-ac16
-rw-r--r--x11/gdm2/files/patch-ad22
-rw-r--r--x11/gdm2/files/patch-ae13
-rw-r--r--x11/gdm2/files/patch-af48
-rw-r--r--x11/gdm2/files/patch-ag10
-rw-r--r--x11/gdm2/files/patch-ah7
-rw-r--r--x11/gdm2/files/patch-ai7
-rw-r--r--x11/gdm2/files/patch-aj8
-rw-r--r--x11/gdm2/files/patch-ak21
-rw-r--r--x11/gdm2/files/patch-al8
-rw-r--r--x11/gdm2/pkg-comment1
-rw-r--r--x11/gdm2/pkg-descr14
-rw-r--r--x11/gdm2/pkg-install7
-rw-r--r--x11/gdm2/pkg-message22
-rw-r--r--x11/gdm2/pkg-plist45
19 files changed, 0 insertions, 362 deletions
diff --git a/x11/gdm2/Makefile b/x11/gdm2/Makefile
deleted file mode 100644
index 42a4d93e02e5..000000000000
--- a/x11/gdm2/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# New ports collection makefile for: gdm
-# Date created: 12 September 2000
-# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gdm
-PORTVERSION= 2.0b4
-PORTREVISION= 2
-CATEGORIES= x11 gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= stable/sources/gdm
-DISTNAME= ${PORTNAME}-2.0beta4
-
-MAINTAINER= nakai@FreeBSD.org
-
-USE_X_PREFIX= yes
-USE_GMAKE= yes
-USE_GNOME= yes
-USE_LIBTOOL= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
-
-pre-fetch:
-.if !defined(BATCH) && !defined(PACKAGE_BUILDING)
- ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
-.endif
-
-pre-patch:
- @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
- s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
- @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
- 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
- s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
-
-post-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/config/gnomerc ${PREFIX}/etc/gdm/
- ${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>
diff --git a/x11/gdm2/distinfo b/x11/gdm2/distinfo
deleted file mode 100644
index 8c70336ba6d5..000000000000
--- a/x11/gdm2/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (gdm-2.0beta4.tar.gz) = 651fd0762fb1a2e70ab2d0379a7d3374
diff --git a/x11/gdm2/files/patch-aa b/x11/gdm2/files/patch-aa
deleted file mode 100644
index 52f448b51b0f..000000000000
--- a/x11/gdm2/files/patch-aa
+++ /dev/null
@@ -1,24 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 1999/11/10 23:15:28 tron Exp $
-
---- config/Makefile.in.orig Thu Sep 30 01:15:45 1999
-+++ config/Makefile.in Tue Nov 9 23:30:28 1999
-@@ -243,6 +243,10 @@
- -e 's,\@sysconfdir\@,$(sysconfdir),g' \
- -e 's,\@localedir\@,$(localedir),g' \
- -e 's,\@authdir\@,$(authdir),g' \
-+ -e 's,\@GDMOWN\@,$(GDMOWN),g' \
-+ -e 's,\@GDMGRP\@,$(GDMGRP),g' \
-+ -e 's,\@X11BASE\@,$(X11BASE),g' \
-+ -e 's,\@LOCALBASE\@,$(LOCALBASE),g' \
- < $(srcdir)/gdm.conf.in > gdm.conf.tmp; \
- mv -f gdm.conf.tmp gdm.conf
-
-@@ -300,7 +304,7 @@
- fi
- if test '!' -d $(authdir); then \
- $(mkinstalldirs) $(authdir); \
-- chown gdm.gdm $(authdir); \
-+ chown $(GDMOWN):$(GDMGRP) $(authdir); \
- chmod 750 $(authdir); \
- fi
-
diff --git a/x11/gdm2/files/patch-ab b/x11/gdm2/files/patch-ab
deleted file mode 100644
index 8adacc171117..000000000000
--- a/x11/gdm2/files/patch-ab
+++ /dev/null
@@ -1,47 +0,0 @@
---- config/gdm.conf.in.orig Tue Sep 7 13:37:16 1999
-+++ config/gdm.conf.in Wed Sep 13 01:26:33 2000
-@@ -1,20 +1,20 @@
- [daemon]
- Chooser=@bindir@/gdmchooser --disable-sound --disable-crash-dialog
--DefaultPath=/bin:/usr/bin:/usr/bin/X11:/usr/local/bin:@bindir@
-+DefaultPath=/bin:/usr/bin:/usr/local/bin:@X11BASE@/bin:@LOCALBASE@/bin
- DisplayInitDir=@sysconfdir@/gdm/Init
- Greeter=@bindir@/gdmlogin --disable-sound --disable-crash-dialog
--Group=gdm
-+Group=wheel
- HaltCommand=/sbin/shutdown -h now
- KillInitClients=1
--LogDir=@authdir@
-+LogDir=/var/log
- PidFile=/var/run/gdm.pid
- PostSessionScriptDir=@sysconfdir@/gdm/PostSession/
- PreSessionScriptDir=@sysconfdir@/gdm/PreSession/
- RebootCommand=/sbin/shutdown -r now
--RootPath=/sbin:/usr/sbin:/bin:/usr/bin:/usr/bin/X11:/usr/local/bin:@bindir@
-+RootPath=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin:@X11BASE@/bin:@LOCALBASE@/bin
- ServAuthDir=@authdir@
- SessionDir=@sysconfdir@/gdm/Sessions/
--User=gdm
-+User=root
- UserAuthDir=
- UserAuthFBDir=/tmp
- UserAuthFile=.Xauthority
-@@ -50,7 +50,7 @@
- GlobalFaceDir=@datadir@/faces/
- Icon=@pixmapdir@/gdm.xpm
- LocaleFile=@localedir@/locale.alias
--Logo=@pixmapdir@/gnome-logo-large.png
-+Logo=@pixmapdir@/Daemon.png
- Quiver=1
- SystemMenu=0
- Welcome=Welcome to %n
-@@ -64,7 +64,7 @@
- Enable=0
-
- [servers]
--0=/usr/bin/X11/X
--#1=/usr/bin/X11/X
-+0=@X11BASE@/bin/X
-+#1=@X11BASE@/bin/X
-
-
diff --git a/x11/gdm2/files/patch-ac b/x11/gdm2/files/patch-ac
deleted file mode 100644
index 99387e481e31..000000000000
--- a/x11/gdm2/files/patch-ac
+++ /dev/null
@@ -1,16 +0,0 @@
---- config/Gnome.in.orig Mon Apr 19 07:08:08 1999
-+++ config/Gnome.in Wed Sep 13 01:47:51 2000
-@@ -1,4 +1,4 @@
--#!/bin/bash -login
-+#!/bin/sh
-
- for errfile in "$HOME/.gnomerc-errors" "${TMPDIR-/tmp}/gnomerc-$USER" "/tmp/gnomerc-$USER"
- do
-@@ -13,6 +13,6 @@
- if [ -x "$HOME/.gnomerc" ]; then
- exec "$HOME/.gnomerc"
- else
-- exec "@sysconfdir@/gnomerc"
-+ exec "@sysconfdir@/gdm/gnomerc"
- fi
-
diff --git a/x11/gdm2/files/patch-ad b/x11/gdm2/files/patch-ad
deleted file mode 100644
index 03274f60f5e0..000000000000
--- a/x11/gdm2/files/patch-ad
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-ad,v 1.1.1.1 1999/11/10 23:15:28 tron Exp $
-
---- gui/gdmlogin.c.orig Thu Sep 30 00:56:35 1999
-+++ gui/gdmlogin.c Wed Nov 10 01:30:54 1999
-@@ -1007,7 +1007,7 @@
- gint cols, rows;
- struct stat statbuf;
-
-- if(GdmGtkRC)
-+ if(*GdmGtkRC)
- gtk_rc_parse (GdmGtkRC);
-
- rootwin = gdk_window_foreign_new (GDK_ROOT_WINDOW ());
-@@ -1083,7 +1083,7 @@
- gtk_widget_show (GTK_WIDGET (item));
- }
-
-- if (GdmIcon) {
-+ if (*GdmIcon) {
- if (access (GdmIcon, R_OK)) {
- syslog (LOG_WARNING, _("Can't open icon file: %s. Suspending iconify feature!"), GdmIcon);
- }
diff --git a/x11/gdm2/files/patch-ae b/x11/gdm2/files/patch-ae
deleted file mode 100644
index 4a2ce86886be..000000000000
--- a/x11/gdm2/files/patch-ae
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ae,v 1.1.1.1 1999/11/10 23:15:28 tron Exp $
-
---- po/Makefile.in.in.orig Thu Sep 30 01:14:23 1999
-+++ po/Makefile.in.in Tue Nov 9 23:30:28 1999
-@@ -19,7 +19,7 @@
- prefix = @prefix@
- exec_prefix = @exec_prefix@
- datadir = $(prefix)/@DATADIRNAME@
--localedir = $(datadir)/locale
-+localedir = $(prefix)/share/locale
- gnulocaledir = $(prefix)/share/locale
- gettextsrcdir = $(prefix)/share/gettext/po
- subdir = po
diff --git a/x11/gdm2/files/patch-af b/x11/gdm2/files/patch-af
deleted file mode 100644
index 5f1ca5623479..000000000000
--- a/x11/gdm2/files/patch-af
+++ /dev/null
@@ -1,48 +0,0 @@
-$NetBSD: patch-af,v 1.4 1999/11/11 11:57:20 tron Exp $
-
---- daemon/slave.c.orig Thu Sep 30 00:56:35 1999
-+++ daemon/slave.c Thu Nov 11 12:30:39 1999
-@@ -300,8 +300,8 @@
- setegid (GdmGroupId);
- seteuid (0);
-
-- session = gdm_slave_greeter_ctl (GDM_SESS, usrsess);
-- language = gdm_slave_greeter_ctl (GDM_LANG, usrlang);
-+ session = gdm_slave_greeter_ctl (GDM_SESS, usrsess ? usrsess : "");
-+ language = gdm_slave_greeter_ctl (GDM_LANG, usrlang ? usrlang : "");
-
- if (strlen (gdm_slave_greeter_ctl (GDM_SSESS, "")))
- savesess = TRUE;
-@@ -331,11 +331,11 @@
- setenv ("DISPLAY", d->name, TRUE);
- setenv ("LOGNAME", login, TRUE);
- setenv ("USER", login, TRUE);
-- setenv ("USERNAME", login, TRUE);
- setenv ("HOME", pwent->pw_dir, TRUE);
- setenv ("GDMSESSION", session, TRUE);
- setenv ("SHELL", pwent->pw_shell, TRUE);
-- putenv ("MAIL");
-+ unsetenv ("GROUP");
-+ unsetenv ("MAIL");
-
- /* Special PATH for root */
- if(pwent->pw_uid == 0)
-@@ -385,6 +385,9 @@
- if (setgid (pwent->pw_gid) < 0)
- gdm_remanage (_("gdm_slave_session_start: Could not setgid %d. Aborting."), pwent->pw_gid);
-
-+ if (setlogin (login) < 0)
-+ gdm_remanage (_("gdm_slave_session_start: Could not set login name %s. Aborting."), login);
-+
- if (initgroups (login, pwent->pw_gid) < 0)
- gdm_remanage (_("gdm_slave_session_start: initgroups() failed for %s. Aborting."), login);
-
-@@ -423,7 +426,7 @@
- /* Restore sigmask inherited from init */
- sigprocmask (SIG_SETMASK, &sysmask, NULL);
-
-- execl (sesspath, NULL);
-+ execl (sesspath, sesspath, NULL);
-
- gdm_error (_("gdm_slave_session_start: Could not start session `%s'"), sesspath);
-
diff --git a/x11/gdm2/files/patch-ag b/x11/gdm2/files/patch-ag
deleted file mode 100644
index 2c8b5868765b..000000000000
--- a/x11/gdm2/files/patch-ag
+++ /dev/null
@@ -1,10 +0,0 @@
---- config/Default.orig Tue Sep 12 22:07:51 2000
-+++ config/Default Tue Sep 12 22:07:59 2000
-@@ -1,6 +1,6 @@
- #!/bin/sh
-
--/usr/bin/X11/xsetroot -solid "#007777"
-+/usr/X11R6/bin/xsetroot -solid "#007777"
-
-
-
diff --git a/x11/gdm2/files/patch-ah b/x11/gdm2/files/patch-ah
deleted file mode 100644
index 4738496f3561..000000000000
--- a/x11/gdm2/files/patch-ah
+++ /dev/null
@@ -1,7 +0,0 @@
---- config/PreSession.orig Thu Sep 30 07:42:27 1999
-+++ config/PreSession Wed Sep 13 00:51:23 2000
-@@ -1,3 +1,3 @@
- #!/bin/sh
--/usr/bin/X11/sessreg -a -w /var/log/wtmp -u /var/run/utmp -l $DISPLAY $USER
-+/usr/X11R6/bin/sessreg -a -w /var/log/wtmp -u /var/run/utmp -l $DISPLAY -x /usr/X11R6/lib/X11/xdm/Xservers $USER
-
diff --git a/x11/gdm2/files/patch-ai b/x11/gdm2/files/patch-ai
deleted file mode 100644
index f348fc2e4647..000000000000
--- a/x11/gdm2/files/patch-ai
+++ /dev/null
@@ -1,7 +0,0 @@
---- config/PostSession.orig Thu Sep 30 07:42:19 1999
-+++ config/PostSession Wed Sep 13 00:51:04 2000
-@@ -1,3 +1,3 @@
- #!/bin/sh
--/usr/bin/X11/sessreg -d -w /var/log/wtmp -u /var/run/utmp -l $DISPLAY $USER
-+/usr/X11R6/bin/sessreg -d -w /var/log/wtmp -u /var/run/utmp -l $DISPLAY -x /usr/X11R6/lib/X11/xdm/Xservers $USER
-
diff --git a/x11/gdm2/files/patch-aj b/x11/gdm2/files/patch-aj
deleted file mode 100644
index 798169e5aa93..000000000000
--- a/x11/gdm2/files/patch-aj
+++ /dev/null
@@ -1,8 +0,0 @@
---- config/Xsession.orig Tue Sep 12 22:12:09 2000
-+++ config/Xsession Tue Sep 12 22:13:21 2000
-@@ -1,4 +1,4 @@
--#!/bin/bash -login
-+#!/bin/sh
- # $XConsortium: Xsession /main/10 1995/12/18 18:21:28 gildea $
-
- case $# in
diff --git a/x11/gdm2/files/patch-ak b/x11/gdm2/files/patch-ak
deleted file mode 100644
index 7112d743b98f..000000000000
--- a/x11/gdm2/files/patch-ak
+++ /dev/null
@@ -1,21 +0,0 @@
---- daemon/gdm.c.orig Wed Sep 13 01:04:25 2000
-+++ daemon/gdm.c Wed Sep 13 01:05:17 2000
-@@ -271,18 +271,12 @@
- else
- GdmUserId = pwent->pw_uid;
-
-- if (GdmUserId==0)
-- gdm_fail (_("gdm_config_parse: The gdm user should not be root. Aborting!"));
--
- grent = getgrnam (GdmGroup);
-
- if (!grent)
- gdm_fail (_("gdm_config_parse: Can't find the gdm group (%s). Aborting!"), GdmGroup);
- else
- GdmGroupId = grent->gr_gid;
--
-- if (GdmGroupId==0)
-- gdm_fail (_("gdm_config_parse: The gdm group should not be root. Aborting!"));
-
- setegid (GdmGroupId); /* gid remains `gdm' */
- seteuid (GdmUserId);
diff --git a/x11/gdm2/files/patch-al b/x11/gdm2/files/patch-al
deleted file mode 100644
index 6e29fc365ec6..000000000000
--- a/x11/gdm2/files/patch-al
+++ /dev/null
@@ -1,8 +0,0 @@
---- config/gnomerc.in.orig Sat Sep 16 10:20:11 2000
-+++ config/gnomerc.in Sat Sep 16 10:20:25 2000
-@@ -1 +1,4 @@
--@bindir@/gnome-session
-+#!/bin/csh
-+
-+unsetenv LC_CTYPE
-+exec @bindir@/gnome-session
diff --git a/x11/gdm2/pkg-comment b/x11/gdm2/pkg-comment
deleted file mode 100644
index f14f12f39ea0..000000000000
--- a/x11/gdm2/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-GNOME version of xdm display manager
diff --git a/x11/gdm2/pkg-descr b/x11/gdm2/pkg-descr
deleted file mode 100644
index 7f1182d80bb7..000000000000
--- a/x11/gdm2/pkg-descr
+++ /dev/null
@@ -1,14 +0,0 @@
-GNOME version of xdm display manager
-
-- This port doesn't work on the normal FreeBSD 3.x-RELEASEs because
- those pam is not stable.
- I'm sure this works on 5.0-current, and it may works on 4.x-RELEASE
-
- You should append those lines to your /etc/pam.conf
-
-# gdm config
-gdm auth requisite pam_unix.so try_first_pass
-gdm account requisite pam_unix.so try_first_pass
-gdm session required pam_permit.so
-
-This notes is written by: Yukihiro Nakai <nakai@FreeBSD.org>
diff --git a/x11/gdm2/pkg-install b/x11/gdm2/pkg-install
deleted file mode 100644
index 410ed8543606..000000000000
--- a/x11/gdm2/pkg-install
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-if [ "$2" = "POST-INSTALL" -o -n "${PACKAGE_BUILDING}" ]; then
- exit 0
-fi
-
-/usr/bin/dialog --yesno "GDM may contain vulnerabilities leading local root compromise, and it is reported widely with various serurity sites and groups. It is not recommended that this port be installed in public enviroment. Do you wish to accept the serurity risk and build GDM anyway?" 10 60 || /usr/bin/false
diff --git a/x11/gdm2/pkg-message b/x11/gdm2/pkg-message
deleted file mode 100644
index 2c30bd5a239f..000000000000
--- a/x11/gdm2/pkg-message
+++ /dev/null
@@ -1,22 +0,0 @@
-GDM is installed.
-
-Please note the following:
-- This port doesn't work on the normal FreeBSD 3.x-RELEASEs because
- PAM is not stable.
-- This port has been tested on 5.0-CURRENT and 4.1.1-STABLE.
- 4.x-RELEASE may or may not work.
-- You should append these lines to your /etc/pam.conf, otherwise
- GDM will refuse all logins:
-
-# gdm config
-gdm auth requisite pam_unix.so try_first_pass
-gdm account requisite pam_unix.so try_first_pass
-gdm session required pam_permit.so
-
-- To enable GDM after booting, edit your /etc/ttys(5), and change the line
- for ttyv8 to
-
-ttyv8 "/usr/X11R6/bin/gdm -nodaemon" xterm on
-
-These notes were written by: Yukihiro Nakai <nakai@FreeBSD.org>
-and updated by: Stijn Hoop <stijn@win.tue.nl>
diff --git a/x11/gdm2/pkg-plist b/x11/gdm2/pkg-plist
deleted file mode 100644
index a7dc23a587df..000000000000
--- a/x11/gdm2/pkg-plist
+++ /dev/null
@@ -1,45 +0,0 @@
-bin/gdm
-bin/gdmchooser
-bin/gdmlogin
-etc/gdm/Init/Default
-etc/gdm/PostSession/Default
-etc/gdm/PreSession/Default
-etc/gdm/Sessions/Gnome
-etc/gdm/Sessions/Xsession
-etc/gdm/gdm.conf
-etc/gdm/gnomerc
-etc/gdm/locale.alias
-share/gnome/help/gdm/C/configuration.html
-share/gnome/help/gdm/C/daemonov.html
-share/gnome/help/gdm/C/docbook.css
-share/gnome/help/gdm/C/f21.html
-share/gnome/help/gdm/C/gdm.html
-share/gnome/help/gdm/C/index.html
-share/gnome/help/gdm/C/intro.html
-share/gnome/help/gdm/C/ln15.html
-share/gnome/help/gdm/C/x135.html
-share/gnome/help/gdm/C/x60.html
-share/gnome/help/gdm/C/x69.html
-share/gnome/pixmaps/gdm.xpm
-share/gnome/pixmaps/nobody.png
-share/gnome/pixmaps/nohost.png
-share/locale/da/LC_MESSAGES/gdm.mo
-share/locale/de/LC_MESSAGES/gdm.mo
-share/locale/es/LC_MESSAGES/gdm.mo
-share/locale/et/LC_MESSAGES/gdm.mo
-share/locale/fr/LC_MESSAGES/gdm.mo
-share/locale/ko/LC_MESSAGES/gdm.mo
-share/locale/no/LC_MESSAGES/gdm.mo
-share/locale/pl/LC_MESSAGES/gdm.mo
-share/locale/pt_BR/LC_MESSAGES/gdm.mo
-share/locale/sv/LC_MESSAGES/gdm.mo
-@dirrm etc/gdm/Init
-@dirrm etc/gdm/PostSession
-@dirrm etc/gdm/PreSession
-@dirrm etc/gdm/Sessions
-@dirrm etc/gdm
-@dirrm etc/pam.d
-@dirrm share/gnome/gdm
-@dirrm share/gnome/help/gdm/C/images
-@dirrm share/gnome/help/gdm/C
-@dirrm share/gnome/help/gdm