aboutsummaryrefslogtreecommitdiffstats
path: root/community
Commit message (Collapse)AuthorAgeFilesLines
* community/perl-unicode-linebreak: upgrade to 2017.004, modernize APKBUILDFrancesco Colista2017-04-121-9/+11
|
* community/perl-net-cli-interact: Fix dependency listBreno Leitao2017-04-111-2/+3
| | | | | | | | | | | This package FTBFS because not all the dependencies were listed properly. Causing errors like: Can't locate object method "log_at" via package "Net::CLI::Interact Error: Can't locate Eval/Closure.pm in @INC Adding the missing dependencies fixed this problem.
* community/icingaweb2: Disabling on ppc64leBreno Leitao2017-04-111-1/+1
| | | | | | | | | Currently icingaweb2 depends on icinga2 that depends on monitoring-plugins. Package monitoring-plugins is crashing the ppc64le builder at this moment. Once we have monitoring-plugins build fixed, we can revert this package.
* community/py-gevent: fix and improve abuildJakub Jirutka2017-04-111-8/+8
| | | | | Dependencies defined in split functions are needed in build time, so move them to global depends.
* community/py3-cairo: move to main due to py-gobject3Carlo Landmeter2017-04-113-64/+0
|
* community/monitoring-plugins: disable on all archsNatanael Copa2017-04-112-10/+24
| | | | | bug in the configure script will fill up the buildservers disk https://github.com/monitoring-plugins/monitoring-plugins/issues/1480
* community/py3-cairo: new aportCarlo Landmeter2017-04-113-0/+64
|
* community/bareos: Update config.guessBreno Leitao2017-04-111-0/+5
| | | | | Currently bareos FTBFS on ppc64le due to outdate config.guess that does not recognize the platform. Updating it before building it.
* community/py-greenlet: Re-enabling build on ppc64leBreno Leitao2017-04-102-3/+27
| | | | | | | Fixing py-greenlet to build on ppc64le. This package was FTBFS because it is being compiled without omiting the frame pointer, and trying, at the same time, to clobber r31 (frame pointer register).
* community/openblas: Re-enable OpenBlas to build on ppc64leBreno Leitao2017-04-101-1/+6
| | | | | | | | | | | OpenBlas was disabled to be built on ppc64le due to a segfault on tests level 3. I would prefer to keep it being built, but disabling level3 tests at this moment. I hope to get back to solve this segfault soon, thus removing this workaround.
* community/<go packages>: Do not compile on ppc64leBreno Leitao2017-04-1010-10/+10
| | | | | | | Currently ppc64le does not have go, thus, disabling the build of the packages that depends on golang. This patch should be reverted once we have go enabled on ppc64le.
* community/neovim: Disable build on ppc64leBreno Leitao2017-04-101-1/+1
| | | | | | neovim grab an upstream luajit during the compilation process. Luajit from upstream still lack ppc64le support, thus, disabling this package for a while.
* community/arpack: openblas not avail on ppc64leLeonardo Arena2017-04-101-2/+2
|
* community/py-numpy: disable on pps64leNatanael Copa2017-04-101-1/+1
| | | | needs openblas
* community/virtualbox-guest-modules-grsec: rebuild against kernel 4.9.21-r0Natanael Copa2017-04-101-1/+1
|
* community/terraform: Disabling the build on ppc64leBreno Leitao2017-04-101-1/+1
| | | | | | Disabling the build on ppc64le because 'go' is still not available at this moment. This commit should be reverted once we have go built on ppc64le.
* community/docker: Disable build on ppc64leBreno Leitao2017-04-101-1/+1
| | | | | | Disabling the build on ppc64le because 'go' is still not available at this moment. This commit should be reverted once we have go built on ppc64le.
* community/gsoap: upgrade to 2.8.45Natanael Copa2017-04-103-12/+59
|
* community/gogs: Disabling build on ppc64leBreno Leitao2017-04-101-1/+1
| | | | | | Disabling gogs on ppc64le because 'go' is still not avilable on this platform. As soon as we enable go to be built, we can revert this patch.
* community/drawterm: Fix build on ppc64leBreno Leitao2017-04-101-0/+10
| | | | | Currently drawterm fails to build because it is looking for powerpc specific files in a different directory. Setting it to the proper place.
* community/perl-test-without-module: upgrade to 0.20Leonardo Arena2017-04-101-2/+2
|
* community/yarn: upgrade to 0.22Ivan Tham2017-04-104-30/+19
|
* community/fbida: upgrade to 2.13, modernize APKBUILDSören Tempel2017-04-091-15/+9
|
* testing/glide: Disabling build on ppc64leBreno Leitao2017-04-081-1/+1
| | | | | Glide depends on go that is still not build on ppc64le. Disabling it on ppc64le temporarily.
* community/icinga2: Do not build on ppc64leBreno Leitao2017-04-081-1/+1
| | | | | Disabling the build on ppc64le because ppc64le does not have package monitoring-plugins, which is causing a deadloop in the server.
* community/monitoring-plugins: Disable building on ppc64leBreno Leitao2017-04-081-1/+1
| | | | | Disabling this package temporarily because I am not able to reproduce the buildlog issue on my machine.
* community/xapian-bindings: fix aarch64William Pitcock2017-04-081-1/+7
|
* community/cppcheck: upgrade to 1.78André Klitzing2017-04-081-7/+8
| | | | | * Add check function * Add noarch to htmlreport
* community/irssi-xmpp: Fix FTBFS with new struct fieldsBreno Leitao2017-04-082-4/+59
| | | | | | use_ssl field of SERVER_CONNECT_REC has been renamed to use_tls. Patch integrated upstream already 0d9e5f7f1a0edaea0de312828ce47d11f74ee3dc
* community/mate-utils: Do not build on ppc64leBreno Leitao2017-04-081-1/+1
| | | | | Disabling mate-utils on ppc64le for now. Desktop packages are not important at this moment.
* community/mate-desktop-environment: fix bashismWilliam Pitcock2017-04-081-0/+1
|
* community/elasticsearch: build fixWilliam Pitcock2017-04-081-1/+9
|
* community/mate-desktop-environment: new aport providing a metapackage for ↵William Pitcock2017-04-081-0/+52
| | | | the mate desktop
* community/godep: Do not build on ppc64leBreno Leitao2017-04-071-1/+1
| | | | Go is still missing on ppc64le. Skipping this package for a while.
* community/deadbeef: Fix build on ppc64leBreno Leitao2017-04-072-6/+34
| | | | | | | | | Currently deadbeef FTBFS on ppc64le due to two issues: 1) config.guess is outdated 2) deadbeef is not able to identify endianess on PPC machines. Fixing both of the issues to enable deadbeef to build on ppc64le.
* testing/gns3-server: Fix stripping non-intel binariesBreno Leitao2017-04-071-2/+11
| | | | | | | | Currently gns3-server keeps a x86 binary as part of the source package, and this package currently fails on non-x86 machines on the strip() step. Replacing the x86 binary by the build server binary.
* community/ltb-project-ssp: upgrade to 1.0, use php7, modernize APKBUILD, ↵Leonardo Arena2017-04-071-23/+9
| | | | disable check()
* community/psmisc: fix build for ppc64leLeonardo Arena2017-04-073-8/+96
| | | | https://github.com/leitao/aports/commit/9f4395581c9d594d2ffed51f2354c991e2c88c1a
* community/perl-term-progressbar: upgrade to 2.18Natanael Copa2017-04-071-9/+12
|
* community/go: disable go on ppc64leNatanael Copa2017-04-071-1/+1
|
* community/docker: upgrade to 17.04.0Matthieu Monnier2017-04-071-14/+14
|
* community/php7: remove uncommitted/unifinished patchLeonardo Arena2017-04-071-4/+2
|
* community/php7-pear-net_smtp: upgrade to 1.8.0, install in the PEAR dirLeonardo Arena2017-04-071-4/+4
|
* community/php7-pear-net_idna2: install in the PEAR dirLeonardo Arena2017-04-072-4/+6
|
* community/psmisc: does not build yet for ppc64leLeonardo Arena2017-04-071-2/+2
| | | | | | pstree.c: In function 'get_threadname': pstree.c:800:15: error: 'PATH_MAX' undeclared (first use in this function) char path[PATH_MAX + 1];
* community/perl-log-dispatch-configurator-any: add check(), modernize APKBUILDLeonardo Arena2017-04-071-6/+14
|
* community/libtermkey: mdepends fixLeonardo Arena2017-04-071-2/+2
|
* community/php7-pear-net_idna2: new aportLeonardo Arena2017-04-071-0/+29
|
* community/php7-pear-net_socket: new aportLeonardo Arena2017-04-071-0/+23
|
* community/roundcubemail: use php7, disable check()Leonardo Arena2017-04-071-4/+6
|