diff options
-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) || |