aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
* main/py-urlgrabber: 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
|
* 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)
* 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
|
* main/perl-mro-compat: upgrade to 0.13, modernize APKBUILDFrancesco Colista2017-03-291-11/+14
|
* main/perl-carp-clan: rebuild for the sake of ppc64le hostWilliam Pitcock2017-03-291-1/+1
|
* community/awesome: move from mainWilliam Pitcock2017-03-291-49/+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
|
* 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
|
* main/gummiboot: restrict to the architectures we actually support EFI onWilliam Pitcock2017-03-291-1/+1
|
* main/perl-test-output: fix dependenciesWilliam Pitcock2017-03-291-1/+1
|
* main/avahi-ui: avahi-discover-standalone hasn't been a thing for a while, ↵William Pitcock2017-03-291-1/+1
| | | | remove from APKBUILD
* main/poppler-qt4: fix buildWilliam Pitcock2017-03-291-4/+4
|
* main/gnu-efi: ppc64 does not use EFI, so package is not relevantWilliam Pitcock2017-03-281-2/+2
|
* main/intltool: add runtime dependency on fileJakub Jirutka2017-03-291-2/+2
| | | | intltool-update uses system command "file"
* main/intltool: modernize abuildJakub Jirutka2017-03-291-6/+4
|
* main/nginx: add "stable version" to pkgdescJakub Jirutka2017-03-291-2/+2
|
* main/python3: upgrade to 3.6.1Łukasz Jendrysik2017-03-281-2/+2
|
* main/sdl2: add altivec fixesWilliam Pitcock2017-03-282-4/+40
|
* main/py-boto: upgrade to 2.46.1 and modernize abuildAndré Klitzing2017-03-281-13/+6
|
* main/py-oauthlib: upgrade to 2.0.2André Klitzing2017-03-281-5/+3
|
* main/haproxy: upgrade to 1.7.4André Klitzing2017-03-281-2/+2
|
* main/chrony: create doc folder before installing examplesRoberto Oliveira2017-03-281-2/+3
|
* main/py-flask: upgrade to 0.12André Klitzing2017-03-281-5/+3
|
* main/imagemagick: upgrade to 7.0.5.47heo2017-03-281-2/+2
|
* community/*: move php5 and dependent pkgs from mainJakub Jirutka2017-03-2858-3036/+0
| | | | | | | | | | | | | | | | There two main reasons for this change: * Active support of PHP 5.x ended on January 2017, security support will end on December 2018. Packages in the main repository should be supported for at least 2 years, this means until first quarter of 2019 for the upcoming v3.6. * php7 and its extensions are currently in the community repository, so we can't use single abuild for both php5-* and php7-* packages (as we do for Python and Lua packages). This change was suggested by @vakartel, approved by @ncopa, @kaniini, and @jirutka.
* main/owncloud: fix sedding of nonexistent fileJakub Jirutka2017-03-282-5/+6
|
* main/php5: fix seding of nonexistent file /etc/php/php.iniJakub Jirutka2017-03-281-3/+6
|
* main/libgsasl: update config guess before buildRoberto Oliveira2017-03-281-0/+5
| | | | Update configure guess file before build to fix build break on ppc64le.
* main/opensmtpd: update config guessRoberto Oliveira2017-03-281-0/+9
| | | | | Update config guess before build and change config.guess permission to allow update.
* main/zabbix: fix mdepends, APKBUILD package() fixesLeonardo Arena2017-03-281-6/+2
|