aboutsummaryrefslogtreecommitdiffstats
path: root/testing
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/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.
* 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'
* 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.
* 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.
* testing/etcd: upgrade to 3.1.5Francesco Colista2017-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
|
* testing/vcdimager: new aportFrancesco Colista2017-04-071-0/+27
|
* community/dvdauthor: moved from testing, improved buildFrancesco Colista2017-04-071-35/+0
|
* testing/dvdauthor: upgrade to 0.7.2Francesco Colista2017-04-071-4/+5
|
* testing/dvdauthor: new aportFrancesco Colista2017-04-071-0/+34
|
* testing/gtksourceview: move to communityWilliam Pitcock2017-04-071-39/+0
|
* testing: purge php5 non-core extensionsWilliam Pitcock2017-04-0712-436/+0
|
* testing/py-gst1: new aportCarlo Landmeter2017-04-061-0/+38
|
* testing/emscripten-fastcomp: fix so names conflict with llvm pkgJakub Jirutka2017-04-061-1/+3
| | | | | | | | | | ERROR: unsatisfiable constraints: emscripten-fastcomp-1.37.9-r0: conflicts: llvm-3.8.1-r2[so:BugpointPasses.so=0] satisfies: world[emscripten-fastcomp] llvm-3.8.1-r2: conflicts: emscripten-fastcomp-1.37.9-r0[so:BugpointPasses.so=0] satisfies: world[llvm]
* testing/shellinabox: new aportFrancesco Colista2017-04-064-0/+168
|
* testing/snapcast: new aportCarlo Landmeter2017-04-051-0/+46
|
* testing/keyfinder-cli: deps not avail on ppc64leLeonardo Arena2017-04-051-4/+3
|
* testing/exim: add crypteq support / fix initdStuart Cardall2017-04-053-7/+10
| | | | | * checkpath added to initd so exim starts * crypteq added for hashed password support in flat files
* testing/connman: don't update config.sub, it's up-to-dateJakub Jirutka2017-04-051-1/+0
|
* testing/connman: rebuild against iptables-1.6.1Jakub Jirutka2017-04-051-1/+1
|
* testing/etckeeper: minor fixup and make myself maintainer.Henrik Riomar2017-04-041-7/+4
|
* testing/xbps: Fix FTBFS on ppc64le due to macro clashingBreno Leitao2017-04-042-1/+446
| | | | | | | | | | Currently xbps package fails to build using musl libc because the signal.h header includes a struct field called _unused, that becomes defined as an function attribute due to the a CFLAG -D macro definition. This cause the build to fail. This patch just rename _unused macro to _unused_attr in order to avoid the names being clashed.
* testing/rabbitmq-server: update to version 3.6.9Nathan Johnson2017-04-042-309/+6
| | | | Delete grep.patch, merged upstream
* testing/timew: fix FTBFS on ppc64leBreno Leitao2017-04-042-4/+30
| | | | | | | Currently timew FTBFS on ppc64le because there is no PATH_MAX defined implicitly. If your code needs to use PATH_MAX, it needs to include limits.h.
* main/etckeeper: Upstream project movedBreno Leitao2017-04-041-1/+1
| | | | | | | | Joey moved all his repositories from github to his private git server. Moving the $source URL from github to: https://git.joeyh.name/index.cgi/etckeeper.git/tag/?h=1.18.6 No changes in the checksum
* testing/exim: Bump to version 4.89Breno Leitao2017-04-041-2/+2
| | | | | | | | | | The package on current version (4.88) FTBFS due to URL returning 404. It seems that the URL scheme just works for the latest version. Bumping to the latest version 4.89. The checksum of the package also matches the version released: https://lists.exim.org/lurker/message/20170307.215703.bc9b50b4.en.html
* testing/xf86-input-wacom: rebuild against xorg-server-1.19Natanael Copa2017-04-041-1/+1
|
* main/xf86-input-libinput: move to main, claim maintainershipNatanael Copa2017-04-041-37/+0
|
* testing/xf86-input-libinput: upgrade to 0.25.0Natanael Copa2017-04-041-4/+2
|
* main/libxfont2: move from testingNatanael Copa2017-04-042-672/+0
| | | | needed by xorg-server-1.19
* testing/libkeyfinder: does not build on ppc64le yetLeonardo Arena2017-04-041-2/+2
| | | | | | fftadapter.cpp: In constructor 'KeyFinder::FftAdapter::FftAdapter(unsigned int)': fftadapter.cpp:43:68: error: 'memset' was not declared in this scope memset(priv->outputComplex, 0, sizeof(fftw_complex) * frameSize);
* testing/libkeyfinder: remove custom doc()Leonardo Arena2017-04-041-6/+3
|
* testing/libkeyfinder: upgrade to 2.2.1Jean-Louis Fuchs2017-04-042-71/+4
|
* testing/libxfont2: new aportNatanael Copa2017-04-042-0/+672
| | | | | X.Org X11 libXfont2 runtime library http://www.x.org
* testing/lua-rapidjson: produce i586 codeLeonardo Arena2017-04-042-3/+19
|
* testing/ocaml-findlib: ocaml not avail on ppc64leLeonardo Arena2017-04-041-2/+2
|
* testing/darktable: upgrade to 2.2.4Kevin Daudt2017-04-041-5/+3
|
* testing/harminv: deps not avail on ppc64leLeonardo Arena2017-04-041-4/+3
|
* testing/emscripten: fix checkJakub Jirutka2017-04-031-1/+2
|