Commit Graph

15943 Commits

Author SHA1 Message Date
Fredrik Fornwall ca6a2436ec brogue: Update from 1.7.4 to 1.7.5 2021-11-27 13:00:40 +01:00
Fredrik Fornwall 6109e1e4f0 tty-solitaire: Update from 1.0.0 to 1.1.0 2021-11-27 13:00:40 +01:00
Fredrik Fornwall 367abb82d8 angband: Update from 4.1.2 to 4.1.3 2021-11-27 13:00:40 +01:00
Fredrik Fornwall 9a6581c97c Bump c++-using packages 2021-11-27 13:00:40 +01:00
Fredrik Fornwall f00f069122 glulxe: Use termux_download instead of curl directly 2021-11-27 13:00:40 +01:00
Fredrik Fornwall c14a260561 http -> https updates 2021-11-27 13:00:40 +01:00
Fredrik Fornwall 7ac5a6c672 angband: Update from 4.1.0 to 4.1.2 2021-11-27 13:00:40 +01:00
Fredrik Fornwall 099da62681 moon-buggy: Update homepage 2021-11-27 13:00:40 +01:00
Fredrik Fornwall e6b436aad7 angband: Update checksum 2021-11-27 13:00:40 +01:00
Fredrik Fornwall ebdf2695cb tty-solitaire: Fix building 2021-11-27 13:00:40 +01:00
Auxilus 9309007637 tty-solitaire: Add package 2021-11-27 13:00:40 +01:00
Fredrik Fornwall 809ce2c039 Drop need of setting TERMUX_PKG_FOLDERNAME
Instead figure out the top level source folder ourselves.
2021-11-27 13:00:40 +01:00
Fredrik Fornwall 957a54c31a Rebuild all packages with control.tar.gz
Bump the version of all old packages that contained a control.tar.gz
file - as of now only control.tar.xz is used. See #1398.
2021-11-27 13:00:40 +01:00
Oliver Schmidhauser 9407e0a467 Add proper package description 2021-11-27 13:00:40 +01:00
Oliver Schmidhauser 78c5caa196 Add moria package
As requested in #533 (fixes #533).
2021-11-27 13:00:40 +01:00
Fredrik Fornwall 71d2e06429 angband: Update from 4.0.5 to 4.1.0 2021-11-27 13:00:40 +01:00
Fredrik Fornwall 281f133202 brogue: -Werror=implicit-function-declaration 2021-11-27 13:00:40 +01:00
Fredrik Fornwall 17e2234497 Remove TERMUX_TAR and TERMUX_TOUCH
These can be removed now that OS X is not supported directly (OS X
users can still use Docker to build though).

Fixes #936.
2021-11-27 13:00:40 +01:00
Fredrik Fornwall 3fd5cb70fd Use more source checksums 2021-11-27 13:00:40 +01:00
Fredrik Fornwall 172747d4ac Use more source checksums 2021-11-27 13:00:40 +01:00
Fredrik Fornwall a2330052f2 Use more source checksums 2021-11-27 13:00:40 +01:00
Fredrik Fornwall d9c30cd329 frotz: Update project homepage 2021-11-27 13:00:40 +01:00
Fredrik Fornwall 967d2ccd76 frotz: Depend on curl for the zgames script
Fixes #779.
2021-11-27 13:00:40 +01:00
Fredrik Fornwall d335fe9395 glulxe: Update from 0.5.2 to 0.5.4 2021-11-27 13:00:40 +01:00
Fredrik Fornwall 7b49acb07b curseofwar: Fix build with new cmake system 2021-11-27 13:00:40 +01:00
Fredrik Fornwall 5b81d162cb s/TERMUX_PKG_BUILD_REVISION/TERMUX_PKG_REVISION/ 2021-11-27 13:00:40 +01:00
Fredrik Fornwall 0a75b6dc1a moon-buggy: Switch to alternate download url 2021-11-27 13:00:40 +01:00
Fredrik Fornwall 56bde27d26 Switch from ftp.gnu.org to mirrors.kernel.org 2021-11-27 13:00:40 +01:00
Fredrik Fornwall ebd7ef86b5 Update readline to v7 and bash to v4.4
As a consequence of updating readline to version 7 we bump the
build revision of all packaging linking to it as the soname has
changed.
2021-11-27 13:00:40 +01:00
Fredrik Fornwall 949c4342cf Cleanup of more packages 2021-11-27 13:00:40 +01:00
Fredrik Fornwall a7aabf2e45 brogue: Prepare for clang 2021-11-27 13:00:40 +01:00
Fredrik Fornwall fd2442216a angband: Update from 4.0.4 to 4.0.5 2021-11-27 13:00:40 +01:00
Fredrik Fornwall d350e87785 angband: Update from 4.0.3 to 4.0.4 2021-11-27 13:00:40 +01:00
Fredrik Fornwall 147c3125b1 Fix rpl_malloc when cross compiling
Work around rpl_malloc being used, see
http://wiki.buici.com/xwiki/bin/view/Programing+C+and+C%2B%2B/Autoconf+and+RPL_MALLOC
for more information:

