diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-10-03 01:25:36 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-10-03 01:25:36 +0000 |
commit | 787a8449c4007374bca95ad732fadda094796241 (patch) | |
tree | f0656556fcf67c1a622baf94a787cbec720be3cd /games | |
parent | 8dec57683934f813993670ff621daa6f36ac379e (diff) |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/endless-sky/Makefile | 6 | ||||
-rw-r--r-- | games/endless-sky/distinfo | 6 | ||||
-rw-r--r-- | games/endless-sky/files/patch-SConstruct | 9 | ||||
-rw-r--r-- | games/endless-sky/files/patch-source_CollisionSet.cpp | 10 | ||||
-rw-r--r-- | games/endless-sky/pkg-plist | 2 |
5 files changed, 8 insertions, 25 deletions
diff --git a/games/endless-sky/Makefile b/games/endless-sky/Makefile index d106e1c1003c..c28c062490ff 100644 --- a/games/endless-sky/Makefile +++ b/games/endless-sky/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= endless-sky -PORTVERSION= 0.9.8 -PORTREVISION= 5 +PORTVERSION= 0.9.10 DISTVERSIONPREFIX= v CATEGORIES= games @@ -19,11 +18,12 @@ LIB_DEPENDS= libpng.so:graphics/png \ USE_GITHUB= yes -USES= compiler:c++11-lib jpeg localbase:ldflags openal scons +USES= compiler:c++11-lib gl gnome jpeg localbase:ldflags openal scons sdl xorg USE_SDL= sdl2 USE_GL= gl glew LLD_UNSAFE= yes INSTALLS_ICONS= yes +LLD_UNSAFE= yes PORTDATA= * diff --git a/games/endless-sky/distinfo b/games/endless-sky/distinfo index 777a6a13a911..066808ca8483 100644 --- a/games/endless-sky/distinfo +++ b/games/endless-sky/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1503228209 -SHA256 (endless-sky-endless-sky-v0.9.8_GH0.tar.gz) = 69078c67656709646deb0c46fd960aa905601c23bb47c1696b0962ae8dff6d1e -SIZE (endless-sky-endless-sky-v0.9.8_GH0.tar.gz) = 74476053 +TIMESTAMP = 1569936654 +SHA256 (endless-sky-endless-sky-v0.9.10_GH0.tar.gz) = 58f2e405e171be8426004216df4df7bb3a2792a507a5d01f77a0f02346332f6f +SIZE (endless-sky-endless-sky-v0.9.10_GH0.tar.gz) = 98348108 diff --git a/games/endless-sky/files/patch-SConstruct b/games/endless-sky/files/patch-SConstruct index 75f4699a00b3..ec6af5a1aa55 100644 --- a/games/endless-sky/files/patch-SConstruct +++ b/games/endless-sky/files/patch-SConstruct @@ -1,14 +1,5 @@ --- SConstruct.orig 2016-06-24 12:15:47 UTC +++ SConstruct -@@ -1,7 +1,7 @@ - import os - - # Load any environment variables that alter the build. --env = Environment() -+env = Environment(ENV = os.environ) - if 'CCFLAGS' in os.environ: - env.Append(CCFLAGS = os.environ['CCFLAGS']) - if 'CXXFLAGS' in os.environ: @@ -24,7 +24,7 @@ Help(opts.GenerateHelpText(env)) flags = ["-std=c++11", "-Wall"] diff --git a/games/endless-sky/files/patch-source_CollisionSet.cpp b/games/endless-sky/files/patch-source_CollisionSet.cpp deleted file mode 100644 index 3d32f80de62e..000000000000 --- a/games/endless-sky/files/patch-source_CollisionSet.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- source/CollisionSet.cpp.orig 2017-01-18 02:04:49 UTC -+++ source/CollisionSet.cpp -@@ -22,6 +22,7 @@ PARTICULAR PURPOSE. See the GNU General - #include <algorithm> - #include <numeric> - #include <set> -+#include <cstdlib> - - using namespace std; - diff --git a/games/endless-sky/pkg-plist b/games/endless-sky/pkg-plist index 235cc0fb6fca..ca7f8b2ee09d 100644 --- a/games/endless-sky/pkg-plist +++ b/games/endless-sky/pkg-plist @@ -2,10 +2,12 @@ bin/endless-sky man/man6/endless-sky.6.gz share/appdata/endless-sky.appdata.xml share/applications/endless-sky.desktop +share/icons/hicolor/128x128/apps/endless-sky.png share/icons/hicolor/16x16/apps/endless-sky.png share/icons/hicolor/22x22/apps/endless-sky.png share/icons/hicolor/24x24/apps/endless-sky.png share/icons/hicolor/256x256/apps/endless-sky.png share/icons/hicolor/32x32/apps/endless-sky.png share/icons/hicolor/48x48/apps/endless-sky.png +share/icons/hicolor/512x512/apps/endless-sky.png share/pixmaps/endless-sky.png |