Commit Graph

36 Commits

Author SHA1 Message Date
Fredrik Fornwall 2b6ca764bb ruby: Fix syslog module to link against liblog
Fixes #962.
2017-04-26 23:20:01 +02:00
Fredrik Fornwall b91127f39b ruby: Update from 2.4.0 to 2.4.1 2017-03-23 23:04:41 +01:00
Fredrik Fornwall be9907f772 ruby: Patches for shebangs on installed gems 2017-02-01 01:19:40 +01:00
Fredrik Fornwall 0d311afa21 ruby: Add back needed patch 2017-01-20 15:26:08 +01:00
Fredrik Fornwall 31f93d1355 ruby: Remove old unused build step 2017-01-19 03:58:26 +01:00
Fredrik Fornwall 803b2050ff ruby: Remove outdated patch 2017-01-19 01:06:56 +01:00
Fredrik Fornwall 8c31b955c3 ruby: Some more /tmp -> $PREFIX/tmp patches 2017-01-18 10:33:55 +01:00
Fredrik Fornwall a19f43f2af neovim: Update to latest master 2017-01-17 15:51:17 +01:00
Fredrik Fornwall ed198efe08 ruby: Update from 2.3.3 to 2.4.0 2017-01-14 03:45:44 -05:00
Fredrik Fornwall 078485ffc7 ruby: Update from 2.3.2 to 2.3.3 2016-11-22 18:15:50 -05:00
Fredrik Fornwall 6257a921f7 ruby: Update from 2.3.1 to 2.3.2 2016-11-16 17:58:24 -05:00
Fredrik Fornwall 92c7aec402 Remove old unused TERMUX_PKG_KEEP_HEADER_FILES 2016-10-29 17:39:13 -04:00
Fredrik Fornwall a9e7faf25c Bump some build revisions for rebuild with ELF fix 2016-09-28 09:47:02 -04:00
Fredrik Fornwall 83d11d6e04 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.
2016-09-17 18:29:14 -04:00
Fredrik Fornwall 7ce5638519 Cleanup of more packages 2016-09-03 18:45:08 -04:00
Fredrik Fornwall a8dfe86253 ruby: Clang compatibility in ruby.h 2016-08-15 09:01:59 -04:00
Fredrik Fornwall 012636aa06 ruby: Fix x86-64 build 2016-06-19 14:58:40 -04:00
Fredrik Fornwall 174a0b74f5 Force rebuild some packages for arm softfp 2016-05-21 20:18:19 -04:00
Fredrik Fornwall 9845021a5e ruby: Patch to enable building with clang 2016-05-18 10:25:05 -04:00
Fredrik Fornwall 4a9eb8522e Add start of regression testing of packages
Current plan is to have a tests/ folder in packages, where each
file in this folder is a shell script which indicates a test
failure by a non-zero exit value.
2016-05-10 20:43:31 +02:00
Fredrik Fornwall 76d22fff18 Make ruby link against libandroid-support
Fixes #262.
2016-05-10 14:41:33 -04:00
Fredrik Fornwall 10f54605da ruby: Ensure realine extension is built
Fixes #257.
2016-05-10 08:28:22 -04:00
Fredrik Fornwall a962e732d2 ruby: Better fixup of rbconfig.rb (fixes #247) 2016-05-02 02:25:38 -04:00
Fredrik Fornwall 549acba139 ruby: Update from 2.3.0 to 2.3.1 2016-04-30 14:08:30 -04:00
Fredrik Fornwall 51c63287f7 ndk_patches: <dlfcn.h> now #define:s RTLD_*
The Android NDK headers define the RTLD_* values within an enum,
which causes problems with #ifdef checks. Patch these to instead
use #define which is more traditional and what much code expects.
2016-04-18 00:33:02 -04:00
Fredrik Fornwall 98e0a8ee97 ruby: Update from 2.2.4 to 2.3.0 (closes #114) 2015-12-25 16:35:13 -05:00
Fredrik Fornwall 543007aa11 ruby: Update from 2.2.3 to 2.2.4 2015-12-17 08:01:58 -05:00
Fredrik Fornwall 6352f1b901 ruby: Fix correct deps for shared libraries 2015-12-02 06:58:30 -05:00
Fredrik Fornwall e0525b0675 ruby: More /system/bin/sh -> $PREFIX/bin/sh 2015-12-02 05:57:06 -05:00
Fredrik Fornwall 2fd1858183 ruby: Use $PREFIX/bin/sh instead of /system/bin/sh 2015-12-02 05:54:07 -05:00
Fredrik Fornwall 3a6638274a Fix rbconfig.rb for other platforms than arm
Should fix building nokogiri on i686 (closes #69).
2015-11-29 08:12:53 -05:00
Fredrik Fornwall f34a276b5e Do not use /system/bin/{mkdir,install} in rbconfib
Using executables in /system/bin is fragile since they may not
work due to LD_LIBRARY_PATH containing libraries with the same
name that the executables are linked against (but with different
versions).
2015-11-13 21:28:30 -05:00
Fredrik Fornwall 0aa37fa210 ruby: Fix mention of $_SPECSFLAG in rbconfig 2015-11-13 16:20:05 -05:00
Fredrik Fornwall 09ede9b077 Rebuild some packages and fix dependencies 2015-11-08 02:23:57 -05:00
Fredrik Fornwall cf741c1057 ruby: Update from 2.2.2 to 2.2.3 2015-08-19 05:31:58 -04:00
Fredrik Fornwall 59f0d218a6 Initial push 2015-06-13 01:03:31 +02:00