summaryrefslogtreecommitdiffstats
path: root/x11/gnome-session/files
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2008-04-23 07:51:29 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2008-04-23 07:51:29 +0800
commit88a134eb86e0af13bd2bcb05edbd3d67332e5dba (patch)
tree3a10369ebd045d4eb59376ca70aa9966e9fbd27d /x11/gnome-session/files
parentde4597542fa72bfea529636376f518d6c5a850a0 (diff)
downloadmarcuscom-ports-88a134eb86e0af13bd2bcb05edbd3d67332e5dba.tar.gz
marcuscom-ports-88a134eb86e0af13bd2bcb05edbd3d67332e5dba.tar.zst
marcuscom-ports-88a134eb86e0af13bd2bcb05edbd3d67332e5dba.zip
Update to 2.23.1
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10902 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-session/files')
-rw-r--r--x11/gnome-session/files/patch-data_Makefile.in11
-rw-r--r--x11/gnome-session/files/patch-disable_debug13
2 files changed, 0 insertions, 24 deletions
diff --git a/x11/gnome-session/files/patch-data_Makefile.in b/x11/gnome-session/files/patch-data_Makefile.in
deleted file mode 100644
index 4c6f8716a..000000000
--- a/x11/gnome-session/files/patch-data_Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- data/Makefile.in.orig 2008-03-24 15:48:59.000000000 +0100
-+++ data/Makefile.in 2008-03-24 15:49:23.000000000 +0100
-@@ -276,7 +276,7 @@ CLEANFILES = \
- gnome.desktop \
- session-properties.desktop
-
--all: all-recursive
-+all: all-recursive default.session
-
- .SUFFIXES:
- $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
diff --git a/x11/gnome-session/files/patch-disable_debug b/x11/gnome-session/files/patch-disable_debug
deleted file mode 100644
index 778d72c9e..000000000
--- a/x11/gnome-session/files/patch-disable_debug
+++ /dev/null
@@ -1,13 +0,0 @@
---- gnome-session/main.c.orig 2008-01-16 16:48:55.000000000 -0600
-+++ gnome-session/main.c 2008-01-16 16:50:01.000000000 -0600
-@@ -626,8 +626,8 @@
- major = atoi (versions [1]);
- if ((major % 2) != 0)
- {
-- g_setenv ("G_DEBUG", "fatal_criticals", FALSE);
-- g_log_set_always_fatal (G_LOG_LEVEL_CRITICAL);
-+ /* g_setenv ("G_DEBUG", "fatal_criticals", FALSE);
-+ g_log_set_always_fatal (G_LOG_LEVEL_CRITICAL); */
- }
- }
- g_strfreev (versions);