From 7315b1c16ae631c60d787b73475db448b86b7e0b Mon Sep 17 00:00:00 2001 From: marcus Date: Sun, 30 Apr 2006 00:47:21 +0000 Subject: Presenting GNOME 2.14.1 for FreeBSD! Checkout http://www.gnome.org/start/2.14/ for the official release notes, and a list of all the gooides in this new release. In particular, GNOME 2.14 focused on performance, and they did not miss the mark. There's some new eye candy, but most of the big things are waiting until GNOME 2.16. On the FreeBSD side, we tried to clean up all the crashers we could. In particular, we really improved GNOME's 64-bit support. The good news is that this release does not bring any big shared library version bumps, so you can almost do a simple portupgrade to get to 2.14. There are a few minor gotchas that will be documented in UPDATING shortly. The FreeBSD GNOME Team would like th thank the following users for their patches, feedback, and sometimes incessant complaing about crashes (you know who you are). Yasuda Keisuke Pascal Hofstee rmgls@wanadoo.fr tmclaugh Yuri Pankov sajd on #freebsd-gnome ade ankon on #FreeBSD-Gnome mux Pascal Hofstee QuiRK on #freebsd-gnome Vladimir Timofeev --- devel/libbonobo/Makefile | 7 ++++--- devel/libbonobo/distinfo | 6 +++--- ...onobo-activation_bonobo-activation-fork-server.c | 21 --------------------- devel/libbonobo/pkg-plist | 11 +++++++---- 4 files changed, 14 insertions(+), 31 deletions(-) delete mode 100644 devel/libbonobo/files/patch-bonobo-activation_bonobo-activation-fork-server.c (limited to 'devel/libbonobo') diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile index 278beefbb260..a2cd560e7f53 100644 --- a/devel/libbonobo/Makefile +++ b/devel/libbonobo/Makefile @@ -3,14 +3,14 @@ # Whom: Maxim Sobolev # # $FreeBSD$ +# $MCom: ports/devel/libbonobo/Makefile,v 1.45 2006/04/13 07:52:33 bland Exp $ # PORTNAME= libbonobo -PORTVERSION= 2.10.1 -PORTREVISION= 3 +PORTVERSION= 2.14.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.10 +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org @@ -19,6 +19,7 @@ COMMENT= A component and compound document system for GNOME2 USE_BZIP2= yes USE_GMAKE= yes USE_BISON= yes +USE_GETTEXT= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes USE_PERL5= yes diff --git a/devel/libbonobo/distinfo b/devel/libbonobo/distinfo index 3b59eb12f9d8..70ebbb7b074f 100644 --- a/devel/libbonobo/distinfo +++ b/devel/libbonobo/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/libbonobo-2.10.1.tar.bz2) = 927d572970d87121c8375aab1b4b1d37 -SHA256 (gnome2/libbonobo-2.10.1.tar.bz2) = 7799f889eeea4cd0758be9dd37a85e135f1b0c8e1b6042ddea75a79ba6caebb0 -SIZE (gnome2/libbonobo-2.10.1.tar.bz2) = 1358327 +MD5 (gnome2/libbonobo-2.14.0.tar.bz2) = f1f0255f94e3354250d142b688013fad +SHA256 (gnome2/libbonobo-2.14.0.tar.bz2) = d49cc01bf85a185836689013191f92c21b625e7f38bcfcd06b41e19201765754 +SIZE (gnome2/libbonobo-2.14.0.tar.bz2) = 1386855 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 ced10add3d34..000000000000 --- 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; - } diff --git a/devel/libbonobo/pkg-plist b/devel/libbonobo/pkg-plist index 1a5ef4155a8b..2bf441f2bb1c 100644 --- a/devel/libbonobo/pkg-plist +++ b/devel/libbonobo/pkg-plist @@ -217,6 +217,7 @@ share/locale/is/LC_MESSAGES/libbonobo-2.0.mo share/locale/it/LC_MESSAGES/libbonobo-2.0.mo share/locale/ja/LC_MESSAGES/libbonobo-2.0.mo share/locale/ko/LC_MESSAGES/libbonobo-2.0.mo +share/locale/ku/LC_MESSAGES/libbonobo-2.0.mo share/locale/li/LC_MESSAGES/libbonobo-2.0.mo share/locale/lt/LC_MESSAGES/libbonobo-2.0.mo share/locale/lv/LC_MESSAGES/libbonobo-2.0.mo @@ -264,7 +265,9 @@ share/locale/zh_TW/LC_MESSAGES/libbonobo-2.0.mo @dirrm include/bonobo-activation-2.0/bonobo-activation @dirrm include/bonobo-activation-2.0 @dirrm etc/bonobo-activation -@unexec /bin/rmdir %D/lib/bonobo/monikers 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/lib/bonobo 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/locale/li/LC_MESSAGES 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/locale/li 2>/dev/null || /usr/bin/true +@dirrmtry lib/bonobo/monikers +@dirrmtry lib/bonobo +@dirrmtry share/locale/li/LC_MESSAGES +@dirrmtry share/locale/li +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku -- cgit