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 /mail/mail-notification | |
parent | - Update port 0.1.6 (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>
Diffstat (limited to 'mail/mail-notification')
-rw-r--r-- | mail/mail-notification/Makefile | 7 | ||||
-rw-r--r-- | mail/mail-notification/pkg-plist | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/mail/mail-notification/Makefile b/mail/mail-notification/Makefile index 23da8c17d9f2..3f479b73d1e4 100644 --- a/mail/mail-notification/Makefile +++ b/mail/mail-notification/Makefile @@ -70,10 +70,11 @@ CONFIGURE_ARGS+= --disable-evolution PLIST_SUB+= EVOLUTION="@comment " .else BUILD_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/mail/evolution:patch \ - ${X11BASE}/libdata/pkgconfig/evolution-plugin-2.4.pc:${PORTSDIR}/mail/evolution -RUN_DEPENDS+= ${X11BASE}/libdata/pkgconfig/evolution-plugin-2.4.pc:${PORTSDIR}/mail/evolution + ${X11BASE}/libdata/pkgconfig/evolution-plugin-2.6.pc:${PORTSDIR}/mail/evolution +RUN_DEPENDS+= ${X11BASE}/libdata/pkgconfig/evolution-plugin-2.6.pc:${PORTSDIR}/mail/evolution EVOLUTION_WRKSRC!= cd ${PORTSDIR}/mail/evolution && ${MAKE} -V WRKSRC CONFIGURE_ARGS+= --with-evolution-source-dir="${EVOLUTION_WRKSRC}" +LDFLAGS+= -Wl,-export-dynamic PLIST_SUB+= EVOLUTION="" LITERAL_PREFIX="${PREFIX}" .endif .if defined(WITHOUT_SYLPHEED) @@ -100,7 +101,7 @@ LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2 .endif post-patch: - @${REINPLACE_CMD} -e 's|evolution-plugin-2.2|evolution-plugin-2.4|' \ + @${REINPLACE_CMD} -e 's|evolution-plugin-2.2|evolution-plugin-2.6|' \ ${WRKSRC}/configure .include <bsd.port.post.mk> diff --git a/mail/mail-notification/pkg-plist b/mail/mail-notification/pkg-plist index aead5dac4852..deb9150dbf08 100644 --- a/mail/mail-notification/pkg-plist +++ b/mail/mail-notification/pkg-plist @@ -32,8 +32,8 @@ share/locale/ru/LC_MESSAGES/mail-notification.mo share/locale/sr/LC_MESSAGES/mail-notification.mo share/locale/sr@Latn/LC_MESSAGES/mail-notification.mo %%EVOLUTION%%@cwd %%X11BASE%% -%%EVOLUTION%%lib/evolution/2.4/plugins/liborg-gnome-mail-notification.so -%%EVOLUTION%%lib/evolution/2.4/plugins/org-gnome-mail-notification.eplug +%%EVOLUTION%%lib/evolution/2.6/plugins/liborg-gnome-mail-notification.so +%%EVOLUTION%%lib/evolution/2.6/plugins/org-gnome-mail-notification.eplug %%EVOLUTION%%@cwd %%LITERAL_PREFIX%% @dirrm share/gnome/omf/mail-notification @dirrm share/gnome/mail-notification/ui |