Commit Graph

748 Commits

Author SHA1 Message Date
Fredrik Fornwall f4bfaebc76 libluajit: Switch to 2.1-beta1
This brings aarch64 support.
2016-01-04 06:38:52 -05:00
Fredrik Fornwall 716a79bea0 libevent: Fix 64-bit build
The arc4random_addrandom() function has been removed from 64-bit
Android libc.
2016-01-04 06:34:21 -05:00
Fredrik Fornwall 6c79834fb1 w3m: Fix 64-bit build 2016-01-04 06:31:29 -05:00
Fredrik Fornwall f98f7adc18 libgc: Use a master snapshot for instead of 7.4.2
This fixes building for aarch64
2016-01-04 06:24:46 -05:00
Fredrik Fornwall 5b6e93862c libffi: Do not place lib in lib64 for 64-bit 2016-01-04 06:22:38 -05:00
Fredrik Fornwall 333bd586f5 zile: Work towards 64-bit build 2016-01-03 21:31:37 -05:00
Fredrik Fornwall f3529fc164 procps: Replace index() by strchr()
The index() function has been removed from 64-bit libc and is
a deprecated posix function.
2016-01-03 21:27:59 -05:00
Fredrik Fornwall 1d7c3a4899 libandroid-glob: issetugid() not in 64-bit libc 2016-01-03 21:24:49 -05:00
Fredrik Fornwall 9ffcaa63cc strace: Fix aarch64 build 2016-01-03 21:00:15 -05:00
Fredrik Fornwall 5c6bb69607 play-audio: Fix 64-bit build
PTHREAD_MUTEX_INITIALIZER and PTHREAD_COND_INITIALIZER should only
be used for statically allocated mutexes - not doing it here breaks
building on 64-bit Android.
2016-01-03 20:46:21 -05:00
Fredrik Fornwall 13f1414c53 m4: Fix 64-bit build 2016-01-03 20:41:31 -05:00
Fredrik Fornwall c64a0461b9 gzip: Fix aarch64 build 2016-01-03 19:46:43 -05:00
Fredrik Fornwall c5421c5824 libandroid-support: Add musl-locale/intl.c to 64-bit 2016-01-03 19:46:24 -05:00
Fredrik Fornwall 983e64adf4 libandroid-support: Enable langinfo for 64-bit 2016-01-03 08:59:29 -05:00
Fredrik Fornwall d6fcd836c6 Avoid enabling gnulib fcntl wrapper
This lessens bloat and fixes 64-bit compiles (the gnulib fcntl
wrapper uses getdtablesize() which does not exist for 64-bit).
2016-01-03 08:48:50 -05:00
Fredrik Fornwall 8adc601b9f direvent: Fix 64-bit build 2016-01-03 08:47:42 -05:00
Fredrik Fornwall 537e15d725 Clean everything in /data in clean-rebuild-all.sh 2016-01-03 08:30:44 -05:00
Fredrik Fornwall a83d04dc77 c-ares: Fix for 64-bit build 2016-01-03 08:30:19 -05:00
Fredrik Fornwall f3da7d340b python: Ensure curses.panel module is built 2016-01-03 08:18:40 -05:00
Fredrik Fornwall c1cf6ad7ad weechat: Enable python. Patch for ruby 2.3 2016-01-03 08:17:32 -05:00
Fredrik Fornwall 7301af1d09 imagemagick: Update from 6.9.2-10 to 6.9.3-0 2016-01-03 07:34:29 -05:00
Fredrik Fornwall aed01e3edc Fix finch and harfbuzz builds 2016-01-03 07:29:07 -05:00
Fredrik Fornwall 18bb573293 mathomatic: Switch to working source download url 2016-01-03 06:07:38 -05:00
Fredrik Fornwall 4689840738 dnsutils: Update BIND-9.10.3 to BIND-9.10.3-P2 2016-01-03 05:59:39 -05:00
Fredrik Fornwall 9a5b4e1a0e toilet: Switch to mirror for downloading source 2016-01-03 05:44:45 -05:00
Fredrik Fornwall d53dc64470 nodejs: Restore c-ares and gtest include files
Due to a bug in nodejs [1] we have to remove the c-ares and gtest
include files before building. Improve this to restore them after
building to prevent build breakage if building a package requiring
these afterwards.

