diff options
author | kwm <kwm@FreeBSD.org> | 2016-02-15 02:57:53 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2016-02-15 02:57:53 +0800 |
commit | 189722383bc516c4795233d42fc85471adbfb78c (patch) | |
tree | cb5a8a1108829deee66dbb334ff2a733162448c6 /net-im | |
parent | 140d30a2a631f34b0530c4177867d6b09a692ed2 (diff) | |
download | freebsd-ports-gnome-189722383bc516c4795233d42fc85471adbfb78c.tar.gz freebsd-ports-gnome-189722383bc516c4795233d42fc85471adbfb78c.tar.zst freebsd-ports-gnome-189722383bc516c4795233d42fc85471adbfb78c.zip |
The FreeBSD GNOME team proudly presents GNOME 3.18 for FreeBSD.
The offical GNOME 3.18 release notes can be found at
https://help.gnome.org/misc/release-notes/3.18/
This update doesn't contain the glib/gtk c++ bindings which will
be done in a another update due to the requirement on c++11 and the
amount of fallout this probably will give.
GDM is still at version 3.16 due to some issues.
Bump mate-themes to use the gtk 3.18 version of the themes.
Thanks to Antoine Brodin for running the exp-runs.
This release was made possible by the following people:
Gustau Perez
Ting-Wei_Lan
PR: 207006
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/empathy/Makefile | 9 | ||||
-rw-r--r-- | net-im/empathy/distinfo | 4 | ||||
-rw-r--r-- | net-im/libaccounts-glib/Makefile | 4 |
3 files changed, 13 insertions, 4 deletions
diff --git a/net-im/empathy/Makefile b/net-im/empathy/Makefile index e64980875429..1dca04896768 100644 --- a/net-im/empathy/Makefile +++ b/net-im/empathy/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= empathy -PORTVERSION= 3.12.10 +PORTVERSION= 3.12.11 CATEGORIES= net-im gnome MASTER_SITES= GNOME @@ -36,7 +36,7 @@ RUN_DEPENDS= iso-codes>=0:${PORTSDIR}/misc/iso-codes \ geoclue>=0:${PORTSDIR}/net/geoclue \ mc-tool:${PORTSDIR}/net-im/telepathy-mission-control -USES= gettext gmake libtool pathfix pkgconfig python tar:xz +USES= gettext gmake gnome libtool pathfix pkgconfig python tar:xz USE_GNOME= evolutiondataserver3 intlhack USE_GSTREAMER1= yes USE_LDCONFIG= yes @@ -83,4 +83,9 @@ post-patch: s|MISSION_CONTROL_PLUGINS_DIR=`pkg-config -|MISSION_CONTROL_PLUGINS_DIR=$${libdir}/`pkg-config -|g' \ ${WRKSRC}/configure +# workaround wierd bug that happened in 3.12.11. +post-install: + @${MV} ${STAGEDIR}/mission-control-plugins.0 \ + ${STAGEDIR}${PREFIX}/lib/ + .include <bsd.port.mk> diff --git a/net-im/empathy/distinfo b/net-im/empathy/distinfo index 520a7aca872a..796960238f82 100644 --- a/net-im/empathy/distinfo +++ b/net-im/empathy/distinfo @@ -1,2 +1,2 @@ -SHA256 (empathy-3.12.10.tar.xz) = 794140c3743aa83739ef7efa9eff1950e2f718fde9dc29064fa9d616478e97cb -SIZE (empathy-3.12.10.tar.xz) = 5064384 +SHA256 (empathy-3.12.11.tar.xz) = d1e4ff4e5f502b7f4ca2c6140462bad2a712b82f019aea4e0a2700e77545d487 +SIZE (empathy-3.12.11.tar.xz) = 5149768 diff --git a/net-im/libaccounts-glib/Makefile b/net-im/libaccounts-glib/Makefile index 82815bf00b98..89e5cd640cc1 100644 --- a/net-im/libaccounts-glib/Makefile +++ b/net-im/libaccounts-glib/Makefile @@ -31,4 +31,8 @@ INSTALL_TARGET= install-strip USES= gmake libtool pathfix pkgconfig python USE_GNOME= pygobject3 introspection libxml2 +post-patch: + @${REINPLACE_CMD} -e 's|-Werror||g' \ + ${WRKSRC}/libaccounts-glib/Makefile.in + .include <bsd.port.mk> |