pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
restoHack: switch to git head to fix build
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Sun Aug 10 13:51:14 2025 +0200
Changeset: 38884ecaa98e1a1d1b5a3c8e11240891fef1d49d
Modified Files:
restoHack/Makefile
restoHack/distinfo
Removed Files:
restoHack/patches/patch-src_hack.unix.c
Log Message:
restoHack: switch to git head to fix build
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=38884ecaa98e1a1d1b5a3c8e11240891fef1d49d
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
restoHack/Makefile | 6 ++----
restoHack/distinfo | 7 +++----
restoHack/patches/patch-src_hack.unix.c | 16 ----------------
3 files changed, 5 insertions(+), 24 deletions(-)
diffs:
diff --git a/restoHack/Makefile b/restoHack/Makefile
index 467a07a0ec..546a195b8f 100644
--- a/restoHack/Makefile
+++ b/restoHack/Makefile
@@ -1,18 +1,16 @@
# $NetBSD$
-DISTNAME= restoHack-1.0.2
+DISTNAME= restoHack-1.0.3
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GITHUB:=Critlist/}
GITHUB_TAG= v${PKGVERSION_NOREV}
+GITHUB_TAG= 32f1df6327e4f27a711d92f305a43405e03cafd2
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://github.com/Critlist/restoHack/
COMMENT= Modern version of the original Hack
LICENSE= public-domain AND modified-bsd
-# https://github.com/Critlist/restoHack/issues/4
-LDFLAGS.NetBSD+= -lcurses
-
.include "../../devel/cmake/build.mk"
.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/restoHack/distinfo b/restoHack/distinfo
index 121455e8dc..7ecc18597c 100644
--- a/restoHack/distinfo
+++ b/restoHack/distinfo
@@ -1,6 +1,5 @@
$NetBSD$
-BLAKE2s (restoHack-1.0.2.tar.gz) = 54a4a67d52300ce893134963d47ae65fa77ad54d7e4a737c8cdf51d88138b6a2
-SHA512 (restoHack-1.0.2.tar.gz) = 8bc5777c1b0591d59d2be4f3ea9f9daa080a5ed18192bcd6be625a3003a9747fe64c18faf42de1b9de553e762dc84b0fb2504dfe125a514447228e5453fe0938
-Size (restoHack-1.0.2.tar.gz) = 210115 bytes
-SHA1 (patch-src_hack.unix.c) = f6f4b7ac4b3eefcfd2e14342508d65c59c9b07e5
+BLAKE2s (restoHack-1.0.3-32f1df6327e4f27a711d92f305a43405e03cafd2.tar.gz) = a633498645d027485380af5a651a313111458b9b422e0c876c4dafcfd73e86f2
+SHA512 (restoHack-1.0.3-32f1df6327e4f27a711d92f305a43405e03cafd2.tar.gz) = eb12a5c56873538e1f3ebec270df8a795a08d97d45ee19254d41693762b47839000c58b01ce43a9727ebdd90d378627c3411595a24c1315da4a53b83f9b3055b
+Size (restoHack-1.0.3-32f1df6327e4f27a711d92f305a43405e03cafd2.tar.gz) = 291587 bytes
diff --git a/restoHack/patches/patch-src_hack.unix.c b/restoHack/patches/patch-src_hack.unix.c
deleted file mode 100644
index 397a96741a..0000000000
--- a/restoHack/patches/patch-src_hack.unix.c
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD$
-
-Avoid undefined symbol on NetBSD.
-https://github.com/Critlist/restoHack/issues/4
-
---- src/hack.unix.c.orig 2025-08-09 16:01:24.973179273 +0000
-+++ src/hack.unix.c
-@@ -28,7 +28,7 @@
- void
- setrandom(void)
- {
--#ifdef __linux__
-+#if defined(__linux__) || defined(__NetBSD__)
- /* Linux doesn't have srandomdev(), use time-based seeding */
- (void) srandom((unsigned int)time(NULL));
- #else
Home |
Main Index |
Thread Index |
Old Index