Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | testing/silc-client: Reconfigure before configuring | Breno Leitao | 2017-03-29 | 1 | -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.23 | Jakub Jirutka | 2017-03-29 | 1 | -1/+1 |
| | |||||
* | main/ntfs-3g: upgrade to 2017.3.23 and remove merged patches | André Klitzing | 2017-03-29 | 3 | -71/+4 |
| | |||||
* | community/lua-lpeg: update checksum | Roberto Oliveira | 2017-03-29 | 1 | -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 abuild | Jakub Jirutka | 2017-03-29 | 1 | -32/+28 |
| | | | | py() is completely wrong, but I'll fix it later. | ||||
* | comunity/libteam: fix path when changing directory | Roberto Oliveira | 2017-03-29 | 1 | -1/+1 |
| | | | | Adjust path to a valid one when changing directory | ||||
* | main/perl-mro-compat: upgrade to 0.13, modernize APKBUILD | Francesco Colista | 2017-03-29 | 1 | -11/+14 |
| | |||||
* | community/perl-config-any: upgrade to 0.30 | Francesco Colista | 2017-03-29 | 1 | -2/+2 |
| | |||||
* | community/py-numpy: upgrade to 1.12.1 | Francesco Colista | 2017-03-29 | 1 | -13/+14 |
| | |||||
* | community/buildbot: upgrade to 0.9.5, modernized APKBUILD | Francesco Colista | 2017-03-29 | 1 | -12/+13 |
| | |||||
* | main/perl-carp-clan: rebuild for the sake of ppc64le host | William Pitcock | 2017-03-29 | 1 | -1/+1 |
| | |||||
* | community/tidyhtml: rebuild to fix desync between ppc64le builder and what ↵ | William Pitcock | 2017-03-29 | 1 | -1/+1 |
| | | | | is in archive | ||||
* | community/libzip: rebuild to fix desync between ppc64le builder and what is ↵ | William Pitcock | 2017-03-29 | 1 | -1/+1 |
| | | | | in archive | ||||
* | community/awesome: move from main | William Pitcock | 2017-03-29 | 1 | -0/+0 |
| | |||||
* | main/perl-gd: add missing libwebp-dev dependency | William Pitcock | 2017-03-29 | 1 | -1/+1 |
| | |||||
* | main/asterisk: fix build under abuild 3.0 | William Pitcock | 2017-03-29 | 1 | -1/+1 |
| | |||||
* | community/bubblewrap: upgrade to 0.1.8 | Timo Teräs | 2017-03-29 | 1 | -2/+2 |
| | |||||
* | main/gd: disable tests for now -- freetype tests are broken on all archs | William Pitcock | 2017-03-29 | 1 | -0/+1 |
| | |||||
* | main/ffmpeg2.8: disable ASM on ppc targets due to textrels | William Pitcock | 2017-03-29 | 1 | -1/+1 |
| | |||||
* | main/x265: disable altivec on ppc64le | William Pitcock | 2017-03-29 | 1 | -0/+3 |
| | |||||
* | community/py-greenlet: upgrade to 0.4.12 | William Pitcock | 2017-03-29 | 1 | -6/+4 |
| | |||||
* | main/gummiboot: restrict to the architectures we actually support EFI on | William Pitcock | 2017-03-29 | 1 | -1/+1 |
| | |||||
* | testing/dante: upgrade to 1.4.2 | Pryz | 2017-03-29 | 1 | -8/+2 |
| | |||||
* | testing/{ipt-netflow-grsec,sch-cacke-grsec,wireguard-grsec}: fix $arch | William Pitcock | 2017-03-29 | 3 | -3/+3 |
| | | | | | we only ship linux-grsec on x86/x86_64/armhf, and there are no plans to ship it on any other archs, so $arch=all is improper. | ||||
* | community/terminator: update source URL | William Pitcock | 2017-03-29 | 1 | -5/+3 |
| | |||||
* | main/perl-test-output: fix dependencies | William Pitcock | 2017-03-29 | 1 | -1/+1 |
| | |||||
* | main/avahi-ui: avahi-discover-standalone hasn't been a thing for a while, ↵ | William Pitcock | 2017-03-29 | 1 | -1/+1 |
| | | | | remove from APKBUILD | ||||
* | main/poppler-qt4: fix build | William Pitcock | 2017-03-29 | 1 | -4/+4 |
| | |||||
* | testing/open-zwave-control-panel: new snapshot | Carlo Landmeter | 2017-03-28 | 1 | -7/+3 |
| | |||||
* | main/gnu-efi: ppc64 does not use EFI, so package is not relevant | William Pitcock | 2017-03-28 | 1 | -2/+2 |
| | |||||
* | community/ruby-mathematical: upgrade to 1.6.8 | Jakub Jirutka | 2017-03-29 | 2 | -20/+9 |
| | |||||
* | community/ruby-mathematical: move from testing | Jakub Jirutka | 2017-03-29 | 6 | -0/+0 |
| | |||||
* | community/ruby-nokogiri: move from testing | Jakub Jirutka | 2017-03-29 | 1 | -0/+0 |
| | |||||
* | community/ruby-mini_portile2: move from testing | Jakub Jirutka | 2017-03-29 | 1 | -0/+0 |
| | |||||
* | community/ruby-enum: move from testing | Jakub Jirutka | 2017-03-29 | 1 | -0/+0 |
| | |||||
* | community/mtex2mml: move from testing | Jakub Jirutka | 2017-03-29 | 3 | -0/+0 |
| | |||||
* | community/lasem: move from testing | Jakub Jirutka | 2017-03-29 | 2 | -0/+0 |
| | |||||
* | testing/lasem: add check() function | Jakub Jirutka | 2017-03-29 | 1 | -1/+6 |
| | |||||
* | main/intltool: add runtime dependency on file | Jakub Jirutka | 2017-03-29 | 1 | -2/+2 |
| | | | | intltool-update uses system command "file" | ||||
* | main/intltool: modernize abuild | Jakub Jirutka | 2017-03-29 | 1 | -6/+4 |
| | |||||
* | testing/knot-resolver: upgrade to 1.2.4 | Jakub Jirutka | 2017-03-29 | 1 | -2/+2 |
| | |||||
* | main/nginx: add "stable version" to pkgdesc | Jakub Jirutka | 2017-03-29 | 1 | -2/+2 |
| | |||||
* | community/ruby2.2: upgrade to 2.2.7 | Jakub Jirutka | 2017-03-28 | 1 | -4/+2 |
| | |||||
* | main/python3: upgrade to 3.6.1 | Łukasz Jendrysik | 2017-03-28 | 1 | -2/+2 |
| | |||||
* | comunity/dateutils: update config guess | Roberto Oliveira | 2017-03-28 | 1 | -0/+5 |
| | | | | Update configure guess file before build |