pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/xsokoban
Module Name: pkgsrc
Committed By: martin
Date: Mon Dec 1 10:13:03 UTC 2025
Modified Files:
pkgsrc/games/xsokoban: distinfo
pkgsrc/games/xsokoban/patches: patch-ab
Log Message:
Make it compile with newer gcc versions
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/games/xsokoban/distinfo
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/games/xsokoban/patches/patch-ab
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/games/xsokoban/distinfo
diff -u pkgsrc/games/xsokoban/distinfo:1.5 pkgsrc/games/xsokoban/distinfo:1.6
--- pkgsrc/games/xsokoban/distinfo:1.5 Tue Oct 26 10:44:35 2021
+++ pkgsrc/games/xsokoban/distinfo Mon Dec 1 10:13:03 2025
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 10:44:35 nia Exp $
+$NetBSD: distinfo,v 1.6 2025/12/01 10:13:03 martin Exp $
BLAKE2s (xsokoban-3.3c.tar.gz) = 55ca636a989421320ef4f7516854b83df5ebbc90d740595dd8646a74e35007aa
SHA512 (xsokoban-3.3c.tar.gz) = b3f4a42697fa663515e6cfe8ac707e282e77380342b835f61067b0cf7032738d7ea05333d890486a3ec3f3299aacbcff6e42914908ed915e34e79d386d432fe2
Size (xsokoban-3.3c.tar.gz) = 98961 bytes
SHA1 (patch-aa) = ba21be16ffdf2640014a2a91a4e042bee3660cfc
-SHA1 (patch-ab) = 17791f14cfba86154b12eb3bef61fedf8c6e1f8c
+SHA1 (patch-ab) = cf4712f5490e992c3ce484c911ea5278d9fcfc62
SHA1 (patch-ac) = eeaa85eb12c473b2703b55b1602eae4c89639a0f
SHA1 (patch-ad) = 2338d0e6afac7709abfe55eb57e809247d42b6f1
SHA1 (patch-ae) = 234e46167bf5b3786462488c99bf10de60736452
Index: pkgsrc/games/xsokoban/patches/patch-ab
diff -u pkgsrc/games/xsokoban/patches/patch-ab:1.1.1.1 pkgsrc/games/xsokoban/patches/patch-ab:1.2
--- pkgsrc/games/xsokoban/patches/patch-ab:1.1.1.1 Wed Apr 8 16:31:56 2009
+++ pkgsrc/games/xsokoban/patches/patch-ab Mon Dec 1 10:13:03 2025
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.1.1.1 2009/04/08 16:31:56 drochner Exp $
+$NetBSD: patch-ab,v 1.2 2025/12/01 10:13:03 martin Exp $
--- configure.in.orig 1996-10-29 18:51:14.000000000 +0100
-+++ configure.in
-@@ -42,40 +42,7 @@ AC_FEATURE_CHECK(www, WWW, WWW scoring)
++++ configure.in 2025-12-01 10:55:47.608143673 +0100
+@@ -42,40 +42,7 @@
if test $use_xpm = 1; then
libxpm=1
incxpm=1
@@ -44,7 +44,7 @@ $NetBSD: patch-ab,v 1.1.1.1 2009/04/08 1
fi
rm -f tmp.$$.c tmp2.$$
-@@ -114,28 +81,6 @@ if test $www = 1; then
+@@ -114,28 +81,6 @@
fi
##############
@@ -73,3 +73,23 @@ $NetBSD: patch-ab,v 1.1.1.1 2009/04/08 1
# DEC bogosity
AC_CHECK_LIB(dnet_stub,main)
+@@ -161,7 +106,8 @@
+ # Check for library functions and C++ prototypes
+
+ AC_MSG_CHECKING(function prototypes)
+-AC_TRY_LINK([#include <stdlib.h>],
++AC_TRY_LINK([#include <unistd.h>
++#include <stdlib.h>],
+ [char *s = getpass("prompt");],
+ AC_DEFINE(GETPASS_PROTO))
+
+@@ -210,7 +156,8 @@
+ AC_DEFINE(USLEEP_PROTO))
+
+ AC_TRY_LINK(
+-[#include <stdlib.h>],
++[#include <stdlib.h>
++#include <strings.h>],
+ [char *x; int l; bzero(x, l);],
+ AC_DEFINE(BZERO_PROTO))
+
Home |
Main Index |
Thread Index |
Old Index