Fredrik Fornwall
786e757270
ruby: Build 32-bit variants with gcc for now
This fixes a build error with clang for 32-bit targets:
process.c:function timetick2integer: error: undefined reference to
'__mulodi4'
7 years ago
Carl Hörberg
e171d66b8a
Ruby 2.5.0 ( #2143 )
* ruby: patching two cross compile bugs in ruby 2.5.0
* ruby 2.5.1
7 years ago
Fredrik Fornwall
49c62a86db
Use -Os instead of -Oz for 32-bit arm
7 years ago
Fredrik Fornwall
d323204924
ruby: Update from 2.4.2 to 2.4.3
7 years ago
Henrik Grimler
ec940174bd
espeak: fix floating point exception on arm ( #1925 )
* espeak: fix issue on arm (#1680 )
* ruby: move exception rule, build-package.sh -> build.sh
7 years ago
Fredrik Fornwall
cc548e72e5
ruby: Bump revision after arm -O1 workaround
7 years ago
Leonid Plyushch
6e5487ca00
ruby: fix hardcoded paths
7 years ago
Fredrik Fornwall
c55bda6dbd
ruby: Depend on libyaml
7 years ago
Fredrik Fornwall
2f63028626
ruby: Update from 2.4.1 to 2.4.2
7 years ago
Fredrik Fornwall
07176222ab
ruby: Do not use CFLAGS when running cpp (mkmf.rb)
This avoids problem with cpp in the NDK which is provided by gcc
and does not understand clang specific flags (e.g. -Oz).
7 years ago
Fredrik Fornwall
791b0a5621
ruby: Fix syslog module to link against liblog
Fixes #962 .
8 years ago
Fredrik Fornwall
b91127f39b
ruby: Update from 2.4.0 to 2.4.1
8 years ago
Fredrik Fornwall
be9907f772
ruby: Patches for shebangs on installed gems
8 years ago
Fredrik Fornwall
0d311afa21
ruby: Add back needed patch
8 years ago
Fredrik Fornwall
31f93d1355
ruby: Remove old unused build step
8 years ago
Fredrik Fornwall
803b2050ff
ruby: Remove outdated patch
8 years ago
Fredrik Fornwall
8c31b955c3
ruby: Some more /tmp -> $PREFIX/tmp patches
8 years ago
Fredrik Fornwall
a19f43f2af
neovim: Update to latest master
8 years ago
Fredrik Fornwall
ed198efe08
ruby: Update from 2.3.3 to 2.4.0
8 years ago
Fredrik Fornwall
078485ffc7
ruby: Update from 2.3.2 to 2.3.3
8 years ago
Fredrik Fornwall
6257a921f7
ruby: Update from 2.3.1 to 2.3.2
8 years ago
Fredrik Fornwall
92c7aec402
Remove old unused TERMUX_PKG_KEEP_HEADER_FILES
8 years ago
Fredrik Fornwall
a9e7faf25c
Bump some build revisions for rebuild with ELF fix
8 years ago
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.
8 years ago
Fredrik Fornwall
7ce5638519
Cleanup of more packages
8 years ago
Fredrik Fornwall
a8dfe86253
ruby: Clang compatibility in ruby.h
8 years ago
Fredrik Fornwall
012636aa06
ruby: Fix x86-64 build
9 years ago
Fredrik Fornwall
174a0b74f5
Force rebuild some packages for arm softfp
9 years ago
Fredrik Fornwall
9845021a5e
ruby: Patch to enable building with clang
9 years ago
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.
9 years ago
Fredrik Fornwall
76d22fff18
Make ruby link against libandroid-support
Fixes #262 .
9 years ago
Fredrik Fornwall
10f54605da
ruby: Ensure realine extension is built
Fixes #257 .
9 years ago
Fredrik Fornwall
a962e732d2
ruby: Better fixup of rbconfig.rb ( fixes #247 )
9 years ago
Fredrik Fornwall
549acba139
ruby: Update from 2.3.0 to 2.3.1
9 years ago
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.
9 years ago
Fredrik Fornwall
98e0a8ee97
ruby: Update from 2.2.4 to 2.3.0 ( closes #114 )
9 years ago
Fredrik Fornwall
543007aa11
ruby: Update from 2.2.3 to 2.2.4
9 years ago
Fredrik Fornwall
6352f1b901
ruby: Fix correct deps for shared libraries
9 years ago
Fredrik Fornwall
e0525b0675
ruby: More /system/bin/sh -> $PREFIX/bin/sh
9 years ago
Fredrik Fornwall
2fd1858183
ruby: Use $PREFIX/bin/sh instead of /system/bin/sh
9 years ago
Fredrik Fornwall
3a6638274a
Fix rbconfig.rb for other platforms than arm
Should fix building nokogiri on i686 (closes #69 ).
9 years ago
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).
9 years ago
Fredrik Fornwall
0aa37fa210
ruby: Fix mention of $_SPECSFLAG in rbconfig
9 years ago
Fredrik Fornwall
09ede9b077
Rebuild some packages and fix dependencies
9 years ago
Fredrik Fornwall
cf741c1057
ruby: Update from 2.2.2 to 2.2.3
9 years ago
Fredrik Fornwall
59f0d218a6
Initial push
10 years ago