48966 Commits

Author SHA1 Message Date
Roberto Oliveira
d0154bed7d comunity/cfengine: update config guess
update config guess before build
2017-03-29 13:57:18 +00:00
Roberto Oliveira
03837de969 community/makepasswd: fix non recognized command
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
2017-03-29 13:56:25 +00:00
Breno Leitao
3776409a48 testing/silc-client: Reconfigure before configuring
Currently silc-client FTBFS on ppc64le due to unrecognized platform.
Updating config.guess solves this problem and make it buildable.
2017-03-29 13:02:13 +00:00
Jakub Jirutka
daee6f6c8e main/testdisk: rebuild against ntfs-3g 2017.3.23 2017-03-29 12:50:29 +02:00
André Klitzing
cbf60dfc4f main/ntfs-3g: upgrade to 2017.3.23 and remove merged patches 2017-03-29 12:48:21 +02:00
Roberto Oliveira
a73ecfc233 community/lua-lpeg: update checksum
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")
2017-03-29 12:42:00 +02:00
Jakub Jirutka
efa951e23f community/libteam: clean abuild
py() is completely wrong, but I'll fix it later.
2017-03-29 12:35:20 +02:00
Roberto Oliveira
4077e06e6e comunity/libteam: fix path when changing directory
Adjust path to a valid one when changing directory
2017-03-29 12:31:48 +02:00
Francesco Colista
24fd52ea9d main/perl-mro-compat: upgrade to 0.13, modernize APKBUILD 2017-03-29 09:55:24 +00:00
Francesco Colista
a78aa7c8f5 community/perl-config-any: upgrade to 0.30 2017-03-29 09:51:52 +00:00
Francesco Colista
24c843931d community/py-numpy: upgrade to 1.12.1 2017-03-29 09:51:18 +00:00
Francesco Colista
902b68fbeb community/buildbot: upgrade to 0.9.5, modernized APKBUILD 2017-03-29 09:29:00 +00:00
William Pitcock
c897935afa main/perl-carp-clan: rebuild for the sake of ppc64le host 2017-03-29 06:18:46 +00:00
William Pitcock
2f33b2920c community/tidyhtml: rebuild to fix desync between ppc64le builder and what is in archive 2017-03-29 06:14:11 +00:00
William Pitcock
816dedf61d community/libzip: rebuild to fix desync between ppc64le builder and what is in archive 2017-03-29 06:13:07 +00:00
William Pitcock
181a4bc187 community/awesome: move from main 2017-03-29 05:59:08 +00:00
William Pitcock
92fb88f0c1 main/perl-gd: add missing libwebp-dev dependency 2017-03-29 05:36:31 +00:00
William Pitcock
a15c2a2581 main/asterisk: fix build under abuild 3.0 2017-03-29 05:25:04 +00:00
Timo Teräs
eef64a4dd7 community/bubblewrap: upgrade to 0.1.8 2017-03-29 08:12:29 +03:00
William Pitcock
f9837e07e0 main/gd: disable tests for now -- freetype tests are broken on all archs 2017-03-29 05:08:38 +00:00
William Pitcock
686dd29249 main/ffmpeg2.8: disable ASM on ppc targets due to textrels 2017-03-29 04:56:18 +00:00
William Pitcock
0e6b05340e main/x265: disable altivec on ppc64le 2017-03-29 04:25:22 +00:00
William Pitcock
8921616d87 community/py-greenlet: upgrade to 0.4.12 2017-03-29 04:19:57 +00:00
William Pitcock
282aec0fe1 main/gummiboot: restrict to the architectures we actually support EFI on 2017-03-29 04:05:05 +00:00
Pryz
31a7153a1a testing/dante: upgrade to 1.4.2 2017-03-29 03:59:11 +00:00
William Pitcock
826bc345b4 testing/{ipt-netflow-grsec,sch-cacke-grsec,wireguard-grsec}: fix $arch
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.
2017-03-29 03:40:23 +00:00
William Pitcock
8c5c182884 community/terminator: update source URL 2017-03-29 03:22:41 +00:00
William Pitcock
3e8b874e2e main/perl-test-output: fix dependencies 2017-03-29 00:19:20 +00:00
William Pitcock
635246a8f0 main/avahi-ui: avahi-discover-standalone hasn't been a thing for a while, remove from APKBUILD 2017-03-29 00:17:35 +00:00
William Pitcock
2761c69f7a main/poppler-qt4: fix build 2017-03-29 00:07:15 +00:00
Carlo Landmeter
dd36bb6781 testing/open-zwave-control-panel: new snapshot 2017-03-28 23:22:36 +00:00
William Pitcock
6039487fc8 main/gnu-efi: ppc64 does not use EFI, so package is not relevant 2017-03-28 23:05:29 +00:00
Jakub Jirutka
6570c71ff3 community/ruby-mathematical: upgrade to 1.6.8 2017-03-29 00:55:55 +02:00
Jakub Jirutka
fdcff37daa community/ruby-mathematical: move from testing 2017-03-29 00:42:51 +02:00
Jakub Jirutka
0d42953156 community/ruby-nokogiri: move from testing 2017-03-29 00:42:50 +02:00
Jakub Jirutka
d3fb126a80 community/ruby-mini_portile2: move from testing 2017-03-29 00:42:50 +02:00
Jakub Jirutka
61eed5723b community/ruby-enum: move from testing 2017-03-29 00:42:50 +02:00
Jakub Jirutka
bfe5250596 community/mtex2mml: move from testing 2017-03-29 00:42:50 +02:00
Jakub Jirutka
a6490e7f33 community/lasem: move from testing 2017-03-29 00:42:50 +02:00
Jakub Jirutka
1fdb9c5486 testing/lasem: add check() function 2017-03-29 00:37:10 +02:00
Jakub Jirutka
8488072215 main/intltool: add runtime dependency on file
intltool-update uses system command "file"
2017-03-29 00:33:48 +02:00
Jakub Jirutka
f3f13aa972 main/intltool: modernize abuild 2017-03-29 00:33:48 +02:00
Jakub Jirutka
ad50ed1188 testing/knot-resolver: upgrade to 1.2.4 2017-03-29 00:14:11 +02:00
Jakub Jirutka
524b0e4db3 main/nginx: add "stable version" to pkgdesc 2017-03-29 00:07:35 +02:00
Jakub Jirutka
968d18eb23 community/ruby2.2: upgrade to 2.2.7 2017-03-28 23:45:01 +02:00
Łukasz Jendrysik
aba59c2c08 main/python3: upgrade to 3.6.1 2017-03-28 23:20:38 +02:00
Roberto Oliveira
2a22127b5d comunity/dateutils: update config guess
Update configure guess file before build
2017-03-28 23:12:15 +02:00
André Klitzing
61d04a4e34 community/sassc: upgrade to 3.4.2 2017-03-28 23:10:46 +02:00
André Klitzing
f0237d0aaa community/libsass: upgrade to 3.4.3 2017-03-28 23:10:46 +02:00
Breno Leitao
143790d42f community/aha: upgrade to 0.4.10.6 2017-03-28 23:09:14 +02:00