diff options
author | kwm <kwm@FreeBSD.org> | 2017-04-23 16:35:28 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2017-04-23 16:35:28 +0800 |
commit | b6c666bb72fcff0b29e5493d9c76e68ea874a7c9 (patch) | |
tree | 357c3f7a94cdf9625fe61691607a840113ca092b /games/lordsawar | |
parent | ac9f39ea1d78601dfe683b49357a16d77c2d255c (diff) | |
download | freebsd-ports-gnome-b6c666bb72fcff0b29e5493d9c76e68ea874a7c9.tar.gz freebsd-ports-gnome-b6c666bb72fcff0b29e5493d9c76e68ea874a7c9.tar.zst freebsd-ports-gnome-b6c666bb72fcff0b29e5493d9c76e68ea874a7c9.zip |
Update the gtk+ stack [1]
Update gdk-pixbuf2 to 2.36.6
Update gtk30 to 3.22.12
Update cairomm to 1.12.2
Update gtkmm30 to 3.22.0
Update the following themes to be compatible with the new gtk+ version:
Update adwaita-icon-theme to 3.22.0
Update gnome-themes-standard to 3.22.3
Update gtk-E17-theme to 3.22.1 [2]
Update gtk-arc-themes to 20170302 [3]
Update mate-themes to 3.22.10
Bump xfce4-notifyd due to new gtk30 version, requested by olivierd@.
Mark LordsaWar broken, it doesn't build with cairomm 1.12.
PR: 210272 [1], 210696 [2], 218667 [3]
Submitted by: Matthew Rezny [2]
Obtained from: Unless otherwise stated obtained from GNOME devel repo
Exp-run by: antoine@ [1]
Diffstat (limited to 'games/lordsawar')
-rw-r--r-- | games/lordsawar/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/lordsawar/Makefile b/games/lordsawar/Makefile index 84806f11f856..3fabbba48a50 100644 --- a/games/lordsawar/Makefile +++ b/games/lordsawar/Makefile @@ -12,6 +12,8 @@ COMMENT= Warlords II clone LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= Doesn't build after cairomm was updated to 1.12. + USES= compiler:c++11-lib gettext gmake libarchive pkgconfig shebangfix USE_GNOME= gtkmm30 intltool libxslt USE_GSTREAMER= mm |