diff options
author | tobik <tobik@FreeBSD.org> | 2018-07-20 05:27:40 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2018-07-20 05:27:40 +0800 |
commit | 78c64aade4f46d2a077650a64250bdee8e1c3bca (patch) | |
tree | 72877df88914500e504a9d9b13a7f3382f6b8901 | |
parent | f98c543c4636a53c4b666e1b778955256a8f95e0 (diff) | |
download | freebsd-ports-gnome-78c64aade4f46d2a077650a64250bdee8e1c3bca.tar.gz freebsd-ports-gnome-78c64aade4f46d2a077650a64250bdee8e1c3bca.tar.zst freebsd-ports-gnome-78c64aade4f46d2a077650a64250bdee8e1c3bca.zip |
games/ags: Update to 3.4.1.14
- Add missing compiler:c++11-lib and try building on powerpc64 again
Changes: https://raw.githubusercontent.com/adventuregamestudio/ags/v.3.4.1.14/Changes.txt
-rw-r--r-- | games/ags/Makefile | 12 | ||||
-rw-r--r-- | games/ags/distinfo | 6 |
2 files changed, 7 insertions, 11 deletions
diff --git a/games/ags/Makefile b/games/ags/Makefile index 9413fc68c0d9..d73da2a7d0e8 100644 --- a/games/ags/Makefile +++ b/games/ags/Makefile @@ -1,9 +1,10 @@ # $FreeBSD$ PORTNAME= ags -DISTVERSIONPREFIX= v. -DISTVERSION= 3.4.1.13 +DISTVERSION= 3.4.1.14 CATEGORIES= games +MASTER_SITES= https://github.com/adventuregamestudio/ags/releases/download/v.${DISTVERSION}/ +DISTNAME= ags_linux_v.${DISTVERSION} MAINTAINER= tobik@FreeBSD.org COMMENT= Adventure Game Studio Engine @@ -18,12 +19,7 @@ LIB_DEPENDS= liballeg.so:devel/allegro \ libvorbis.so:audio/libvorbis \ libfreetype.so:print/freetype2 -BROKEN_powerpc64= fails to compile: cc1plus: unrecognized command line option "-std=c++11" - -USE_GITHUB= yes -GH_ACCOUNT= adventuregamestudio - -USES= gmake localbase pkgconfig tar:xz +USES= compiler:c++11-lib gmake localbase pkgconfig tar:xz USE_XORG= x11 BUILD_WRKSRC= ${WRKSRC}/Engine diff --git a/games/ags/distinfo b/games/ags/distinfo index 6f64c60f0423..fdaf93b74540 100644 --- a/games/ags/distinfo +++ b/games/ags/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1526281649 -SHA256 (adventuregamestudio-ags-v.3.4.1.13_GH0.tar.gz) = a902587a33974af5d88eee97ba039b5fded02907e59e435e55fe052a5b00d788 -SIZE (adventuregamestudio-ags-v.3.4.1.13_GH0.tar.gz) = 9451204 +TIMESTAMP = 1532035000 +SHA256 (ags_linux_v.3.4.1.14.tar.xz) = 44f938cd369a7214a142f40973accc3ef457dca64c5aa9b0254db1b57833ae04 +SIZE (ags_linux_v.3.4.1.14.tar.xz) = 861544 |