Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/openrct2 openrct2: package requires an Internet ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b17caee78054
branches:  trunk
changeset: 437172:b17caee78054
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Tue Aug 18 02:50:51 2020 +0000

description:
openrct2: package requires an Internet connection to build, add comment

Normally I would just mark it BROKEN but it seems to actually verify
the checksum of the file it tries to fetch during install stage.
Still, this needs to be fixed.

diffstat:

 games/openrct2/Makefile |  13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 7f9a215f3d85 -r b17caee78054 games/openrct2/Makefile
--- a/games/openrct2/Makefile   Tue Aug 18 02:40:08 2020 +0000
+++ b/games/openrct2/Makefile   Tue Aug 18 02:50:51 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2020/08/17 20:18:50 leot Exp $
+# $NetBSD: Makefile,v 1.10 2020/08/18 02:50:51 tnn Exp $
 
 DISTNAME=      openrct2-0.2.4
 PKGREVISION=   8
@@ -26,6 +26,17 @@
 CONFIGURE_DIRS=        build
 CMAKE_ARG_PATH=        ..
 
+# XXX it cannot be built without an Internet connection.
+# Fails during install stage: 
+# CMake Error at cmake_install.cmake:48 (file):
+#  file DOWNLOAD HASH mismatch
+#
+#    for file: [/wrk/games/openrct2/work/.destdir/p/share/openrct2/title/title-sequences.zip]
+#      expected hash: [304d13a126c15bf2c86ff13b81a2f2cc1856ac8d]
+#        actual hash: [da39a3ee5e6b4b0d3255bfef95601890afd80709]
+#             status: [6;"Couldn't resolve host name"]
+#
+
 pre-configure:
        ${MKDIR} ${WRKSRC}/build
 



Home | Main Index | Thread Index | Old Index