Index: Makefile
===================================================================
RCS file: /cvs/ports/games/dustrac/Makefile,v
retrieving revision 1.10
diff -u -p -r1.10 Makefile
--- Makefile 27 Jul 2017 09:55:44 -0000 1.10
+++ Makefile 3 Sep 2017 14:02:25 -0000
@@ -2,13 +2,15 @@
COMMENT = traditional top-down car racing game
-V = 1.12.0
-DISTNAME = dustrac-$V
-REVISION = 1
+V = 1.13.0
+PKGNAME = dustrac-$V
CATEGORIES = games
HOMEPAGE = https://juzzlin.github.io/DustRacing2D/
+GH_ACCOUNT = juzzlin
+GH_PROJECT = DustRacing2D
+GH_TAGNAME = 1.13.0
# GPLv3+
PERMIT_PACKAGE_CDROM = Yes
@@ -17,8 +19,6 @@ WANTLIB += GL GLU X11 c m openal pthread
WANTLIB += Qt5Core Qt5Gui Qt5OpenGL Qt5Widgets Qt5Xml
WANTLIB += ${COMPILER_LIBCXX}
-MASTER_SITES = https://github.com/juzzlin/DustRacing2D/releases/download/$V/
-
MODULES = devel/cmake \
x11/qt5
RUN_DEPENDS = devel/desktop-file-utils \
@@ -30,7 +30,6 @@ LIB_DEPENDS = audio/libvorbis \
CONFIGURE_ARGS += -DReleaseBuild=ON \
-DDATA_PATH=${PREFIX}/share/dustrac \
-DDOC_PATH=${PREFIX}/share/dustrac \
- -DQOpenGLFunctions=OFF \
- -DNO_GLEW=OFF
+ -DQOpenGLFunctions=OFF
.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/games/dustrac/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo 15 Jan 2017 13:50:53 -0000 1.3
+++ distinfo 3 Sep 2017 14:02:25 -0000
@@ -1,2 +1,2 @@
-SHA256 (dustrac-1.12.0.tar.gz) = 4CJOudXL94cxHa64oXaZF+Cu2cHPIUDz4HHdWijT3L8=
-SIZE (dustrac-1.12.0.tar.gz) = 18462901
+SHA256 (DustRacing2D-1.13.0.tar.gz) = DMOD71kPqzH7HYe7SyQc3+yfyPe4JCGl5ZSo/dbwvJY=
+SIZE (DustRacing2D-1.13.0.tar.gz) = 18466297
Index: patches/patch-src_editor_editorview_cpp
===================================================================
RCS file: patches/patch-src_editor_editorview_cpp
diff -N patches/patch-src_editor_editorview_cpp
--- patches/patch-src_editor_editorview_cpp 22 May 2017 13:48:39 -0000 1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,13 +0,0 @@
-$OpenBSD: patch-src_editor_editorview_cpp,v 1.1 2017/05/22 13:48:39 espie Exp $
-
-Index: src/editor/editorview.cpp
---- src/editor/editorview.cpp.orig
-+++ src/editor/editorview.cpp
-@@ -35,6 +35,7 @@
- #include "tracktile.hpp"
-
- #include <cassert>
-+#include <cstdlib>
-
- EditorView::EditorView(EditorData & editorData, QWidget * parent)
- : QGraphicsView(parent)
Index: patches/patch-src_game_MiniCore_Graphics_MCGLEW
===================================================================
RCS file: patches/patch-src_game_MiniCore_Graphics_MCGLEW
diff -N patches/patch-src_game_MiniCore_Graphics_MCGLEW
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ patches/patch-src_game_MiniCore_Graphics_MCGLEW 3 Sep 2017 14:02:25 -0000
@@ -0,0 +1,15 @@
+$OpenBSD$
+
+Index: src/game/MiniCore/Graphics/MCGLEW
+--- /dev/null
++++ src/game/MiniCore/Graphics/MCGLEW
+@@ -7,7 +7,9 @@
+ #include <windows.h>
+ #include <wingdi.h>
+ #endif
++ #define GL_GLEXT_PROTOTYPES
+ #include <GL/gl.h>
++ #include <GL/glext.h>
+ #else
+ #include <GLES/gl.h>
+ #endif
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/games/dustrac/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST
--- pkg/PLIST 15 Jan 2017 13:50:53 -0000 1.3
+++ pkg/PLIST 3 Sep 2017 14:02:25 -0000
@@ -9,7 +9,7 @@ share/dustrac/
share/dustrac/AUTHORS
share/dustrac/CHANGELOG
share/dustrac/COPYING
-share/dustrac/README
+share/dustrac/README.md
share/dustrac/editorModels.conf
share/dustrac/fonts/
share/dustrac/fonts.conf
Hi,
Here a proposal to update dustracing2d.
Note that NO_GLEW flag is not necessary anymore, the bug has been fixed
since then (e.g. there was a segfault at exit in the previous iteration).
Hope it is good.
Regards.
No comments:
Post a Comment