Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | community/lua-fun: don't attempt to install luajit | Leonardo Arena | 2017-03-30 | 1 | -2/+2 |
| | |||||
* | community/minetest: disable on arches where luajit is not avail | Leonardo Arena | 2017-03-30 | 1 | -2/+2 |
| | |||||
* | testing/suricata: disable on arches where luajit is not avail | Leonardo Arena | 2017-03-30 | 1 | -2/+2 |
| | |||||
* | community/erlang: rebuild for ppc64le | Leonardo Arena | 2017-03-30 | 1 | -1/+1 |
| | |||||
* | testing/knot-resolver: disable on arches where luajit is not avail | Leonardo Arena | 2017-03-30 | 1 | -2/+2 |
| | |||||
* | main/lua-turbo: luajit not avail on ppc64le | Leonardo Arena | 2017-03-30 | 1 | -2/+2 |
| | |||||
* | community/lua-busted: don't check() where luajit is required and not avail | Leonardo Arena | 2017-03-30 | 1 | -14/+15 |
| | |||||
* | community/py-ws4py: upgrade to 0.4.2 | Francesco Colista | 2017-03-30 | 1 | -2/+2 |
| | |||||
* | community/perl-test-postgresql: upgrade to 1.22 | Francesco Colista | 2017-03-30 | 1 | -4/+2 |
| | |||||
* | community/py3-aiohttp: upgrade to 2.0.5 | Francesco Colista | 2017-03-30 | 1 | -2/+2 |
| | |||||
* | community/lua-fun: don't check() where luajit is required and not avail | Leonardo Arena | 2017-03-30 | 1 | -6/+10 |
| | |||||
* | community/lua-toml: disable for arches where luajit not avail | Leonardo Arena | 2017-03-30 | 1 | -2/+2 |
| | |||||
* | main/luajit: actually disable ppc64le | Leonardo Arena | 2017-03-30 | 1 | -2/+2 |
| | |||||
* | main/luajit: not supported on ppc64le | Leonardo Arena | 2017-03-30 | 1 | -2/+2 |
| | | | | | lj_arch.h:405:2: error: #error "No support for PowerPC 64 bit mode (yet)" #error "No support for PowerPC 64 bit mode (yet)" | ||||
* | unmaintained/py-mopidy-*: move into unmaintained since depends are in this ↵ | Leonardo Arena | 2017-03-30 | 4 | -0/+0 |
| | | | | status | ||||
* | main/xf86-video-rendition: Stripping manually | Breno Leitao | 2017-03-30 | 1 | -0/+4 |
| | | | | | | | Stripping manually to avoid strip non-CARCH binaries, as reported: >>> xf86-video-rendition*: Stripping binaries strip: Unable to recognise the format of the input file `./usr/lib/xorg/modules/v20002d.uc' | ||||
* | main/xf86-video-rendition: Simplify build script | Breno Leitao | 2017-03-30 | 1 | -9/+2 |
| | | | | | | | Simplifying build script for xf86-video-rendition, since prepare() is not required on this package, since there is no patches, and, if it was required, I understand that default_prepare() should do the same job as current prepare(), thus removing prepare() section. | ||||
* | testing/emscripten-fastcomp: fix wrong file path in package() | Jakub Jirutka | 2017-03-30 | 1 | -1/+1 |
| | |||||
* | community/rapidjson: move from testing | Jakub Jirutka | 2017-03-30 | 2 | -0/+0 |
| | |||||
* | community/diff-pdf: move from testing | Jakub Jirutka | 2017-03-30 | 1 | -0/+0 |
| | |||||
* | testing/emscripten-fastcomp: new aport | Jakub Jirutka | 2017-03-30 | 3 | -0/+129 |
| | | | | | https://kripken.github.io/emscripten-site/ The Clang + LLVM backend for Emscripten | ||||
* | main/nagios-plugins: don't try to remove nonexistent check-game | Breno Leitao | 2017-03-30 | 1 | -1/+1 |
| | | | | | | | Nagios-plugins is not building check-game plugin anymore, thus, abuild is failing to build this package because it tries to remove (it is not important for Alpine) a package that is not being built anymore. | ||||
* | community/nodejs-current: upgrade to 7.8.0 | Martin Bratteng | 2017-03-30 | 1 | -2/+2 |
| | |||||
* | community/openblas: ppc64le rebuild | William Pitcock | 2017-03-29 | 1 | -1/+1 |
| | |||||
* | testing/perl-number-format: dependency fix | William Pitcock | 2017-03-29 | 1 | -1/+7 |
| | |||||
* | main/strace: fix pt_regs collision on ppc64le | Gustavo Romero | 2017-03-29 | 2 | -2/+23 |
| | | | | | | | | | | | | | | | | | | | strace build requires <linux/ptrace.h> and it includes <asm/ptrace.h> that, by its turn, defines the pt_regs struct. However the same struct is also define in <bits/user.h> from musl-dev, creating therefore a conflict. A solution is to add the __ASSEMBLY__ guard so pt_regs struct from <asm/ptrace.h> is not include twice, avoiding the collision in question. There is no other way to worki around that issue on Musl since it does not include the linux headers and hence has to define again the pt_regs struct in user.h and the name clashes. In glibc, for instance, user.h includes <asm/ptrace.h> from kernel and does not redefine it. Also Musl community has no better solution at the moment for this issue on ppc, so basically nothing change since [1]. [1] http://www.openwall.com/lists/musl/2016/12/30/5 | ||||
* | main/py-paramiko: upgrade to 2.1.2 | André Klitzing | 2017-03-29 | 1 | -6/+4 |
| | |||||
* | main/pmacct: modernize abuild | Jakub Jirutka | 2017-03-29 | 1 | -29/+4 |
| | |||||
* | main/pmacct: copy recursive directories | Breno Leitao | 2017-03-29 | 1 | -2/+2 |
| | | | | | | | | | During the build script, there is a command that tries to copy all the files from inside a directory, which happens to have a sub-directory, thus failing the build. This patch just execute a recursive copy, copying the sub-directory, and not failing the build. | ||||
* | main/fail2ban: modernize abuild | Jakub Jirutka | 2017-03-29 | 1 | -15/+5 |
| | |||||
* | main/fail2ban: add ip6tables to runtime dependencies | aptalca | 2017-03-29 | 1 | -2/+2 |
| | | | | | | | Fail2ban added ipv6 support in version 0.10.0 and the default ban actions (such as iptables-common.conf) use ip6tables as well as iptables. Not having the ip6tables installed results in errors during jail start. | ||||
* | main/py-curl: add libssl-dev as a make dependency | Breno Leitao | 2017-03-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | py-curl does not build on a clean environment due to lack of libressl-dev package, that is not listed as a make-dependency. This is the failure: In file included from src/docstrings.c:4:0: src/pycurl.h:170:31: fatal error: openssl/crypto.h: No such file or directory # include <openssl/crypto.h> ^ compilation terminated. error: command 'gcc' failed with exit status 1 >>> ERROR: py-curl: all failed | ||||
* | unmaintained/waitforit: move from testing | 7heo | 2017-03-29 | 1 | -0/+0 |
| | | | | The package is outdated and unmaintained. | ||||
* | main/py-urlgrabber: rebuild | William Pitcock | 2017-03-29 | 1 | -1/+1 |
| | |||||
* | community/py-numpy: rebuild | William Pitcock | 2017-03-29 | 1 | -1/+1 |
| | |||||
* | main/freeradius: upgrade to 3.0.13 | William Pitcock | 2017-03-29 | 3 | -35/+53 |
| | |||||
* | main/cgit: upgrade to 1.1 and modernize abuild | André Klitzing | 2017-03-29 | 1 | -21/+13 |
| | |||||
* | community/openexr: rebuild | William Pitcock | 2017-03-29 | 1 | -1/+1 |
| | |||||
* | community/geany-plugins: upgrade to 1.30 | Natanael Copa | 2017-03-29 | 1 | -15/+20 |
| | |||||
* | community/geany: upgrade to 1.30.1 | Natanael Copa | 2017-03-29 | 1 | -51/+8 |
| | |||||
* | community/py-bottle: force rebuild on ppc64le | Leonardo Arena | 2017-03-29 | 1 | -1/+1 |
| | |||||
* | community/py-sqlalchemy: force rebuild for ppc64le | Leonardo Arena | 2017-03-29 | 1 | -1/+1 |
| | |||||
* | community/bats: bump because package is in limbo on ppc64le | William Pitcock | 2017-03-29 | 1 | -1/+1 |
| | |||||
* | community/vigra: modernize abuild | Jakub Jirutka | 2017-03-29 | 1 | -20/+7 |
| | |||||
* | community/vigra: fix error when creating directory | Roberto Oliveira | 2017-03-29 | 1 | -2/+2 |
| | | | | | Fix the path when creating cmake folder. It had a typo in $pkgdir variable. | ||||
* | main/smokeping: modernize abuild | Jakub Jirutka | 2017-03-29 | 1 | -10/+5 |
| | |||||
* | main/smokeping: add perl-dev and perl-try-tiny to makedepends | Breno Leitao | 2017-03-29 | 1 | -1/+2 |
| | | | | | | | | | | | smokeping fails to build on a clean build machine due to the lack of perl-dev package, which provides pod2man. Adding this package as a make-dependency. Adding a dependency for perl-try-tiny also, otherwise it fails to build on a clean environment with the following error: checking checking for perl module 'LWP'... Can't locate Try/Tiny.pm in @INC (you may need to install the Try::Tiny module) | ||||
* | community/perl-cpanel-json-xs: upgrade to 3.0231, modernize APKBUILD | Francesco Colista | 2017-03-29 | 1 | -8/+13 |
| | |||||
* | comunity/cfengine: update config guess | Roberto Oliveira | 2017-03-29 | 1 | -0/+1 |
| | | | | update config guess before build | ||||
* | community/makepasswd: fix non recognized command | Roberto Oliveira | 2017-03-29 | 1 | -1/+1 |
| | | | | | | change pushd command, that is a bash built-in command and is not working, for cd command. As a popd is not being used, it can be changed |