From 5012f0ab0f44eabc6518609d8357601ab948610d Mon Sep 17 00:00:00 2001 From: marcus Date: Sat, 9 Nov 2002 06:51:35 +0000 Subject: Unsetenv SESSION_MANAGER to prevent long delays at start time. Obtained from: FreeBSD CVS git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@119 df743ca5-7f9a-e211-a948-0013205c9059 --- devel/bonobo-activation/Makefile | 1 + .../files/patch-server::activation-server-main.c | 16 +++++++++++----- 2 files changed, 12 insertions(+), 5 deletions(-) (limited to 'devel') diff --git a/devel/bonobo-activation/Makefile b/devel/bonobo-activation/Makefile index ab46d3b2d..64b9db99d 100644 --- a/devel/bonobo-activation/Makefile +++ b/devel/bonobo-activation/Makefile @@ -7,6 +7,7 @@ PORTNAME= bonobo-activation PORTVERSION= 2.1.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.1 diff --git a/devel/bonobo-activation/files/patch-server::activation-server-main.c b/devel/bonobo-activation/files/patch-server::activation-server-main.c index d5df44a0f..7fd8bfef8 100644 --- a/devel/bonobo-activation/files/patch-server::activation-server-main.c +++ b/devel/bonobo-activation/files/patch-server::activation-server-main.c @@ -1,8 +1,5 @@ - -$FreeBSD: ports/devel/bonobo-activation/files/patch-server::activation-server-main.c,v 1.2 2002/05/28 16:08:17 marcus Exp $ - ---- server/activation-server-main.c.orig Tue May 14 04:51:55 2002 -+++ server/activation-server-main.c Mon May 27 13:36:25 2002 +--- server/activation-server-main.c.orig Fri Oct 18 06:15:12 2002 ++++ server/activation-server-main.c Sat Nov 9 01:50:36 2002 @@ -127,7 +127,7 @@ g_string_append (gnome_od_source_dir, gnome_dirs[i]); @@ -12,3 +9,12 @@ $FreeBSD: ports/devel/bonobo-activation/files/patch-server::activation-server-ma } g_strfreev (gnome_dirs); g_string_append_c (real_od_source_dir, ':'); +@@ -194,6 +194,8 @@ + * terminal, etc. + */ + setsid (); ++ ++ unsetenv ("SESSION_MANAGER"); + + /* internationalization. */ + setlocale (LC_ALL, ""); -- cgit v1.2.3