package/frotz: Update to version 2.53
authorThomas Huth <huth@tuxfamily.org>
Sun, 7 Mar 2021 15:21:47 +0000 (16:21 +0100)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sun, 7 Mar 2021 20:54:46 +0000 (21:54 +0100)
This version should now also compile fine on systems without pthreads,
so we can remove the dependency on BR2_TOOLCHAIN_HAS_THREADS again.

While we're at it, also fix a typo in the description (replace "can not"
with "cannot").

Signed-off-by: Thomas Huth <huth@tuxfamily.org>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/frotz/Config.in
package/frotz/frotz.hash
package/frotz/frotz.mk

index b73beea330c12e7b3f3e67e6ac1d4babbac772f7..9473f5944d2c169de46dcb58028a85956230f3f6 100644 (file)
@@ -1,14 +1,10 @@
 config BR2_PACKAGE_FROTZ
        bool "frotz"
-       depends on BR2_TOOLCHAIN_HAS_THREADS
        select BR2_PACKAGE_NCURSES
        help
          Frotz is an interpreter for old Infocom adventure games and
-         other Z-code games. Note that frotz can not be run as root.
+         other Z-code games. Note that frotz cannot be run as root.
          You must add a normal user to your buildroot configuration to
          be able to use it.
 
          https://661.org/proj/if/frotz/
-
-comment "frotz needs a toolchain w/ threads"
-       depends on !BR2_TOOLCHAIN_HAS_THREADS
index 14f1a7fbe2cda31b187fa546e4640400c6611538..e5024aa2cd0aa786bba84879f60a7fd767ee842a 100644 (file)
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  7e488140791259a1a8c9e16a0c467ca69b694b918c28ffe3d83c654bcb253cca  frotz-2.51.tar.bz2
+sha256  8da558828dd74d6d6ee30483bb32276ef918b8b72b7f6e89b4f7cb27e7abf58b  frotz-2.53.tar.bz2
 sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  COPYING
index ce27bdf0bf94b4f983b5c83f048c14ee715bed8a..cc0421358cfffa6b9e09b54826bb6b3491cd4e9b 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-FROTZ_VERSION = 2.51
+FROTZ_VERSION = 2.53
 FROTZ_SOURCE = frotz-$(FROTZ_VERSION).tar.bz2
 FROTZ_SITE = https://gitlab.com/DavidGriffith/frotz/-/archive/$(FROTZ_VERSION)
 FROTZ_DEPENDENCIES = host-pkgconf ncurses