Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | main/nano: fix regex syntax 'Invalid character class name' | Stuart Cardall | 2017-04-03 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | add --with-wordbounds to configure to fix bad regexes: https://lists.gnu.org/archive/html/help-nano/2013-01/msg00001.html See https://savannah.gnu.org/bugs/?50705 TL;DR: seems like a bug in configure which ends up wrongly assuming it needs to use an alternative word-boundary regex syntax [[:<:]] - which the resulting binary doesn't actually support, and so it spawns a lot of errors while trying to load and parse color syntax files. As a workaround until it's resolved upstream, adding --with-wordbounds forces it to use a regex syntax which the binary does support, and color syntax files are now loaded and used correctly and without errors. | |||||
* | main/less: improve abuild | Jakub Jirutka | 2017-04-03 | 1 | -6/+6 | |
| | ||||||
* | main/less: upgrade to 487 | André Klitzing | 2017-04-03 | 1 | -5/+3 | |
| | ||||||
* | testing/emscripten: add missing makedepends binaryen | Jakub Jirutka | 2017-04-03 | 1 | -1/+1 | |
| | ||||||
* | community/ruby-pygments: move from testing | Jakub Jirutka | 2017-04-03 | 2 | -0/+0 | |
| | ||||||
* | community/ruby-multi_json: move from testing | Jakub Jirutka | 2017-04-03 | 1 | -0/+0 | |
| | | | | This gem is needed for ruby-pygments. | |||||
* | community/clsync: move from testing | Jakub Jirutka | 2017-04-03 | 3 | -0/+0 | |
| | ||||||
* | testing/clsync: modernize abuild | Jakub Jirutka | 2017-04-03 | 1 | -12/+8 | |
| | ||||||
* | testing/emscripten: add subpkgs -libs-asmjs, -libs-wasm | Jakub Jirutka | 2017-04-03 | 1 | -8/+81 | |
| | ||||||
* | testing/emscripten: fix multiple issues | Jakub Jirutka | 2017-04-03 | 6 | -17/+190 | |
| | ||||||
* | testing/binaryen: disable check() on x86 | Jakub Jirutka | 2017-04-03 | 1 | -0/+4 | |
| | ||||||
* | testing/binaryen: compile with SSE/SEE2 only on x86_64 | Jakub Jirutka | 2017-04-03 | 2 | -3/+17 | |
| | ||||||
* | testing/closure-compiler: new aport | Jakub Jirutka | 2017-04-03 | 2 | -0/+36 | |
| | | | | | https://developers.google.com/closure/compiler/ A JavaScript checker and optimizer | |||||
* | testing/binaryen: new aport | Jakub Jirutka | 2017-04-03 | 3 | -0/+205 | |
| | | | | | https://github.com/WebAssembly/binaryen Compiler infrastructure and toolchain library for WebAssembly, in C++ | |||||
* | main/ansible: depend on py-crypto | Sören Tempel | 2017-04-02 | 1 | -2/+2 | |
| | | | | Which is needed by ansible-vault. | |||||
* | main/pkgconf: add a regression fix against gtkmm | William Pitcock | 2017-04-01 | 2 | -3/+46 | |
| | ||||||
* | main/pkgconf: upgrade to 1.3.4 | William Pitcock | 2017-04-01 | 1 | -2/+2 | |
| | ||||||
* | community/ruby2.1: remove, security support by upstream has ended | Jakub Jirutka | 2017-04-01 | 2 | -223/+0 | |
| | | | | https://www.ruby-lang.org/en/news/2017/04/01/support-of-ruby-2-1-has-ended/ | |||||
* | testing/suricata: luajit is now available on ppc64le | William Pitcock | 2017-03-31 | 1 | -1/+1 | |
| | ||||||
* | testing/ntopng: luajit is now available on ppc64le | William Pitcock | 2017-03-31 | 1 | -1/+1 | |
| | ||||||
* | testing/knot-resolver: luajit is now available on ppc64le | William Pitcock | 2017-03-31 | 1 | -1/+1 | |
| | ||||||
* | main/lua-turbo: luajit is available on ppc64le | William Pitcock | 2017-03-31 | 1 | -1/+1 | |
| | ||||||
* | community/minetest: luajit is available on ppc64le now | William Pitcock | 2017-03-31 | 1 | -1/+1 | |
| | ||||||
* | main/luajit: enable support for ppc64le | Gustavo Romero | 2017-03-31 | 2 | -10/+4806 | |
| | | | | | | Enable support for ppc64le and change _builddir to builddir so default_prepare can apply the patch by itself. | |||||
* | main/nano: upgrade to 2.8.0 | André Klitzing | 2017-03-31 | 1 | -5/+10 | |
| | | | | | * Add check function * Remove charset.alias | |||||
* | community/qemu: fix build on PPC when musl is used instead of glibc | Roberto Oliveira | 2017-03-31 | 2 | -26/+69 | |
| | | | | | Musl on Power does not define regs member as a pt_regs pointer type, so need to use gp_regs member instead. | |||||
* | main/qemu: remove strip action from APKBUILD | Roberto Oliveira | 2017-03-31 | 1 | -1/+1 | |
| | | | | | | APKBUILD was stripping qemu binaries and also a .img file and this was making the build fail. As qemu Makefile already strip the generated binaries, APKBUILD does not need to strip them again, so this patch removes the strip from APKBUILD. | |||||
* | main/speedtest-cli: upgrade to 1.0.3 | Francesco Colista | 2017-03-31 | 1 | -3/+3 | |
| | ||||||
* | testing/emscripten: new aport | Jakub Jirutka | 2017-03-31 | 6 | -0/+350 | |
| | | | | | https://kripken.github.io/emscripten-site/ An LLVM-to-JavaScript Compiler | |||||
* | travis: bind /run and symlink /run/shm -> /dev/shm | Jakub Jirutka | 2017-03-31 | 1 | -0/+3 | |
| | | | | | | | | This fixes problem with e.g. Python multiprocessing Queue - for POSIX semaphores to work, the users need r/w access to shared memory (/dev/shm). See https://github.com/travis-ci/travis-cookbooks/issues/155 | |||||
* | community/perl-test-without-module: upgrade to 0.19, modernize APKBUILD | Francesco Colista | 2017-03-31 | 1 | -10/+13 | |
| | ||||||
* | main/perl-module-build: upgrade to 0.4222 | Francesco Colista | 2017-03-31 | 1 | -11/+14 | |
| | ||||||
* | main/cmocka: fix build and check on ppc64le | Breno Leitao | 2017-03-31 | 2 | -4/+48 | |
| | | | | | | | | Currently cmocka fails to build on ppc64le due to a redefinition for uintptr_t. This is declared at Musl and redeclared by cmocka. This patch check if uintptr_t was not defined by MUSL before re-defining it. | |||||
* | community/openjdk8: fix build on PPC when musl is used instead of glibc | Gustavo Romero | 2017-03-30 | 2 | -38/+171 | |
| | | | | | Musl on Power does not define regs member as a pt_regs pointer type, hence it's necessary to use member gp_regs instead. | |||||
* | testing/wireguard-grsec: rebuild against kernel 4.9.19-r0 | Natanael Copa | 2017-03-30 | 1 | -1/+1 | |
| | ||||||
* | testing/virtualbox-additions-grsec: rebuild against kernel 4.9.19-r0 | Natanael Copa | 2017-03-30 | 1 | -1/+1 | |
| | ||||||
* | testing/sch-cake-grsec: rebuild against kernel 4.9.19-r0 | Natanael Copa | 2017-03-30 | 1 | -1/+1 | |
| | ||||||
* | testing/ipt-netflow-grsec: rebuild against kernel 4.9.19-r0 | Natanael Copa | 2017-03-30 | 1 | -1/+1 | |
| | ||||||
* | main/zfs-grsec: rebuild against kernel 4.9.19-r0 | Natanael Copa | 2017-03-30 | 1 | -1/+1 | |
| | ||||||
* | main/xtables-addons-grsec: rebuild against kernel 4.9.19-r0 | Natanael Copa | 2017-03-30 | 1 | -1/+1 | |
| | ||||||
* | main/spl-grsec: rebuild against kernel 4.9.19-r0 | Natanael Copa | 2017-03-30 | 1 | -1/+1 | |
| | ||||||
* | main/drbd9-grsec: rebuild against kernel 4.9.19-r0 | Natanael Copa | 2017-03-30 | 1 | -1/+1 | |
| | ||||||
* | main/devicemaster-linux-grsec: rebuild against kernel 4.9.19-r0 | Natanael Copa | 2017-03-30 | 1 | -1/+1 | |
| | ||||||
* | main/dahdi-linux-grsec: rebuild against kernel 4.9.19-r0 | Natanael Copa | 2017-03-30 | 1 | -1/+1 | |
| | ||||||
* | community/virtualbox-guest-modules-grsec: rebuild against kernel 4.9.19-r0 | Natanael Copa | 2017-03-30 | 1 | -1/+1 | |
| | ||||||
* | main/linux-grsec: upgrade to 4.9.19 | Natanael Copa | 2017-03-30 | 1 | -4/+4 | |
| | ||||||
* | main/mesa: fix libglapi underlinking | Natanael Copa | 2017-03-30 | 2 | -7/+85 | |
| | ||||||
* | testing/wireguard-vanilla: rebuild against kernel 4.9.19-r0 | Natanael Copa | 2017-03-30 | 1 | -1/+1 | |
| | ||||||
* | main/zfs-vanilla: rebuild against kernel 4.9.19-r0 | Natanael Copa | 2017-03-30 | 1 | -1/+1 | |
| | ||||||
* | main/spl-vanilla: rebuild against kernel 4.9.19-r0 | Natanael Copa | 2017-03-30 | 1 | -1/+1 | |
| |