summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/bonobo-activation/Makefile1
-rw-r--r--devel/bonobo-activation/files/patch-server::activation-server-main.c16
2 files changed, 12 insertions, 5 deletions
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, "");