Update to 0.39.0.

This commit is contained in:
pascal 2016-04-16 15:27:15 +00:00
parent 45abac9cf9
commit db64af50e5
5 changed files with 21 additions and 15 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.2 2016/02/29 16:21:14 pascal Exp $
# $OpenBSD: Makefile,v 1.3 2016/04/16 15:27:15 pascal Exp $
ONLY_FOR_ARCHS = amd64 i386
COMMENT = open source implementation of TES III: Morrowind
V = 0.38.0
V = 0.39.0
DISTNAME = openmw-$V
CATEGORIES = games
@ -20,7 +20,7 @@ WANTLIB += BulletCollision GL LinearMath MyGUIEngine OpenThreads
WANTLIB += QtGui QtNetwork QtOpenGL SDL2 Xt avcodec avformat avutil
WANTLIB += boost_filesystem-mt boost_program_options-mt boost_system-mt
WANTLIB += boost_thread-mt c freetype m openal osg osgAnimation
WANTLIB += osgDB osgFX osgGA osgParticle osgQt osgUtil
WANTLIB += osgDB osgFX osgGA osgParticle osgText osgUtil
WANTLIB += osgViewer pthread swresample swscale unshield
GH_ACCOUNT = OpenMW

View File

@ -1,2 +1,2 @@
SHA256 (openmw-0.38.0.tar.gz) = wWpE7pp4fcrmGjc2JdOXM4aNIT/W6MzYarnnrADsuFo=
SIZE (openmw-0.38.0.tar.gz) = 4137263
SHA256 (openmw-0.39.0.tar.gz) = sNKUsIFAmb2TMm97ht2E+3J9ON1Ta/EEJyES5tcK5yA=
SIZE (openmw-0.39.0.tar.gz) = 4764754

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-apps_openmw_crashcatcher_cpp,v 1.1.1.1 2015/12/27 21:55:24 pascal Exp $
--- apps/openmw/crashcatcher.cpp.orig Sun Nov 22 19:54:17 2015
+++ apps/openmw/crashcatcher.cpp Sat Dec 26 18:01:49 2015
$OpenBSD: patch-apps_openmw_crashcatcher_cpp,v 1.2 2016/04/16 15:27:15 pascal Exp $
--- apps/openmw/crashcatcher.cpp.orig Wed Apr 6 13:40:42 2016
+++ apps/openmw/crashcatcher.cpp Sat Apr 16 14:30:26 2016
@@ -5,7 +5,9 @@
#include <sys/stat.h>
#include <sys/wait.h>
@ -15,8 +15,8 @@ $OpenBSD: patch-apps_openmw_crashcatcher_cpp,v 1.1.1.1 2015/12/27 21:55:24 pasca
#ifndef PR_SET_PTRACER
#define PR_SET_PTRACER 0x59616d61
#endif
-#elif defined (__APPLE__)
+#elif defined (__APPLE__) || defined(__OpenBSD__)
-#elif defined (__APPLE__) || defined (__FreeBSD__)
+#elif defined (__APPLE__) || defined (__FreeBSD__) || defined(__OpenBSD__)
#include <signal.h>
#endif

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-apps_wizard_CMakeLists_txt,v 1.1.1.1 2015/12/27 21:55:24 pascal Exp $
--- apps/wizard/CMakeLists.txt.orig Fri Dec 25 17:19:18 2015
+++ apps/wizard/CMakeLists.txt Fri Dec 25 17:19:36 2015
@@ -150,6 +150,6 @@ endif()
$OpenBSD: patch-apps_wizard_CMakeLists_txt,v 1.2 2016/04/16 15:27:15 pascal Exp $
--- apps/wizard/CMakeLists.txt.orig Wed Apr 6 13:40:42 2016
+++ apps/wizard/CMakeLists.txt Sat Apr 16 14:29:29 2016
@@ -147,6 +147,6 @@ endif()
# Workaround for binutil => 2.23 problem when linking, should be fixed eventually upstream
if (UNIX AND NOT APPLE)

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.2 2016/02/29 16:21:14 pascal Exp $
@comment $OpenBSD: PLIST,v 1.3 2016/04/16 15:27:15 pascal Exp $
@bin bin/bsatool
@bin bin/esmtool
@bin bin/openmw
@ -118,6 +118,12 @@ share/openmw/resources/mygui/openmw_wait_dialog_progressbar.layout
share/openmw/resources/mygui/openmw_windows.skin.xml
share/openmw/resources/mygui/skins.xml
share/openmw/resources/shaders/
share/openmw/resources/shaders/lighting.glsl
share/openmw/resources/shaders/objects_fragment.glsl
share/openmw/resources/shaders/objects_vertex.glsl
share/openmw/resources/shaders/parallax.glsl
share/openmw/resources/shaders/terrain_fragment.glsl
share/openmw/resources/shaders/terrain_vertex.glsl
share/openmw/resources/shaders/water_fragment.glsl
share/openmw/resources/shaders/water_nm.png
share/openmw/resources/shaders/water_vertex.glsl