summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-11-23 14:47:21 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-11-23 14:47:21 +0800
commitbde68dffdcfdcb6364275d5564190238303ca272 (patch)
tree9cb0453500f94c9a960ea8ae08a4732c09d2b445
parent9cd742ef72720ca2ff660fe931bb6a6a65f1ff63 (diff)
downloadmarcuscom-ports-bde68dffdcfdcb6364275d5564190238303ca272.tar
marcuscom-ports-bde68dffdcfdcb6364275d5564190238303ca272.tar.gz
marcuscom-ports-bde68dffdcfdcb6364275d5564190238303ca272.tar.bz2
marcuscom-ports-bde68dffdcfdcb6364275d5564190238303ca272.tar.lz
marcuscom-ports-bde68dffdcfdcb6364275d5564190238303ca272.tar.xz
marcuscom-ports-bde68dffdcfdcb6364275d5564190238303ca272.tar.zst
marcuscom-ports-bde68dffdcfdcb6364275d5564190238303ca272.zip
Adjust the GDM rc.d REQUIRES line as GDM now requires dbus and consolekit.
This doesn't fix the keyboard problems with GDM on a reboot, though. That is still being investigated. In the meantime, GDM needs to be started once the system is fully booted :-( . git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9953 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--x11/gdm/Makefile3
-rw-r--r--x11/gdm/files/gdm.in4
2 files changed, 4 insertions, 3 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile
index 418e65f0d..2a5151b6e 100644
--- a/x11/gdm/Makefile
+++ b/x11/gdm/Makefile
@@ -3,11 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11/gdm/Makefile,v 1.85 2007/11/08 20:38:50 marcus Exp $
+# $MCom: ports/x11/gdm/Makefile,v 1.86 2007/11/15 21:30:53 marcus Exp $
#
PORTNAME= gdm
PORTVERSION= 2.21.2
+PORTREVISION= 1
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
diff --git a/x11/gdm/files/gdm.in b/x11/gdm/files/gdm.in
index d3b84f60b..ea20d3296 100644
--- a/x11/gdm/files/gdm.in
+++ b/x11/gdm/files/gdm.in
@@ -1,9 +1,9 @@
#!/bin/sh
# $FreeBSD: ports/x11/gdm/files/gdm.in,v 1.5 2007/10/24 23:36:53 marcus Exp $
-# $MCom: ports/x11/gdm/files/gdm.in,v 1.15 2007/08/15 17:52:06 mezz Exp $
+# $MCom: ports/x11/gdm/files/gdm.in,v 1.17 2007/11/03 00:59:40 marcus Exp $
# PROVIDE: gdm
-# REQUIRE: LOGIN cleanvar moused
+# REQUIRE: LOGIN cleanvar moused syscons dbus consolekit
#
# Add the following to /etc/rc.conf to start GDM at boot time:
#