Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testing/llvm-libunwind: fix build on aarch64 | Jakub Jirutka | 2017-04-10 | 1 | -2/+4 |
| | |||||
* | testing/vcdimager: fix build on aarch64 | William Pitcock | 2017-04-09 | 1 | -0/+6 |
| | |||||
* | testing/llvm-libunwind: new aport | Jakub Jirutka | 2017-04-09 | 1 | -0/+45 |
| | | | | | http://llvm.org/ LLVM version of libunwind library | ||||
* | testing/xorgxrdp: new aport | Carlo Landmeter | 2017-04-09 | 1 | -0/+35 |
| | |||||
* | testing/rust: fix check-rustc, dynamic exec *must* have INTERP | Jakub Jirutka | 2017-04-09 | 2 | -16/+14 |
| | |||||
* | testing/rust: disable jemalloc | Jakub Jirutka | 2017-04-09 | 1 | -2/+6 |
| | | | | | | | | | I found out that jemalloc significantly increases size of statically linked binaries produced by rustc (stripped hello_world 186 kiB vs. 358 kiB) and it seems that it does not gain justifiable performance boost (actually even negative in some tests). https://users.rust-lang.org/t/optimizing-rust-binaries-observation-of-musl-versus-glibc-and-jemalloc-versus-system-alloc/8499/7 | ||||
* | testing/rust: add check for static/dynamic PIC | Jakub Jirutka | 2017-04-09 | 3 | -9/+109 |
| | |||||
* | testing/rust: build with Cargo specified in stage0.txt | Jakub Jirutka | 2017-04-09 | 1 | -3/+8 |
| | | | | This is not necessary, but better... | ||||
* | testing/rust: remove unneeded crt*.o files | Jakub Jirutka | 2017-04-09 | 1 | -1/+4 |
| | |||||
* | testing/rust: add -dbg subpackage, let binaries to be stripped | Jakub Jirutka | 2017-04-09 | 1 | -3/+3 |
| | | | | | | | | I don't remember the exact reason why I've disabled stripping. Maybe I get it from Fedora package [1]? Anyway, I've checked that our strip does not remove .rustc section, so it should be probably okay. [1]: https://src.fedoraproject.org/cgit/rpms/rust.git/tree/rust.spec?id=2453b710d43f1f9cacc53b4e9caa2da2f9c888ac#n185 | ||||
* | testing/rust: build with vendored jemalloc | Jakub Jirutka | 2017-04-09 | 2 | -12/+67 |
| | |||||
* | testing/rust: remove duplicated libs and move only *.rlib to -stdlib | Jakub Jirutka | 2017-04-09 | 2 | -13/+55 |
| | |||||
* | testing/rust: link with LLVM dynamically | Jakub Jirutka | 2017-04-09 | 1 | -1/+2 |
| | |||||
* | testing/rust: upgrade to 1.16.0 and properly fix dynamic linking | Jakub Jirutka | 2017-04-09 | 8 | -175/+682 |
| | |||||
* | testing/rust: add missing dependency on gcc | Jakub Jirutka | 2017-04-09 | 1 | -1/+4 |
| | |||||
* | testing/rust: modernize abuild | Jakub Jirutka | 2017-04-09 | 1 | -22/+22 |
| | |||||
* | testing/tvheadend: new 20170408 snapshot | Carlo Landmeter | 2017-04-09 | 2 | -1615/+1627 |
| | |||||
* | testing/perl-specio: Adjusting dependencies | Breno Leitao | 2017-04-08 | 1 | -1/+1 |
| | | | | | perl-specio fails to build due to lack of dependency. Adding perl as dependecy for specio. | ||||
* | testing/perl-specio: New aport | Breno Leitao | 2017-04-08 | 1 | -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 abuild | Breno Leitao | 2017-04-08 | 1 | -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 ppc64le | Breno Leitao | 2017-04-08 | 1 | -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 ppc64le | Breno Leitao | 2017-04-08 | 1 | -0/+6 |
| | | | | | Currently flickcurl FTBFS due to an outdate config.guess file. Updating it to reflect the new platforms. | ||||
* | testing/girara: Skipping test on ppc64le | Breno Leitao | 2017-04-08 | 1 | -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 URL | Breno Leitao | 2017-04-09 | 1 | -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 ppc64le | Breno Leitao | 2017-04-08 | 2 | -6/+40 |
| | | | | | Currently musl on ppc64le does not define cpuid.h. Avoiding including and calling _cpuid. | ||||
* | testing/exim: fix /usr/lib/exim log messages | Stuart Cardall | 2017-04-08 | 2 | -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 import | Tycho Andersen | 2017-04-08 | 2 | -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.1 | André Klitzing | 2017-04-08 | 1 | -2/+2 |
| | |||||
* | testing/flatpak: upgrade to 0.9.2 | André Klitzing | 2017-04-08 | 1 | -3/+3 |
| | |||||
* | testing/ejson: new aport | Andy McLeod | 2017-04-08 | 2 | -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 aport | Breno Leitao | 2017-04-07 | 1 | -0/+43 |
| | | | | | Core utilities for Python packages. Adding it because this is a requirement for community/obnam package. | ||||
* | testing/etcd: upgrade to 3.1.5 | Francesco Colista | 2017-04-07 | 1 | -2/+2 |
| | |||||
* | testing/mongo-php7-library: new aport | Leonardo Arena | 2017-04-07 | 1 | -0/+35 |
| | |||||
* | testing/mongo-php7-driver: new aport | Leonardo Arena | 2017-04-07 | 2 | -0/+83 |
| | |||||
* | testing/vcdimager: new aport | Francesco Colista | 2017-04-07 | 1 | -0/+27 |
| | |||||
* | community/dvdauthor: moved from testing, improved build | Francesco Colista | 2017-04-07 | 1 | -35/+0 |
| | |||||
* | testing/dvdauthor: upgrade to 0.7.2 | Francesco Colista | 2017-04-07 | 1 | -4/+5 |
| | |||||
* | testing/dvdauthor: new aport | Francesco Colista | 2017-04-07 | 1 | -0/+34 |
| | |||||
* | testing/gtksourceview: move to community | William Pitcock | 2017-04-07 | 1 | -39/+0 |
| | |||||
* | testing: purge php5 non-core extensions | William Pitcock | 2017-04-07 | 12 | -436/+0 |
| | |||||
* | testing/py-gst1: new aport | Carlo Landmeter | 2017-04-06 | 1 | -0/+38 |
| | |||||
* | testing/emscripten-fastcomp: fix so names conflict with llvm pkg | Jakub Jirutka | 2017-04-06 | 1 | -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 aport | Francesco Colista | 2017-04-06 | 4 | -0/+168 |
| | |||||
* | testing/snapcast: new aport | Carlo Landmeter | 2017-04-05 | 1 | -0/+46 |
| | |||||
* | testing/keyfinder-cli: deps not avail on ppc64le | Leonardo Arena | 2017-04-05 | 1 | -4/+3 |
| | |||||
* | testing/exim: add crypteq support / fix initd | Stuart Cardall | 2017-04-05 | 3 | -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-date | Jakub Jirutka | 2017-04-05 | 1 | -1/+0 |
| | |||||
* | testing/connman: rebuild against iptables-1.6.1 | Jakub Jirutka | 2017-04-05 | 1 | -1/+1 |
| | |||||
* | testing/etckeeper: minor fixup and make myself maintainer. | Henrik Riomar | 2017-04-04 | 1 | -7/+4 |
| | |||||
* | testing/xbps: Fix FTBFS on ppc64le due to macro clashing | Breno Leitao | 2017-04-04 | 2 | -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. |