aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* main/mosh: add check functionSören Tempel2017-04-032-15/+45
|
* main/nano: fix regex syntax 'Invalid character class name'Stuart Cardall2017-04-031-1/+2
| | | | | | | | | | | | | | | | | add --with-wordbounds to configure to fix bad regexes: https://lists.gnu.org/archive/html/help-nano/2013-01/msg00001.html See https://savannah.gnu.org/bugs/?50705 TL;DR: seems like a bug in configure which ends up wrongly assuming it needs to use an alternative word-boundary regex syntax [[:<:]] - which the resulting binary doesn't actually support, and so it spawns a lot of errors while trying to load and parse color syntax files. As a workaround until it's resolved upstream, adding --with-wordbounds forces it to use a regex syntax which the binary does support, and color syntax files are now loaded and used correctly and without errors.
* main/less: improve abuildJakub Jirutka2017-04-031-6/+6
|
* main/less: upgrade to 487André Klitzing2017-04-031-5/+3
|
* main/ansible: depend on py-cryptoSören Tempel2017-04-021-2/+2
| | | | Which is needed by ansible-vault.
* main/pkgconf: add a regression fix against gtkmmWilliam Pitcock2017-04-012-3/+46
|
* main/pkgconf: upgrade to 1.3.4William Pitcock2017-04-011-2/+2
|
* main/lua-turbo: luajit is available on ppc64leWilliam Pitcock2017-03-311-1/+1
|
* main/luajit: enable support for ppc64leGustavo Romero2017-03-312-10/+4806
| | | | | | Enable support for ppc64le and change _builddir to builddir so default_prepare can apply the patch by itself.
* main/nano: upgrade to 2.8.0André Klitzing2017-03-311-5/+10
| | | | | * Add check function * Remove charset.alias
* community/qemu: fix build on PPC when musl is used instead of glibcRoberto Oliveira2017-03-312-26/+69
| | | | | Musl on Power does not define regs member as a pt_regs pointer type, so need to use gp_regs member instead.
* main/qemu: remove strip action from APKBUILDRoberto Oliveira2017-03-311-1/+1
| | | | | | APKBUILD was stripping qemu binaries and also a .img file and this was making the build fail. As qemu Makefile already strip the generated binaries, APKBUILD does not need to strip them again, so this patch removes the strip from APKBUILD.
* main/speedtest-cli: upgrade to 1.0.3Francesco Colista2017-03-311-3/+3
|
* main/perl-module-build: upgrade to 0.4222Francesco Colista2017-03-311-11/+14
|
* main/cmocka: fix build and check on ppc64leBreno Leitao2017-03-312-4/+48
| | | | | | | | Currently cmocka fails to build on ppc64le due to a redefinition for uintptr_t. This is declared at Musl and redeclared by cmocka. This patch check if uintptr_t was not defined by MUSL before re-defining it.
* main/zfs-grsec: rebuild against kernel 4.9.19-r0Natanael Copa2017-03-301-1/+1
|
* main/xtables-addons-grsec: rebuild against kernel 4.9.19-r0Natanael Copa2017-03-301-1/+1
|
* main/spl-grsec: rebuild against kernel 4.9.19-r0Natanael Copa2017-03-301-1/+1
|
* main/drbd9-grsec: rebuild against kernel 4.9.19-r0Natanael Copa2017-03-301-1/+1
|
* main/devicemaster-linux-grsec: rebuild against kernel 4.9.19-r0Natanael Copa2017-03-301-1/+1
|
* main/dahdi-linux-grsec: rebuild against kernel 4.9.19-r0Natanael Copa2017-03-301-1/+1
|
* main/linux-grsec: upgrade to 4.9.19Natanael Copa2017-03-301-4/+4
|
* main/mesa: fix libglapi underlinkingNatanael Copa2017-03-302-7/+85
|
* main/zfs-vanilla: rebuild against kernel 4.9.19-r0Natanael Copa2017-03-301-1/+1
|
* main/spl-vanilla: rebuild against kernel 4.9.19-r0Natanael Copa2017-03-301-1/+1
|
* main/linux-vanilla: upgrade to 4.9.19Natanael Copa2017-03-301-2/+2
|
* main/bluez: upgrade to 5.44Natanael Copa2017-03-301-20/+2
|
* main/zfs-grsec: rebuild against kernel 4.9.18-r0Natanael Copa2017-03-301-1/+1
|
* main/xtables-addons-grsec: rebuild against kernel 4.9.18-r0Natanael Copa2017-03-301-1/+1
|
* main/spl-grsec: rebuild against kernel 4.9.18-r0Natanael Copa2017-03-301-1/+1
|
* main/drbd9-grsec: rebuild against kernel 4.9.18-r0Natanael Copa2017-03-301-1/+1
|
* main/devicemaster-linux-grsec: rebuild against kernel 4.9.18-r0Natanael Copa2017-03-301-1/+1
|
* main/dahdi-linux-grsec: rebuild against kernel 4.9.18-r0Natanael Copa2017-03-301-1/+1
|
* main/linux-grsec: upgrade to 4.9.18Natanael Copa2017-03-301-4/+4
|
* main/zfs-vanilla: rebuild against kernel 4.9.18-r0Natanael Copa2017-03-301-1/+1
|
* main/spl-vanilla: rebuild against kernel 4.9.18-r0Natanael Copa2017-03-301-1/+1
|
* main/linux-vanilla: upgrade to 4.9.18Natanael Copa2017-03-301-2/+2
|
* main/linux-firmware: upgrade to 20170330Natanael Copa2017-03-301-5/+3
|
* main/nginx: clean the mess with luajit conditionJakub Jirutka2017-03-301-3/+8
|
* main/lua-turbo: add note about disabling selected archesJakub Jirutka2017-03-301-0/+1
|
* main/nginx: fix string comparisonLeonardo Arena2017-03-301-2/+2
|
* main/nginx: luajit is not avail on ppc64leLeonardo Arena2017-03-301-2/+2
|
* main/lua-turbo: luajit not avail on ppc64leLeonardo Arena2017-03-301-2/+2
|
* main/luajit: actually disable ppc64leLeonardo Arena2017-03-301-2/+2
|
* main/luajit: not supported on ppc64leLeonardo Arena2017-03-301-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)"
* main/xf86-video-rendition: Stripping manuallyBreno Leitao2017-03-301-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 scriptBreno Leitao2017-03-301-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.
* main/nagios-plugins: don't try to remove nonexistent check-gameBreno Leitao2017-03-301-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.
* 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
|