Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | testing/xorgxrdp: new aport | Carlo Landmeter | 2017-04-09 | 1 | -0/+35 | |
| | ||||||
* | main/xrdp: add dev subpkg | Carlo Landmeter | 2017-04-09 | 1 | -2/+2 | |
| | ||||||
* | main/xrdp: upgrade to 0.9.2 | Carlo Landmeter | 2017-04-09 | 5 | -72/+50 | |
| | ||||||
* | main/libunwind: add -dbg subpackage | Jakub Jirutka | 2017-04-09 | 1 | -8/+2 | |
| | ||||||
* | testing/rust: fix check-rustc, dynamic exec *must* have INTERP | Jakub Jirutka | 2017-04-09 | 2 | -16/+14 | |
| | ||||||
* | github: cleanup typos in CONTRIBUTING.md | Nick Andrew | 2017-04-09 | 1 | -4/+4 | |
| | ||||||
* | 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 | |
| | ||||||
* | community/fbida: upgrade to 2.13, modernize APKBUILD | Sören Tempel | 2017-04-09 | 1 | -15/+9 | |
| | ||||||
* | main/gnupg: upgrade to 2.1.20, modernize APKBUILD | Sören Tempel | 2017-04-09 | 1 | -6/+5 | |
| | ||||||
* | main/acct: upgrade to 6.6.3, modernize APKBUILD | Sören Tempel | 2017-04-09 | 1 | -15/+10 | |
| | ||||||
* | testing/tvheadend: new 20170408 snapshot | Carlo Landmeter | 2017-04-09 | 2 | -1615/+1627 | |
| | ||||||
* | main/gc: upgrade to 7.6.0 | William Pitcock | 2017-04-09 | 2 | -29/+23 | |
| | ||||||
* | 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/glide: Disabling build on ppc64le | Breno Leitao | 2017-04-08 | 1 | -1/+1 | |
| | | | | | Glide depends on go that is still not build on ppc64le. Disabling it on ppc64le temporarily. | |||||
* | community/icinga2: Do not build on ppc64le | Breno Leitao | 2017-04-08 | 1 | -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 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. | |||||
* | community/monitoring-plugins: Disable building on ppc64le | Breno Leitao | 2017-04-08 | 1 | -1/+1 | |
| | | | | | Disabling this package temporarily because I am not able to reproduce the buildlog issue on my machine. | |||||
* | community/xapian-bindings: fix aarch64 | William Pitcock | 2017-04-08 | 1 | -1/+7 | |
| | ||||||
* | main/abuild: fix checksums | William Pitcock | 2017-04-08 | 1 | -1/+2 | |
| | ||||||
* | 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' | |||||
* | community/cppcheck: upgrade to 1.78 | André Klitzing | 2017-04-08 | 1 | -7/+8 | |
| | | | | | * Add check function * Add noarch to htmlreport | |||||
* | 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. | |||||
* | main/abuild: add support for lzip source packages | William Pitcock | 2017-04-08 | 2 | -2/+35 | |
| | ||||||
* | community/irssi-xmpp: Fix FTBFS with new struct fields | Breno Leitao | 2017-04-08 | 2 | -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 ppc64le | Breno Leitao | 2017-04-08 | 1 | -1/+1 | |
| | | | | | Disabling mate-utils on ppc64le for now. Desktop packages are not important at this moment. | |||||
* | community/mate-desktop-environment: fix bashism | William Pitcock | 2017-04-08 | 1 | -0/+1 | |
| | ||||||
* | community/elasticsearch: build fix | William Pitcock | 2017-04-08 | 1 | -1/+9 | |
| | ||||||
* | main/libunwind: enable C++ exception support | Shiz | 2017-04-08 | 1 | -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 Pitcock | 2017-04-08 | 1 | -2/+2 | |
| | | | | XXXDBUSDAEMONNOTFOUND error | |||||
* | community/mate-desktop-environment: new aport providing a metapackage for ↵ | William Pitcock | 2017-04-08 | 1 | -0/+52 | |
| | | | | the mate desktop | |||||
* | 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. |