From 4482b02056dd89e68cfd4a06387d4c9422eedb7e Mon Sep 17 00:00:00 2001 From: marcus Date: Thu, 15 Dec 2005 23:34:30 +0000 Subject: Remove a patch that is no longer needed, and causes bonobo-activation-server to crash. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5304 df743ca5-7f9a-e211-a948-0013205c9059 --- devel/libbonobo/Makefile | 4 ++-- ...onobo-activation_bonobo-activation-fork-server.c | 21 --------------------- 2 files changed, 2 insertions(+), 23 deletions(-) delete mode 100644 devel/libbonobo/files/patch-bonobo-activation_bonobo-activation-fork-server.c diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile index a1ca1660a..fe7d49fcd 100644 --- a/devel/libbonobo/Makefile +++ b/devel/libbonobo/Makefile @@ -3,12 +3,12 @@ # Whom: Maxim Sobolev # # $FreeBSD$ -# $MCom: ports/devel/libbonobo/Makefile,v 1.35 2005/11/19 01:02:04 marcus Exp $ +# $MCom: ports/devel/libbonobo/Makefile,v 1.36 2005/12/04 19:16:55 marcus Exp $ # PORTNAME= libbonobo PORTVERSION= 2.13.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.13 diff --git a/devel/libbonobo/files/patch-bonobo-activation_bonobo-activation-fork-server.c b/devel/libbonobo/files/patch-bonobo-activation_bonobo-activation-fork-server.c deleted file mode 100644 index ced10add3..000000000 --- a/devel/libbonobo/files/patch-bonobo-activation_bonobo-activation-fork-server.c +++ /dev/null @@ -1,21 +0,0 @@ ---- bonobo-activation/bonobo-activation-fork-server.c.orig Fri Sep 9 17:20:15 2005 -+++ bonobo-activation/bonobo-activation-fork-server.c Fri Sep 9 17:31:52 2005 -@@ -359,10 +359,18 @@ - g_source_destroy (source); - g_source_unref (source); - -+ g_io_channel_shutdown (ai.ioc, FALSE, NULL); - g_io_channel_unref (ai.ioc); - - if (use_new_loop) - g_main_context_unref (context); -+ -+ close (iopipes[1]); -+ -+ g_strfreev(newenv); -+ -+ if (fd_arg != 0) -+ g_free ((char *) cmd[fd_arg]); - - return CORBA_OBJECT_NIL; - } -- cgit v1.2.3