| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
http://libcxx.llvm.org/
A new implementation of the C++ standard library, targeting C++11.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
The unifont dependency is needed because without it the unicode.pf2
file is not generated (unicode.pf2 is required for grub-mkrescue).
It was disabled before because unifont was not available in Alpine but Breno
added it to Alpine (commit 588d7cff2cdf48d6b4ea30be01eef2558f7043a8)
|
| |
|
|
|
|
| |
needed on ppc64le
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- improve -doc subpackage
- add new modules:
auth_otp
lang
memcache
redis
statcache
tls_fscache
tls_memcache
tls_redis
wrap2 (with backends: file, redis, sql)
|
|
|
|
|
|
|
| |
lldb does not have the support for ppc64le[1], and I do not see it being
resolved soon. Disabling it then.
[1] http://llvm.org/svn/llvm-project/lldb/trunk/source/Plugins/Process/Linux/
|
|
|
|
|
|
| |
Fix from upstream master
Disable check for now, test is planned for upstream 1.18.7
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
add --with-tls
|
| |
|
|
|
|
|
| |
upgrade to 1.3.6
take maintainership
|
| |
|
|
|
|
|
|
|
| |
Dante is failing because they are using #if MACRO, where MACRO is just a
number.
In this case, they just use #ifdef or #if defined(MACRO). Fixing it to
enable dante to be buildable.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Easypki depends on glide that is still not available on ppc64le yet.
Disabling this package until we have glide available on ppc64le.
|
|
|
|
|
|
|
| |
This package fails to build due to unexisting PATH_MAX macro. Fixing it
with the patch I sent upstream:
https://github.com/sipcapture/captagent/pull/134
|
|
|
|
|
| |
testing/micro depends on glide that is still not ported to ppc64le,
thus, disabling this package until we have glide ported for ppc64le.
|
|
|
|
|
|
|
| |
This package is heavily dependent on SSE and MMX instructions, thus, it
is not platform independent.
I am also removing two trailing space on APKBUILD script.
|
|
|
|
|
|
|
| |
Update config.guess before building, otherwise this package fails on
ppc64le due to the following bug:
checking build system type... build-aux/config.guess: unable to guess system type
|
|
|
|
|
| |
influxdb depends on community/glide, that is not built for ppc64le.
Disabling this package until we have glide on ppc64le.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
qperf fails to build on both x86-64 and ppc64le due to lack of
dependency.
qperf depends on /usr/share/perl5/core_perl/pods/perldiag.pod file, and if it
does not exist (as on a clean env), it shows:
couldn't find diagnostic data in /usr/share/perl5/core_perl/pods/perldiag.pod /usr/local/lib/perl5/site_perl /usr/local/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl . ./mkhelp at /usr/share/perl5/core_perl/diagnostics.pm line 259, <POD_DIAG> line 704.
Compilation failed in require at ./mkhelp line 5.
BEGIN failed--compilation aborted at ./mkhelp line 5.
make[1]: *** [Makefile:475: help.c] Error 2
make[1]: *** Waiting for unfinished jobs....
couldn't find diagnostic data in /usr/share/perl5/core_perl/pods/perldiag.pod /usr/local/lib/perl5/site_perl /usr/local/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl . ./mkman at /usr/share/perl5/core_perl/diagnostics.pm line 259, <POD_DIAG> line 704.
Compilation failed in require at ./mkman line 6.
BEGIN failed--compilation aborted at ./mkman line 6.
make[1]: *** [Makefile:471: qperf.1] Error 2
This file is provided by perl-dev on Alpine, thus, adding it to
$makedepends
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Package failing to build on ppc64le on the autoreconf phase. This is the
log:
Makefile.am: error: required file './NEWS' not found
Makefile.am: error: required file './AUTHORS' not found
Makefile.am: error: required file './ChangeLog' not found
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
parallel-tests: installing './test-driver'
autoreconf: automake failed with exit status: 1
Disabling this package on ppc64le for now.
|
|
|
|
|
|
|
|
|
|
| |
crda depends on python but does not have the dependency clearly
required. Causing the following error:
env: can't execute 'python': No such file or directory
make: *** [Makefile:115: keys-gcrypt.c] Error 127
Fixing the dependency chain.
|