pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/rocksndiamonds
Module Name: pkgsrc
Committed By: adam
Date: Mon Jan 26 16:25:31 UTC 2026
Modified Files:
pkgsrc/games/rocksndiamonds: Makefile distinfo
Added Files:
pkgsrc/games/rocksndiamonds/patches: patch-src_libgame_zip_ioapi.c
Log Message:
rocksndiamonds: updated to 4.4.1.3
4.4.1.3
A new patch release is required to fix a terrible bug in the Windows version that prevents the program from saving important game data, which affects all new installations of the game on Windows.
4.4.1.2
This patch release fixes some more nasty bugs:
fixed snapping when using zigzag diagonal movement with BD game engine
added expanding tabs to spaces when drawing text buffers to the screen
added ignoring carriage return characters when pasting from clipboard
fixed configurable menu texts when using “override level graphics”
To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 pkgsrc/games/rocksndiamonds/Makefile
cvs rdiff -u -r1.47 -r1.48 pkgsrc/games/rocksndiamonds/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/games/rocksndiamonds/patches/patch-src_libgame_zip_ioapi.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/games/rocksndiamonds/Makefile
diff -u pkgsrc/games/rocksndiamonds/Makefile:1.81 pkgsrc/games/rocksndiamonds/Makefile:1.82
--- pkgsrc/games/rocksndiamonds/Makefile:1.81 Tue Dec 23 21:31:26 2025
+++ pkgsrc/games/rocksndiamonds/Makefile Mon Jan 26 16:25:31 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.81 2025/12/23 21:31:26 adam Exp $
+# $NetBSD: Makefile,v 1.82 2026/01/26 16:25:31 adam Exp $
-DISTNAME= rocksndiamonds-4.4.1.1-linux
+DISTNAME= rocksndiamonds-4.4.1.3-linux
COMMENT= Game like Boulder Dash, Emerald Mine, or Sokoban
Index: pkgsrc/games/rocksndiamonds/distinfo
diff -u pkgsrc/games/rocksndiamonds/distinfo:1.47 pkgsrc/games/rocksndiamonds/distinfo:1.48
--- pkgsrc/games/rocksndiamonds/distinfo:1.47 Tue Dec 23 21:31:26 2025
+++ pkgsrc/games/rocksndiamonds/distinfo Mon Jan 26 16:25:31 2026
@@ -1,9 +1,10 @@
-$NetBSD: distinfo,v 1.47 2025/12/23 21:31:26 adam Exp $
+$NetBSD: distinfo,v 1.48 2026/01/26 16:25:31 adam Exp $
-BLAKE2s (rocksndiamonds-4.4.1.1-linux.tar.gz) = 99487740354cca752fa9b6bef4284d5c59f81a33940142d1af3f1dbd14f6207e
-SHA512 (rocksndiamonds-4.4.1.1-linux.tar.gz) = 0f4c7584b2435deaa4df1e800dda00798bd64d769442afb20fe84c9f870feae497a02781e05b4f02585561582cf78126f0196ddd385b4e2de3e939b744f0ebae
-Size (rocksndiamonds-4.4.1.1-linux.tar.gz) = 5614614 bytes
+BLAKE2s (rocksndiamonds-4.4.1.3-linux.tar.gz) = 7f8e4e73faaad49f02dfe21b69b72b28eca28bfd01e48673fee5a8e1789c4608
+SHA512 (rocksndiamonds-4.4.1.3-linux.tar.gz) = 33b030dbf20f3bf32d5dbcaacc49faa7fe78a6b6b051bb9131891f90abe07228e407a69419a3ab0279b7a773e149ebc33b2fb970b395b44c060f1385fcb735c2
+Size (rocksndiamonds-4.4.1.3-linux.tar.gz) = 5614030 bytes
SHA1 (patch-src_Makefile) = d7f78c0f5a24d53661f678da76233b55d039f6d3
SHA1 (patch-src_libgame_joystick.c) = 000805d76fee695cbedc42f1aa25423f04c08dbb
SHA1 (patch-src_libgame_joystick.h) = a6bae0443a6285b9e4179119f1101ba7bf8d6727
SHA1 (patch-src_libgame_system.c) = a43d320a760c59dbc57f77c1d3726c5c4b138a95
+SHA1 (patch-src_libgame_zip_ioapi.c) = 96438fa3d41bcf419bbb18a0fd3d4111fc08e963
Added files:
Index: pkgsrc/games/rocksndiamonds/patches/patch-src_libgame_zip_ioapi.c
diff -u /dev/null pkgsrc/games/rocksndiamonds/patches/patch-src_libgame_zip_ioapi.c:1.1
--- /dev/null Mon Jan 26 16:25:31 2026
+++ pkgsrc/games/rocksndiamonds/patches/patch-src_libgame_zip_ioapi.c Mon Jan 26 16:25:31 2026
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_libgame_zip_ioapi.c,v 1.1 2026/01/26 16:25:31 adam Exp $
+
+Fix build on NetBSD.
+
+--- src/libgame/zip/ioapi.c.orig 2026-01-26 15:47:53.911344416 +0000
++++ src/libgame/zip/ioapi.c
+@@ -16,7 +16,7 @@
+ #include <stdlib.h>
+ #include <string.h>
+
+-#if defined unix || defined __APPLE__
++#if defined unix || defined __APPLE__ || defined __NetBSD__
+ #include <sys/types.h>
+ #include <unistd.h>
+ #endif
Home |
Main Index |
Thread Index |
Old Index