pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/minetest
Module Name: pkgsrc
Committed By: ktnb
Date: Mon Sep 16 14:29:04 UTC 2024
Modified Files:
pkgsrc/games/minetest: Makefile PLIST distinfo
pkgsrc/games/minetest/patches: patch-irr_src_CIrrDeviceLinux.cpp
Log Message:
minetest: update to 5.9.1
bug fixes
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/games/minetest/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/games/minetest/PLIST
cvs rdiff -u -r1.15 -r1.16 pkgsrc/games/minetest/distinfo
cvs rdiff -u -r1.1 -r1.2 \
pkgsrc/games/minetest/patches/patch-irr_src_CIrrDeviceLinux.cpp
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/games/minetest/Makefile
diff -u pkgsrc/games/minetest/Makefile:1.39 pkgsrc/games/minetest/Makefile:1.40
--- pkgsrc/games/minetest/Makefile:1.39 Sun Aug 25 06:18:45 2024
+++ pkgsrc/games/minetest/Makefile Mon Sep 16 14:29:03 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2024/08/25 06:18:45 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2024/09/16 14:29:03 ktnb Exp $
-DISTNAME= minetest-5.9.0
+DISTNAME= minetest-5.9.1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GITHUB:=minetest/}
GITHUB_TAG= ${PKGVERSION_NOREV}
Index: pkgsrc/games/minetest/PLIST
diff -u pkgsrc/games/minetest/PLIST:1.8 pkgsrc/games/minetest/PLIST:1.9
--- pkgsrc/games/minetest/PLIST:1.8 Mon Aug 12 15:16:03 2024
+++ pkgsrc/games/minetest/PLIST Mon Sep 16 14:29:03 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2024/08/12 15:16:03 ktnb Exp $
+@comment $NetBSD: PLIST,v 1.9 2024/09/16 14:29:03 ktnb Exp $
bin/minetest
bin/minetestserver
man/man6/minetest.6
@@ -177,7 +177,15 @@ share/minetest/builtin/profiler/sampling
share/minetest/builtin/settingtypes.txt
share/minetest/client/shaders/3d_interlaced_merge/opengl_fragment.glsl
share/minetest/client/shaders/3d_interlaced_merge/opengl_vertex.glsl
-share/minetest/client/shaders/Irrlicht
+share/minetest/client/shaders/Irrlicht/OneTextureBlend.fsh
+share/minetest/client/shaders/Irrlicht/Renderer2D.fsh
+share/minetest/client/shaders/Irrlicht/Renderer2D.vsh
+share/minetest/client/shaders/Irrlicht/Renderer2D_noTex.fsh
+share/minetest/client/shaders/Irrlicht/Solid.fsh
+share/minetest/client/shaders/Irrlicht/Solid.vsh
+share/minetest/client/shaders/Irrlicht/TransparentAlphaChannel.fsh
+share/minetest/client/shaders/Irrlicht/TransparentAlphaChannelRef.fsh
+share/minetest/client/shaders/Irrlicht/TransparentVertexAlpha.fsh
share/minetest/client/shaders/bloom_downsample/opengl_fragment.glsl
share/minetest/client/shaders/bloom_downsample/opengl_vertex.glsl
share/minetest/client/shaders/bloom_upsample/opengl_fragment.glsl
Index: pkgsrc/games/minetest/distinfo
diff -u pkgsrc/games/minetest/distinfo:1.15 pkgsrc/games/minetest/distinfo:1.16
--- pkgsrc/games/minetest/distinfo:1.15 Mon Sep 9 07:46:20 2024
+++ pkgsrc/games/minetest/distinfo Mon Sep 16 14:29:03 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.15 2024/09/09 07:46:20 nia Exp $
+$NetBSD: distinfo,v 1.16 2024/09/16 14:29:03 ktnb Exp $
-BLAKE2s (minetest-5.9.0.tar.gz) = 813c7b0218297236239b2d419bb7390e6b9cc491a8aef74f1215c7961b181702
-SHA512 (minetest-5.9.0.tar.gz) = 12f741ffc4e3b44fd19e98b288f8ed42a5a4c48a02f09a2ea712199815e5393bb50a9b6719c367036041094f8922af9c56a70585e9b26085fe96c70869d3cdbf
-Size (minetest-5.9.0.tar.gz) = 11984514 bytes
-SHA1 (patch-irr_src_CIrrDeviceLinux.cpp) = ef1133760dee61aaee8dc59690b7644ce45a3390
+BLAKE2s (minetest-5.9.1.tar.gz) = d3f3a120e057a162df2fac05d7aa0c2d6c605f1bd5e26d8b64885b1180b69433
+SHA512 (minetest-5.9.1.tar.gz) = e4a03cd7f0a745f0571dd3e9701ddf48e079c59dc0bf0c59ecf756151d03a82422213e7198f359e93852b83111430e2db8c2f5f92020b3244f64e197fd51c93c
+Size (minetest-5.9.1.tar.gz) = 11957091 bytes
+SHA1 (patch-irr_src_CIrrDeviceLinux.cpp) = 9c5d6b99762343feb0a050354adc33c9a70a4d3e
SHA1 (patch-irr_src_os.cpp) = fe5cf12adf6b4574e97e8cfee46a07401b87ab90
SHA1 (patch-src_util_string.cpp) = c736bb886ec087ac2fcaf36da4d78dbe0d45e616
Index: pkgsrc/games/minetest/patches/patch-irr_src_CIrrDeviceLinux.cpp
diff -u pkgsrc/games/minetest/patches/patch-irr_src_CIrrDeviceLinux.cpp:1.1 pkgsrc/games/minetest/patches/patch-irr_src_CIrrDeviceLinux.cpp:1.2
--- pkgsrc/games/minetest/patches/patch-irr_src_CIrrDeviceLinux.cpp:1.1 Mon Aug 12 15:16:03 2024
+++ pkgsrc/games/minetest/patches/patch-irr_src_CIrrDeviceLinux.cpp Mon Sep 16 14:29:04 2024
@@ -1,8 +1,8 @@
-$NetBSD: patch-irr_src_CIrrDeviceLinux.cpp,v 1.1 2024/08/12 15:16:03 ktnb Exp $
+$NetBSD: patch-irr_src_CIrrDeviceLinux.cpp,v 1.2 2024/09/16 14:29:04 ktnb Exp $
Use FreeBSD's support for NetBSD
---- irr/src/CIrrDeviceLinux.cpp.orig 2024-08-12 14:20:28.251368264 +0000
+--- irr/src/CIrrDeviceLinux.cpp.orig 2024-09-16 13:40:09.623642575 +0000
+++ irr/src/CIrrDeviceLinux.cpp
@@ -28,6 +28,7 @@
#include "IFileSystem.h"
@@ -12,18 +12,16 @@ Use FreeBSD's support for NetBSD
#if defined(_IRR_LINUX_X11_XINPUT2_)
#include <X11/extensions/XInput2.h>
-@@ -47,9 +48,8 @@
-
+@@ -52,7 +53,7 @@
#if defined _IRR_COMPILE_WITH_JOYSTICK_EVENTS_
#include <fcntl.h>
--#include <unistd.h>
-#ifdef __FreeBSD__
+#if defined(__NetBSD__) || defined(__FreeBSD__)
#include <sys/joystick.h>
#else
-@@ -1577,7 +1577,7 @@ bool CIrrDeviceLinux::activateJoysticks(
+@@ -1580,7 +1581,7 @@ bool CIrrDeviceLinux::activateJoysticks(
if (-1 == info.fd)
continue;
@@ -32,7 +30,7 @@ Use FreeBSD's support for NetBSD
info.axes = 2;
info.buttons = 2;
#else
-@@ -1601,7 +1601,7 @@ bool CIrrDeviceLinux::activateJoysticks(
+@@ -1604,7 +1605,7 @@ bool CIrrDeviceLinux::activateJoysticks(
returnInfo.Axes = info.axes;
returnInfo.Buttons = info.buttons;
@@ -41,7 +39,7 @@ Use FreeBSD's support for NetBSD
char name[80];
ioctl(info.fd, JSIOCGNAME(80), name);
returnInfo.Name = name;
-@@ -1633,7 +1633,7 @@ void CIrrDeviceLinux::pollJoysticks()
+@@ -1636,7 +1637,7 @@ void CIrrDeviceLinux::pollJoysticks()
for (u32 j = 0; j < ActiveJoysticks.size(); ++j) {
JoystickInfo &info = ActiveJoysticks[j];
Home |
Main Index |
Thread Index |
Old Index