pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/openrct2
Module Name: pkgsrc
Committed By: tnn
Date: Tue Aug 18 02:50:51 UTC 2020
Modified Files:
pkgsrc/games/openrct2: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/games/openrct2/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/games/openrct2/Makefile
diff -u pkgsrc/games/openrct2/Makefile:1.9 pkgsrc/games/openrct2/Makefile:1.10
--- pkgsrc/games/openrct2/Makefile:1.9 Mon Aug 17 20:18:50 2020
+++ pkgsrc/games/openrct2/Makefile Tue Aug 18 02:50:51 2020
@@ -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 @@ CXXFLAGS+= -DORCT2_RESOURCE_DIR=\"${PREF
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