summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-12-16 07:34:30 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-12-16 07:34:30 +0800
commit4482b02056dd89e68cfd4a06387d4c9422eedb7e (patch)
tree2d55db1bcb48697453e20c68eb97ffcff6ff4557 /devel
parent97f7eb00b0a0ce6c0d1963e5e1d6cbbe72a72322 (diff)
downloadmarcuscom-ports-4482b02056dd89e68cfd4a06387d4c9422eedb7e.tar
marcuscom-ports-4482b02056dd89e68cfd4a06387d4c9422eedb7e.tar.gz
marcuscom-ports-4482b02056dd89e68cfd4a06387d4c9422eedb7e.tar.bz2
marcuscom-ports-4482b02056dd89e68cfd4a06387d4c9422eedb7e.tar.lz
marcuscom-ports-4482b02056dd89e68cfd4a06387d4c9422eedb7e.tar.xz
marcuscom-ports-4482b02056dd89e68cfd4a06387d4c9422eedb7e.tar.zst
marcuscom-ports-4482b02056dd89e68cfd4a06387d4c9422eedb7e.zip
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
Diffstat (limited to 'devel')
-rw-r--r--devel/libbonobo/Makefile4
-rw-r--r--devel/libbonobo/files/patch-bonobo-activation_bonobo-activation-fork-server.c21
2 files changed, 2 insertions, 23 deletions
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 <sobomax@FreeBSD.org>
#
# $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;
- }