From 820585da882af0574763dae3cbf712a550e2903c Mon Sep 17 00:00:00 2001 From: mezz Date: Wed, 16 Jan 2008 23:01:52 +0000 Subject: Disable the debug because g-s-d is complete screwed right now. Bump the PORTREVISION. Discussed with: marcus git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10135 df743ca5-7f9a-e211-a948-0013205c9059 --- x11/gnome-session/Makefile | 3 ++- x11/gnome-session/files/patch-disable_debug | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 x11/gnome-session/files/patch-disable_debug (limited to 'x11/gnome-session') diff --git a/x11/gnome-session/Makefile b/x11/gnome-session/Makefile index c7e30c286..b5ef72fce 100644 --- a/x11/gnome-session/Makefile +++ b/x11/gnome-session/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke # # $FreeBSD$ -# $MCom: ports/x11/gnome-session/Makefile,v 1.129 2008/01/08 04:05:02 marcus Exp $ +# $MCom: ports/x11/gnome-session/Makefile,v 1.130 2008/01/15 05:27:39 mezz Exp $ # PORTNAME= gnome-session PORTVERSION= 2.21.5 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} \ http://www.marcuscom.com/downloads/:local diff --git a/x11/gnome-session/files/patch-disable_debug b/x11/gnome-session/files/patch-disable_debug new file mode 100644 index 000000000..778d72c9e --- /dev/null +++ b/x11/gnome-session/files/patch-disable_debug @@ -0,0 +1,13 @@ +--- 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); -- cgit v1.2.3