aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* testing/perl-specio: Adjusting dependenciesBreno Leitao2017-04-081-1/+1
| | | | | perl-specio fails to build due to lack of dependency. Adding perl as dependecy for specio.
* testing/perl-specio: New aportBreno Leitao2017-04-081-0/+30
| | | | | | Adding new package to the archive because there is one package (community/perl-net-cli-interact) that FTBFS because it depends on this package.
* 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.
* testing/dspam: Moderning abuildBreno Leitao2017-04-081-8/+6
| | | | | dspam APKBUILD applies the build manually instead of using the default_prepare() helper. Also using the $builddir variable.
* testing/dspam: Fix FTBFS on ppc64leBreno Leitao2017-04-081-0/+1
| | | | | Currently dspam package does not build on ppc64le because it contains outdate config.guess file. Updating it before building it.
* testing/flickcurl: fix FTBFS on ppc64leBreno Leitao2017-04-081-0/+6
| | | | | Currently flickcurl FTBFS due to an outdate config.guess file. Updating it to reflect the new platforms.
* testing/girara: Skipping test on ppc64leBreno Leitao2017-04-081-1/+3
| | | | | Girara is failing to test on ppc64le due to lack of symbols. Skipping the tests on ppc64le for a while.
* testing/py-flake8-class: fix source URLBreno Leitao2017-04-091-5/+3
| | | | | | | The current $source URL does not seem to exist anymore. Grabbing the source from the github project. The checksum package changed!
* testing/thermald: fix FTBFS on ppc64leBreno Leitao2017-04-082-6/+40
| | | | | Currently musl on ppc64le does not define cpuid.h. Avoiding including and calling _cpuid.
* 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
|
* main/abuild: fix checksumsWilliam Pitcock2017-04-081-1/+2
|
* testing/exim: fix /usr/lib/exim log messagesStuart Cardall2017-04-082-1/+2
| | | | | | | adds a checkpath to initd for /usr/lib/exim this stops hourly messages in exim's mainlog: 'Couldn't open /usr/lib/exim/: not loading lookup modules'
* community/cppcheck: upgrade to 1.78André Klitzing2017-04-081-7/+8
| | | | | * Add check function * Add noarch to htmlreport
* testing/refpolicy: inital importTycho Andersen2017-04-082-0/+84
| | | | | | | This is the SELinux policy library, which contains a large number of interface (and other) definitions for use in SELinux policies. Signed-off-by: Tycho Andersen <tycho@docker.com>
* testing/pngquant: upgrade to 2.9.1André Klitzing2017-04-081-2/+2
|
* testing/flatpak: upgrade to 0.9.2André Klitzing2017-04-081-3/+3
|
* testing/ejson: new aportAndy McLeod2017-04-082-0/+81
| | | | | | | | Adds a new piece of software to aports. EJSON is a small library to manage encrypted secrets using asymmetric encryption. This aport includes only the binary cli program. It omits the man pages and ruby gem.
* main/abuild: add support for lzip source packagesWilliam Pitcock2017-04-082-2/+35
|
* 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
|
* main/libunwind: enable C++ exception supportShiz2017-04-081-1/+2
| | | | | | Some packages like Rust need the _Unwind_* symbols as part of libunwind. While the package configure.ac says this implementation doesn't work too well, other distros seem to have had it enabled for years without issues.
* main/at-spi2-core: add dbus as a build dependency to kill ↵William Pitcock2017-04-081-2/+2
| | | | XXXDBUSDAEMONNOTFOUND error
* community/mate-desktop-environment: new aport providing a metapackage for ↵William Pitcock2017-04-081-0/+52
| | | | the mate desktop
* testing/py-packaging: new aportBreno Leitao2017-04-071-0/+43
| | | | | Core utilities for Python packages. Adding it because this is a requirement for community/obnam package.
* 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];
* testing/etcd: upgrade to 3.1.5Francesco Colista2017-04-071-2/+2
|
* community/perl-log-dispatch-configurator-any: add check(), modernize APKBUILDLeonardo Arena2017-04-071-6/+14
|
* community/libtermkey: mdepends fixLeonardo Arena2017-04-071-2/+2
|
* testing/mongo-php7-library: new aportLeonardo Arena2017-04-071-0/+35
|
* testing/mongo-php7-driver: new aportLeonardo Arena2017-04-072-0/+83
|
* 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
|
* community/php7-pear-net_smtp: new aportLeonardo Arena2017-04-071-0/+39
|
* community/php7-pear-auth_sasl2: new aportLeonardo Arena2017-04-071-0/+28
|