aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* community/nodejs-current: upgrade to 7.8.0Martin Bratteng2017-03-301-2/+2
|
* community/openblas: ppc64le rebuildWilliam Pitcock2017-03-291-1/+1
|
* testing/perl-number-format: dependency fixWilliam Pitcock2017-03-291-1/+7
|
* main/strace: fix pt_regs collision on ppc64leGustavo Romero2017-03-292-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.2André Klitzing2017-03-291-6/+4
|
* main/pmacct: modernize abuildJakub Jirutka2017-03-291-29/+4
|
* main/pmacct: copy recursive directoriesBreno Leitao2017-03-291-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 abuildJakub Jirutka2017-03-291-15/+5
|
* main/fail2ban: add ip6tables to runtime dependenciesaptalca2017-03-291-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 dependencyBreno Leitao2017-03-291-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 testing7heo2017-03-291-0/+0
| | | | The package is outdated and unmaintained.
* main/py-urlgrabber: rebuildWilliam Pitcock2017-03-291-1/+1
|
* community/py-numpy: rebuildWilliam Pitcock2017-03-291-1/+1
|
* main/freeradius: upgrade to 3.0.13William Pitcock2017-03-293-35/+53
|
* main/cgit: upgrade to 1.1 and modernize abuildAndré Klitzing2017-03-291-21/+13
|
* community/openexr: rebuildWilliam Pitcock2017-03-291-1/+1
|
* community/geany-plugins: upgrade to 1.30Natanael Copa2017-03-291-15/+20
|
* community/geany: upgrade to 1.30.1Natanael Copa2017-03-291-51/+8
|
* community/py-bottle: force rebuild on ppc64leLeonardo Arena2017-03-291-1/+1
|
* community/py-sqlalchemy: force rebuild for ppc64leLeonardo Arena2017-03-291-1/+1
|
* community/bats: bump because package is in limbo on ppc64leWilliam Pitcock2017-03-291-1/+1
|
* community/vigra: modernize abuildJakub Jirutka2017-03-291-20/+7
|
* community/vigra: fix error when creating directoryRoberto Oliveira2017-03-291-2/+2
| | | | | Fix the path when creating cmake folder. It had a typo in $pkgdir variable.
* main/smokeping: modernize abuildJakub Jirutka2017-03-291-10/+5
|
* main/smokeping: add perl-dev and perl-try-tiny to makedependsBreno Leitao2017-03-291-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 APKBUILDFrancesco Colista2017-03-291-8/+13
|
* comunity/cfengine: update config guessRoberto Oliveira2017-03-291-0/+1
| | | | update config guess before build
* community/makepasswd: fix non recognized commandRoberto Oliveira2017-03-291-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
* testing/silc-client: Reconfigure before configuringBreno Leitao2017-03-291-0/+1
| | | | | Currently silc-client FTBFS on ppc64le due to unrecognized platform. Updating config.guess solves this problem and make it buildable.
* main/testdisk: rebuild against ntfs-3g 2017.3.23Jakub Jirutka2017-03-291-1/+1
|
* main/ntfs-3g: upgrade to 2017.3.23 and remove merged patchesAndré Klitzing2017-03-293-71/+4
|
* community/lua-lpeg: update checksumRoberto Oliveira2017-03-291-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Review notes by @jirutka: Upstream has republished the lpeg-1.0.1 tarball with two minor modifications in file test.lua: --- old/lpeg-1.0.1/test.lua +++ new/lpeg-1.0.1/test.lua @@ -1,6 +1,6 @@ #!/usr/bin/env lua --- $Id: test.lua,v 1.111 2016/09/20 17:51:30 roberto Exp $ +-- $Id: test.lua,v 1.112 2017/01/14 18:55:22 roberto Exp $ -- require"strict" -- just to be pedantic @@ -1132,7 +1132,7 @@ local function manyCmt (n) return m.Cmt("a", function () local a = {}; for i = 1, n do a[i] = n - i end - return true, table.unpack(a) + return true, unpack(a) end) end @@ -1147,7 +1147,7 @@ -- bug in 1.0: problems with math-times returning too many captures do - local lim = 2^15 - 10 + local lim = 2^11 - 10 local res = {m.match(manyCmt(lim), "a")} assert(#res == lim and res[1] == lim - 1 and res[lim] == 0) checkerr("too many", m.match, manyCmt(2^15), "a")
* community/libteam: clean abuildJakub Jirutka2017-03-291-32/+28
| | | | py() is completely wrong, but I'll fix it later.
* comunity/libteam: fix path when changing directoryRoberto Oliveira2017-03-291-1/+1
| | | | Adjust path to a valid one when changing directory
* main/perl-mro-compat: upgrade to 0.13, modernize APKBUILDFrancesco Colista2017-03-291-11/+14
|
* community/perl-config-any: upgrade to 0.30Francesco Colista2017-03-291-2/+2
|
* community/py-numpy: upgrade to 1.12.1Francesco Colista2017-03-291-13/+14
|
* community/buildbot: upgrade to 0.9.5, modernized APKBUILDFrancesco Colista2017-03-291-12/+13
|
* main/perl-carp-clan: rebuild for the sake of ppc64le hostWilliam Pitcock2017-03-291-1/+1
|
* community/tidyhtml: rebuild to fix desync between ppc64le builder and what ↵William Pitcock2017-03-291-1/+1
| | | | is in archive
* community/libzip: rebuild to fix desync between ppc64le builder and what is ↵William Pitcock2017-03-291-1/+1
| | | | in archive
* community/awesome: move from mainWilliam Pitcock2017-03-291-0/+0
|
* main/perl-gd: add missing libwebp-dev dependencyWilliam Pitcock2017-03-291-1/+1
|
* main/asterisk: fix build under abuild 3.0William Pitcock2017-03-291-1/+1
|
* community/bubblewrap: upgrade to 0.1.8Timo Teräs2017-03-291-2/+2
|
* main/gd: disable tests for now -- freetype tests are broken on all archsWilliam Pitcock2017-03-291-0/+1
|
* main/ffmpeg2.8: disable ASM on ppc targets due to textrelsWilliam Pitcock2017-03-291-1/+1
|
* main/x265: disable altivec on ppc64leWilliam Pitcock2017-03-291-0/+3
|
* community/py-greenlet: upgrade to 0.4.12William Pitcock2017-03-291-6/+4
|
* main/gummiboot: restrict to the architectures we actually support EFI onWilliam Pitcock2017-03-291-1/+1
|