diff options
author | kwm <kwm@FreeBSD.org> | 2014-12-03 17:18:23 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2014-12-03 17:18:23 +0800 |
commit | d65f5e5ea34650e52c451fc4b7ef13e5a644394e (patch) | |
tree | 9021a26f76674a75f55054140dbaa1e2146de3d6 /www | |
parent | 975e6f9db2c90e097aa03cc1a8b0a4f33af91d5b (diff) | |
download | freebsd-ports-gnome-d65f5e5ea34650e52c451fc4b7ef13e5a644394e.tar.gz freebsd-ports-gnome-d65f5e5ea34650e52c451fc4b7ef13e5a644394e.tar.zst freebsd-ports-gnome-d65f5e5ea34650e52c451fc4b7ef13e5a644394e.zip |
Update GNOME to 3.14.2.
This update was brought to you in collaboration with Gustua Perez
Make sure gtk30 pulls it the default theme (adwaita-icon-theme).
Update the extra gnome-shell-extensions so they work with gnome-shell 3.14.
Drop metacity from gnome3 meta-port.
Remove the gtile gnome-shell extension since it proven to be buggy.
Exp-run done by antoine@ for gdk-pixbuf2 deprecated API.
PR: 195414
Obtained from: gnome dev repo
Diffstat (limited to 'www')
-rw-r--r-- | www/netsurf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/netsurf/Makefile b/www/netsurf/Makefile index 13f71dfee363..465b4f26531a 100644 --- a/www/netsurf/Makefile +++ b/www/netsurf/Makefile @@ -57,6 +57,7 @@ post-patch: @${REINPLACE_CMD} \ -e '/OpenSSL/d' -e '/lcms/d' -e 's| -g||' \ -e 's/-DG_DISABLE_DEPRECATED//' \ + -e 's/-DGDK_PIXBUF_DISABLE_DEPRECATED//' \ ${WRKSRC}/src/netsurf-${PORTVERSION}/gtk/Makefile.target @${REINPLACE_CMD} -e 's| -g|| ; s|flex|${LOCALBASE}/bin/&|' \ ${WRKSRC}/src/nsgenbind-0.0.1/src/Makefile |