"The AC_FUNC_MALLOC macro makes sure that the malloc function when passed a zero
argument returns a valid memory block instead of a NULL pointer. This behaviour
conforms to the GNU C library.  Normally, this is a reasonable test that autoconf
makes at build-time. In the case of cross-compilation, however, autoconf cannot
execute a program to verify proper behavior.  It makes the conservative assumption
that the target library will produce non-conforming code.

Failure of this test causes autconf to replace malloc() calls with rpl_malloc()
calls. At link time, if there is no rpl_malloc() function, the linker will fail
with an error describing the missing symbol. The autoconf documentation recommends
adding this harmless code to the application to implement the function."

In Termux the rpl_malloc() usage is useless at best, and may also prevent building
some packages as well as giving runtime crashes for libgc-using packages or others
expecting to intercept malloc.

Previously some packages specified worked around this themselves, but the configure
arguments are now moved into build-package.sh.
2021-11-27 13:00:40 +01:00
Fredrik Fornwall 6b5235f52d Minor version bumps 2021-11-27 13:00:40 +01:00
Fredrik Fornwall d0f623bbf4 angband: Update to 4.0.2 from 4.0.1 2021-11-27 13:00:40 +01:00
Fredrik Fornwall 61ed93d7e5 frotz: Update frotz from 2.43 to 2.44 2021-11-27 13:00:40 +01:00
Fredrik Fornwall 6f44cb75da angband: Update to 4.0.1 2021-11-27 13:00:40 +01:00
Fredrik Fornwall 4e6cca7e20 frotz: Fix man path 2021-11-27 13:00:40 +01:00
Fredrik Fornwall e202d4541c Update greed from 3.11 to 4.1 2021-11-27 13:00:40 +01:00
Fredrik Fornwall 25d152455a Initial push 2021-11-27 13:00:40 +01:00
Henrik Grimler bf4e4a6489 open-adventure: update to 1.7 2021-11-27 13:00:40 +01:00
Henrik Grimler 88e749fc25 open-adventure: add package 2021-11-27 13:00:40 +01:00
Yonle d3e5b6fc05 pcre: Change source download 2021-11-27 07:54:19 +01:00
Yonle 78789dbd65 [test] Rewrite patch 2021-11-27 09:52:19 +05:30
Yonle acd6608d68 [test] remove autoplug_libcaca.patch 2021-11-27 09:52:19 +05:30
Yonle 6da988cb1a meson: Bump 0.90.1 2021-11-27 09:52:19 +05:30
Yonle 2496207111 Change sha256sum 2021-11-27 09:52:19 +05:30
Yonle 21c2a0ca27 Bump 1.19.3 2021-11-27 09:52:19 +05:30
Yonle e2f5ea20e9 fluidsynth: Bump 2.2.4 2021-11-27 09:41:14 +05:30