diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-04-30 00:47:21 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-04-30 00:47:21 +0000 |
commit | 798e9bed2a389dce8a970e15b68176fd49f442db (patch) | |
tree | 9dc5597aab073298ec381964f72cd853b3dd366c /x11-toolkits/eel | |
parent | 48b92584b0722f7f6ca412e6cfe16f1381e043cc (diff) |
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 <kysd@po.harenet.ne.jp>
Pascal Hofstee <caelian@gmail.com>
rmgls@wanadoo.fr
tmclaugh
Yuri Pankov <yuri.pankov@gmail.com>
sajd on #freebsd-gnome
ade
ankon on #FreeBSD-Gnome
mux
Pascal Hofstee <caelian@gmail.com>
QuiRK on #freebsd-gnome
Vladimir Timofeev <vovkasm@gmail.com>
Notes
Notes:
svn path=/head/; revision=160863
Diffstat (limited to 'x11-toolkits/eel')
-rw-r--r-- | x11-toolkits/eel/Makefile | 11 | ||||
-rw-r--r-- | x11-toolkits/eel/distinfo | 6 | ||||
-rw-r--r-- | x11-toolkits/eel/files/patch-Makefile.in | 20 | ||||
-rw-r--r-- | x11-toolkits/eel/pkg-plist | 9 |
4 files changed, 25 insertions, 21 deletions
diff --git a/x11-toolkits/eel/Makefile b/x11-toolkits/eel/Makefile index 0501a95c0408..91442e378223 100644 --- a/x11-toolkits/eel/Makefile +++ b/x11-toolkits/eel/Makefile @@ -3,27 +3,26 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11-toolkits/eel/Makefile,v 1.21 2005/10/03 15:22:10 ahze Exp $ +# $MCom: ports/x11-toolkits/eel/Makefile,v 1.35 2006/04/13 07:52:42 bland Exp $ # PORTNAME= eel -PORTVERSION= 2.12.2 -PORTREVISION= 1 +PORTVERSION= 2.14.1 CATEGORIES= x11-toolkits gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.12 +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Generally useful classes and extensions to GNOME +USE_GETTEXT= yes USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes GNOME_DESKTOP_VERSION=2 USE_GNOME= gnomeprefix gnomehack gail gnomedesktop gnomemenus ltverhack -USE_AUTOTOOLS= libtool:15 -USE_REINPLACE= yes +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-shared --enable-static CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/x11-toolkits/eel/distinfo b/x11-toolkits/eel/distinfo index 86ac6e92706d..d6f6e83847ec 100644 --- a/x11-toolkits/eel/distinfo +++ b/x11-toolkits/eel/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/eel-2.12.2.tar.bz2) = d78cd3e33c656a62b5bf1f8d0b8d271f -SHA256 (gnome2/eel-2.12.2.tar.bz2) = df6c696f84bc9c2af12f3715f2703060ab1692a918fb221ea0403212c03e0b73 -SIZE (gnome2/eel-2.12.2.tar.bz2) = 675938 +MD5 (gnome2/eel-2.14.1.tar.bz2) = 7002f4f99317ed11da8b9db15b7e4a2b +SHA256 (gnome2/eel-2.14.1.tar.bz2) = 93b4ef9152be93ae55bef7618c2c661e8424111d292f40e81f066f25ecd7f9cc +SIZE (gnome2/eel-2.14.1.tar.bz2) = 639752 diff --git a/x11-toolkits/eel/files/patch-Makefile.in b/x11-toolkits/eel/files/patch-Makefile.in index eaa3dc117279..f58c574eb5fc 100644 --- a/x11-toolkits/eel/files/patch-Makefile.in +++ b/x11-toolkits/eel/files/patch-Makefile.in @@ -1,15 +1,11 @@ - -$FreeBSD$ - $MCom: ports/x11-toolkits/eel/files/patch-Makefile.in,v 1.4 2005/06/28 05:40:14 adamw Exp $ - ---- Makefile.in 2002/06/13 16:05:09 1.1 -+++ Makefile.in 2002/06/13 16:05:18 -@@ -119,7 +119,7 @@ - +--- Makefile.in.orig Mon Jan 16 12:53:35 2006 ++++ Makefile.in Mon Jan 16 12:54:04 2006 +@@ -239,7 +239,7 @@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ NULL = - -SUBDIRS = eel test po +SUBDIRS = eel po - - EXTRA_DIST = COPYING.LIB HACKING MAINTAINERS eel.spec.in $(NULL) - + EXTRA_DIST = \ + COPYING.LIB \ + HACKING \ diff --git a/x11-toolkits/eel/pkg-plist b/x11-toolkits/eel/pkg-plist index bf3b8194961e..f4dd36a9e0c2 100644 --- a/x11-toolkits/eel/pkg-plist +++ b/x11-toolkits/eel/pkg-plist @@ -63,6 +63,7 @@ share/locale/cs/LC_MESSAGES/eel-2.0.mo share/locale/cy/LC_MESSAGES/eel-2.0.mo share/locale/da/LC_MESSAGES/eel-2.0.mo share/locale/de/LC_MESSAGES/eel-2.0.mo +share/locale/dz/LC_MESSAGES/eel-2.0.mo share/locale/el/LC_MESSAGES/eel-2.0.mo share/locale/en_CA/LC_MESSAGES/eel-2.0.mo share/locale/en_GB/LC_MESSAGES/eel-2.0.mo @@ -83,8 +84,11 @@ share/locale/id/LC_MESSAGES/eel-2.0.mo share/locale/is/LC_MESSAGES/eel-2.0.mo share/locale/it/LC_MESSAGES/eel-2.0.mo share/locale/ja/LC_MESSAGES/eel-2.0.mo +share/locale/ka/LC_MESSAGES/eel-2.0.mo share/locale/kn/LC_MESSAGES/eel-2.0.mo share/locale/ko/LC_MESSAGES/eel-2.0.mo +share/locale/ku/LC_MESSAGES/eel-2.0.mo +share/locale/ky/LC_MESSAGES/eel-2.0.mo share/locale/li/LC_MESSAGES/eel-2.0.mo share/locale/lt/LC_MESSAGES/eel-2.0.mo share/locale/lv/LC_MESSAGES/eel-2.0.mo @@ -121,6 +125,7 @@ share/locale/vi/LC_MESSAGES/eel-2.0.mo share/locale/wa/LC_MESSAGES/eel-2.0.mo share/locale/xh/LC_MESSAGES/eel-2.0.mo share/locale/zh_CN/LC_MESSAGES/eel-2.0.mo +share/locale/zh_HK/LC_MESSAGES/eel-2.0.mo share/locale/zh_TW/LC_MESSAGES/eel-2.0.mo @dirrmtry share/locale/xh/LC_MESSAGES @dirrmtry share/locale/xh @@ -128,6 +133,10 @@ share/locale/zh_TW/LC_MESSAGES/eel-2.0.mo @dirrmtry share/locale/ug @dirrmtry share/locale/rw/LC_MESSAGES @dirrmtry share/locale/rw +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz @dirrmtry share/locale/ang/LC_MESSAGES @dirrmtry share/locale/ang @dirrm include/eel-2/eel |