aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* main/libepoxy: upgrade to 1.4.1Natanael Copa2017-04-041-10/+9
|
* main/wayland-protocols: move from communityNatanael Copa2017-04-041-0/+0
| | | | needed by xorg-server
* main/libfontenc: rebuild for pc:fontenc providesNatanael Copa2017-04-041-1/+1
|
* main/libxfont2: move from testingNatanael Copa2017-04-042-1/+1
| | | | needed by xorg-server-1.19
* main/abuild: set -e fixNatanael Copa2017-04-042-2/+61
|
* main/mesa: b uild fix for armhfNatanael Copa2017-04-041-2/+1
| | | | we have the xatracker subpackage for all arches
* community/ocamlbuild: ocaml not avail on ppc64leLeonardo Arena2017-04-041-2/+2
|
* testing/libkeyfinder: does not build on ppc64le yetLeonardo Arena2017-04-041-2/+2
| | | | | | fftadapter.cpp: In constructor 'KeyFinder::FftAdapter::FftAdapter(unsigned int)': fftadapter.cpp:43:68: error: 'memset' was not declared in this scope memset(priv->outputComplex, 0, sizeof(fftw_complex) * frameSize);
* community/rasqal: attempt to fix build on ppc64leLeonardo Arena2017-04-041-2/+7
|
* main/valgrind: fix when stripping binariesRoberto Oliveira2017-04-041-2/+3
| | | | | | | APKBUILD was trying to strip a binary (no_op_client_for_valgrind) that was deprecated and no longer exists. This patch remove this binary from strip list and add two valgrind binaries (valgrind-di-server and vgdb) that were not being stripped.
* community/raptor2: attempt to fix build on ppc64leLeonardo Arena2017-04-041-4/+7
|
* testing/libkeyfinder: remove custom doc()Leonardo Arena2017-04-041-6/+3
|
* testing/libkeyfinder: upgrade to 2.2.1Jean-Louis Fuchs2017-04-042-71/+4
|
* testing/libxfont2: new aportNatanael Copa2017-04-042-0/+672
| | | | | X.Org X11 libXfont2 runtime library http://www.x.org
* main/mesa: upgrade to 17.0.3Natanael Copa2017-04-042-27/+65
|
* testing/lua-rapidjson: produce i586 codeLeonardo Arena2017-04-042-3/+19
|
* testing/ocaml-findlib: ocaml not avail on ppc64leLeonardo Arena2017-04-041-2/+2
|
* community/ocaml: does not build yet on ppc64leLeonardo Arena2017-04-041-2/+2
| | | | | signals_osdep.h:300:36: error: request for member 'nip' in something not a structure or union #define CONTEXT_PC (context->regs->nip)
* community/rapidjson: generate i586 codeLeonardo Arena2017-04-042-3/+26
|
* main/freeswitch: upgrade to 1.6.15Roberto Oliveira2017-04-043-22/+7
| | | | | upgrade freeswitch to version 1.6.15 and fix patches that were not applying correctly due to code changes.
* main/gdb: fix gdb 7.12.1 build with musl on ppcGustavo Romero2017-04-042-2/+101
| | | | | | | | | | | | | | | | GDB (as other applications) relies on a libc that includes Linux headers by default, like <asm/ptrace.h>. However Musl does not rely on these headers and instead decided to define them also. As a consequence build brakes due to redefinitions. That commit fixes GDB build on ppc by excluding the problematic dependency on Linux headers and also addresses an issue that appeared from GDB 7.11.1 to 7.12.1, when GDB started to be built as a C++ program by default [1, 2], generating mangled and non-mangled objects. [1] https://goo.gl/HYL82h [2] https://sourceware.org/ml/gdb/2016-04/msg00041.html
* main/ssmtp: add ipv6 supportStuart Cardall2017-04-041-20/+5
|
* testing/darktable: upgrade to 2.2.4Kevin Daudt2017-04-041-5/+3
|
* testing/harminv: deps not avail on ppc64leLeonardo Arena2017-04-041-4/+3
|
* community/sway: upgrade to 0.12.2Daniel Sabogal2017-04-041-2/+2
|
* community/libinput: upgrade to 1.7.0Daniel Sabogal2017-04-041-2/+2
|
* main/makekit: upgrade to 0.2, modernize APKBUILDFrancesco Colista2017-04-041-24/+13
|
* main/logcheck: upgrade to 1.3.18, modernize APKBUILDFrancesco Colista2017-04-041-1/+6
|
* main/perl-libwww: upgrade to 6.25Leonardo Arena2017-04-041-2/+2
|
* community/openblas: does not build on ppc64le yetLeonardo Arena2017-04-041-2/+3
| | | | | | | | | OPENBLAS_NUM_THREADS=2 ./cblat2 < ./cblat2.dat rm -f ?BLAT3.SUMM OPENBLAS_NUM_THREADS=2 ./sblat3 < ./sblat3.dat Segmentation fault make[1]: *** [Makefile:74: level3] Error 139 make[1]: *** Waiting for unfinished jobs....
* testing/emscripten: fix checkJakub Jirutka2017-04-031-1/+2
|
* main/ansible: upgrade to 2.2.2.0, modernize APKBUILDSören Tempel2017-04-031-13/+10
|
* testing/emscripten: compile hello_world with optimizations in checkJakub Jirutka2017-04-031-4/+5
|
* testing/emscripten: add support for global cacheJakub Jirutka2017-04-033-2/+40
|
* testing/hidapi: new aportSören Tempel2017-04-031-0/+47
|
* testing/openocd: new aportSören Tempel2017-04-031-0/+38
|
* community/cloc: fix test invocationSören Tempel2017-04-031-2/+2
|
* community/openlibm: Fix FTBFS on ppc64leBreno Leitao2017-04-032-4/+61
| | | | | Current powerpc files on openlibm is quite old, and need some modernization. Now it builds on ppc64le.
* testing/emscripten: fix issues with Closure CompilerJakub Jirutka2017-04-033-3/+45
| | | | And relax version bound for emscripten-optimizer.
* testing/node-closurecompiler-externs: new aportJakub Jirutka2017-04-032-0/+64
| | | | | | | https://github.com/dcodeIO/node.js-closure-compiler-externs A collection of node.js externs for use with Closure Compiler This is needed for testing/emscripten.
* main/hdparm: upgrade to 9.51, modernize APKBUILDFrancesco Colista2017-04-031-7/+7
|
* main/iceauth: upgrade to 1.0.7, modernize APKBUILDFrancesco Colista2017-04-031-13/+12
|
* main/curl: upgrade to 7.53.1, modernize APKBUILDFrancesco Colista2017-04-031-0/+5
|
* /main/conky: upgrade to 1.10.4, modernize APKBUILDFrancesco Colista2017-04-031-17/+10
|
* main/lsyncd: upgrade to 2.2.2, modernize APKBUILDFrancesco Colista2017-04-031-29/+7
|
* main/apg: source is unavailable, change to a mirrorBreno Leitao2017-04-031-1/+1
| | | | | | Official apg website is not online, grabbing the package from a mirror temporarily. This patch should be reverted when the address www.adel.nursat.kz is being resolved.
* community/gnome-bluetooth: upgrade to 3.20.1Natanael Copa2017-04-031-6/+2
|
* main/ferm: upgrade to 2.4. Modernize APKBUILDFrancesco Colista2017-04-031-13/+8
|
* testing/yaml-cpp: rebuild for ppc64leLeonardo Arena2017-04-031-1/+1
|
* main/avahi: fix arning about runscriptNatanael Copa2017-04-032-11/+25
|