diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-08-17 02:15:14 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-08-17 02:15:14 +0800 |
commit | 58fa85bd40a3bdf8133e6aca2d1e796706e1906c (patch) | |
tree | 9bbadcce79815da616ba76e5560cf1f98e00b4f6 | |
parent | a13609ba4d0271dc02f7b0552c6594c731925d5c (diff) | |
download | marcuscom-ports-58fa85bd40a3bdf8133e6aca2d1e796706e1906c.tar marcuscom-ports-58fa85bd40a3bdf8133e6aca2d1e796706e1906c.tar.gz marcuscom-ports-58fa85bd40a3bdf8133e6aca2d1e796706e1906c.tar.bz2 marcuscom-ports-58fa85bd40a3bdf8133e6aca2d1e796706e1906c.tar.lz marcuscom-ports-58fa85bd40a3bdf8133e6aca2d1e796706e1906c.tar.xz marcuscom-ports-58fa85bd40a3bdf8133e6aca2d1e796706e1906c.tar.zst marcuscom-ports-58fa85bd40a3bdf8133e6aca2d1e796706e1906c.zip |
Revert a patch for detecting dropped connections. From the bug, it's
clear that this API should not be used.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11297 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | devel/libbonobo/Makefile | 4 | ||||
-rw-r--r-- | devel/libbonobo/files/patch-activation-server_object-directory-corba.c | 15 |
2 files changed, 2 insertions, 17 deletions
diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile index 7f3393c50..883c64cb4 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.71 2008/03/10 16:30:35 ahze Exp $ +# $MCom: ports/devel/libbonobo/Makefile,v 1.73 2008/06/16 23:33:46 marcus Exp $ # PORTNAME= libbonobo PORTVERSION= 2.23.0 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} diff --git a/devel/libbonobo/files/patch-activation-server_object-directory-corba.c b/devel/libbonobo/files/patch-activation-server_object-directory-corba.c deleted file mode 100644 index 3fa67848d..000000000 --- a/devel/libbonobo/files/patch-activation-server_object-directory-corba.c +++ /dev/null @@ -1,15 +0,0 @@ ---- activation-server/object-directory-corba.c.orig Mon Aug 14 14:27:54 2006 -+++ activation-server/object-directory-corba.c Thu Oct 26 09:25:50 2006 -@@ -732,8 +732,10 @@ - g_object_set_data ( - G_OBJECT (cnx), "object_count", GUINT_TO_POINTER (1)); - -- ORBit_small_listen_for_broken -- (object, G_CALLBACK (active_server_cnx_broken), NULL); -+ g_signal_connect ( -+ cnx, "broken", -+ G_CALLBACK (active_server_cnx_broken), -+ NULL); - } - } else - g_assert (!strcmp (iid, NAMING_CONTEXT_IID) || |