diff options
author | marcus <marcus@FreeBSD.org> | 2002-08-26 02:12:34 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-08-26 02:12:34 +0800 |
commit | 738752de9ec4b0de29f1bcae45f295af76e0eef8 (patch) | |
tree | f58c120f4f17e7388fdcb4d3713afed479eef0b2 /x11 | |
parent | d119fe9d10a94613a6fe01ba33c9fa79bd80d020 (diff) | |
download | freebsd-ports-gnome-738752de9ec4b0de29f1bcae45f295af76e0eef8.tar.gz freebsd-ports-gnome-738752de9ec4b0de29f1bcae45f295af76e0eef8.tar.zst freebsd-ports-gnome-738752de9ec4b0de29f1bcae45f295af76e0eef8.zip |
Update to 2.4.0.9.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gdm2/Makefile | 2 | ||||
-rw-r--r-- | x11/gdm2/distinfo | 2 | ||||
-rw-r--r-- | x11/gdm2/files/patch-ab | 35 |
3 files changed, 15 insertions, 24 deletions
diff --git a/x11/gdm2/Makefile b/x11/gdm2/Makefile index 1689802d5ede..1f682ace5263 100644 --- a/x11/gdm2/Makefile +++ b/x11/gdm2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gdm2 -PORTVERSION= 2.4.0.8 +PORTVERSION= 2.4.0.9 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= 2.0.1/sources/${PORTNAME:S/2$//} diff --git a/x11/gdm2/distinfo b/x11/gdm2/distinfo index eb3f450ea045..994394bae8bc 100644 --- a/x11/gdm2/distinfo +++ b/x11/gdm2/distinfo @@ -1 +1 @@ -MD5 (gnome2/gdm-2.4.0.8.tar.bz2) = cf5083c5ac01c8ac84b63031e30d3155 +MD5 (gnome2/gdm-2.4.0.9.tar.bz2) = 034bf0087ddbac4490ec72ad2095b71f diff --git a/x11/gdm2/files/patch-ab b/x11/gdm2/files/patch-ab index d70b7a8424c4..db8711ef357a 100644 --- a/x11/gdm2/files/patch-ab +++ b/x11/gdm2/files/patch-ab @@ -1,5 +1,5 @@ ---- config/gdm.conf.in.orig Wed Aug 14 22:13:10 2002 -+++ config/gdm.conf.in Tue Aug 20 16:43:26 2002 +--- config/gdm.conf.in.orig Fri Aug 23 13:59:57 2002 ++++ config/gdm.conf.in Sun Aug 25 13:57:05 2002 @@ -33,14 +33,14 @@ # The gdm configuration program that is run from the login screen, you should # probably leave this alone @@ -26,7 +26,7 @@ # You should probably never change this value unless you have a weird setup PidFile=/var/run/gdm.pid PostSessionScriptDir=@EXPANDED_SYSCONFDIR@/gdm/PostSession/ -@@ -80,11 +80,11 @@ +@@ -84,11 +84,11 @@ UserAuthFBDir=/tmp UserAuthFile=.Xauthority # The X server to use if we can't figure out what else to run. @@ -37,28 +37,19 @@ # the X nest command -Xnest=/usr/X11R6/bin/Xnest -name Xnest +Xnest=@EXPANDED_BINDIR@/Xnest -name Xnest - - [security] - # If any distributions ship with this one off, they should be shot -@@ -118,7 +118,7 @@ - Willing=@EXPANDED_SYSCONFDIR@/gdm/Xwilling - - [gui] + # Automatic VT allocation. Right now only works on Linux. This way + # we force X to use specific vts. turn VTAllocation to false if this + # is causing problems. +@@ -153,7 +153,7 @@ + # The 'theme'. By default we're using the default gtk theme + # Of course assuming that gtk got installed in the same prefix, + # if not change this. -GtkRC=@EXPANDED_DATADIR@/themes/Default/gtk/gtkrc +GtkRC=@EXPANDED_DATADIR@/../themes/Default/gtk-2.0/gtkrc + # Maximum size of an icon, larger icons are scaled down MaxIconWidth=128 MaxIconHeight=128 - -@@ -127,7 +127,7 @@ - ConfigAvailable=true - Browser=false - DefaultFace=@EXPANDED_PIXMAPDIR@/nobody.png --DefaultLocale=en_US -+DefaultLocale=en_US.ISO_8859-1 - # These are things excluded from the face browser, not from logging in - Exclude=bin,daemon,adm,lp,sync,shutdown,halt,mail,news,uucp,operator,nobody,gdm,postgres,pvm,rpm - # As an alternative to the above this is the minimum uid to show -@@ -205,7 +205,7 @@ +@@ -281,7 +281,7 @@ # Definition of the standard X server. [server-Standard] name=Standard server @@ -67,7 +58,7 @@ flexible=true # To use this server type you should add -query host or -indirect host -@@ -213,7 +213,7 @@ +@@ -289,7 +289,7 @@ [server-Terminal] name=Terminal server # Add -terminate to make things behave more nicely |