games/minetest: update 5.9.0 → 5.9.1
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
PORTNAME= minetest
|
||||
PORTVERSION= 5.9.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 5.9.1
|
||||
CATEGORIES= games
|
||||
|
||||
MAINTAINER= amdmi3@FreeBSD.org
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1723465022
|
||||
SHA256 (minetest-minetest-5.9.0_GH0.tar.gz) = 070bc292a0b7fc60d7ff0a14b364c8229c5cbe38296a80f948ea2c2591545a5c
|
||||
SIZE (minetest-minetest-5.9.0_GH0.tar.gz) = 11984514
|
||||
TIMESTAMP = 1726500300
|
||||
SHA256 (minetest-minetest-5.9.1_GH0.tar.gz) = aa9a6ae57445b779f57dcba5a83b0704fabd24c5eca37c6c8611e885bdf09d7c
|
||||
SIZE (minetest-minetest-5.9.1_GH0.tar.gz) = 11957091
|
||||
|
||||
@@ -1,15 +0,0 @@
|
||||
https://github.com/minetest/minetest/pull/14962
|
||||
|
||||
--- irr/src/CIrrDeviceLinux.cpp.orig 2024-08-11 15:54:55 UTC
|
||||
+++ irr/src/CIrrDeviceLinux.cpp
|
||||
@@ -45,6 +45,10 @@
|
||||
#include <X11/Xcursor/Xcursor.h>
|
||||
#endif
|
||||
|
||||
+#ifdef _IRR_COMPILE_WITH_X11_
|
||||
+#include <unistd.h> // for getpid()
|
||||
+#endif
|
||||
+
|
||||
#if defined _IRR_COMPILE_WITH_JOYSTICK_EVENTS_
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
Reference in New Issue
Block a user