[1] https://github.com/nodejs/node/issues/2637
2016-01-02 16:58:31 -05:00
Fredrik Fornwall 5bdfa5135a findutils: Update from 4.5.17 to 4.6.0 2016-01-02 16:57:40 -05:00
Fredrik Fornwall 8043772793 tcl: Avoid pulling in posix function replacements 2016-01-02 16:49:06 -05:00
Fredrik Fornwall 41e631d39c libevent: Follow move to github 2016-01-02 10:21:42 -05:00
Fredrik Fornwall 52bd1cd31f apt: Update from 1.1.6 to 1.1.10 2015-12-31 04:46:52 -05:00
Fredrik Fornwall fc1feb2efc Update disabled-packages/nodejs5 2015-12-31 04:38:26 -05:00
Fredrik Fornwall c8c24a5db0 Add .gitignore (fixes #119) 2015-12-30 08:34:57 +01:00
Fredrik Fornwall 0396b8ee67 Remove .swp file committed by mistake (#119) 2015-12-30 08:30:02 +01:00
Fredrik Fornwall 77a8de768d zsh: Enable the files module (fixes #61) 2015-12-29 19:11:46 -05:00
Fredrik Fornwall 159214fa63 termux-tools: df wrapper resetting LD_LIBRARY_PATH 2015-12-29 18:55:19 -05:00
Fredrik Fornwall 9228c43493 termux-api: Change termux-clipboard-set
Make termux-clipboard-set set the clipboard to the arguments if
given, and only take stdin as input if no arguments given.

Closes https://github.com/termux/termux-api/issues/8
2015-12-29 18:15:33 -05:00
Fredrik Fornwall ee3660535a Merge pull request #117 from gscholt/build-all-enhancements
build-all.sh status messages and ability to resume previous run.
2015-12-29 16:39:07 +01:00
Gert Scholten 12622a9590 build-all.sh status messages and ability to resume previous run.
Enhanced build-all.sh to:
- Print the messages logged to ALL.out, to keep track of progress
- Print an error message when it fails, with a hint to what failed
- Keep track of packaged that build successfully, and if build-all failed:
- Skip packages that were build successfully in the previous run.
2015-12-28 12:49:23 +01:00
Fredrik Fornwall 24e316d045 Merge pull request #116 from franciscod/pacman
pacman: add to disabled-packages
2015-12-28 11:38:25 +01:00
Francisco Demartino 26a55220ec pacman: move to disabled-packages 2015-12-27 23:44:14 -03:00
Francisco Demartino e001abeb22 pacman: remove unmet deps 2015-12-27 23:42:18 -03:00
Francisco Demartino dbbbf6e388 pacman: fix nesting and depends 2015-12-27 23:42:18 -03:00
Francisco Demartino f6f8b3d361 pacman: WIP, it now builds 2015-12-27 23:42:18 -03:00
Francisco Demartino 3888e4cd39 pacman: WIP, has undefined reference errors
Making all in src/util
  CC       vercmp.o
  CCLD     vercmp
  CC       testpkg.o
  CCLD     testpkg
../../lib/libalpm/.libs/libalpm.so: error: undefined reference to '__android_log_vprint'
../../lib/libalpm/.libs/libalpm.so: error: undefined reference to '__android_log_print'
collect2: error: ld returned 1 exit status
Makefile:501: recipe for target 'testpkg' failed
make[2]: *** [testpkg] Error 1
Makefile:945: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
Makefile:854: recipe for target 'all' failed
make: *** [all] Error 2
2015-12-27 23:42:18 -03:00
Fredrik Fornwall 561edf1bac termux-tools: Add termux-setup-storage 2015-12-27 19:53:30 -05:00
Fredrik Fornwall 01df0fb682 bc and wcalc: Bump revisions for rebuild
Needed after flex shared library update.
2015-12-27 18:30:26 -05:00
Fredrik Fornwall d6d4e8feb0 termux-tools: reload-style -> reload-settings 2015-12-27 09:36:54 -05:00
Fredrik Fornwall 9cd1f0e325 flex: Update from 2.5.39 to 2.6.0 2015-12-27 07:00:01 -05:00
Fredrik Fornwall bf13a2442a Update README to use ubuntu 15.10 2015-12-27 06:59:45 -05:00
Fredrik Fornwall f9c08224a5 harfbuzz: Update from 1.0.6 to 1.1.2 2015-12-27 06:33:28 -05:00