aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* main/libdrm: upgrade to 2.4.79Natanael Copa2017-04-101-4/+2
|
* main/vim: upgrade to 8.0.0559Natanael Copa2017-04-101-2/+2
|
* main/pango: upgrade to 1.40.5Natanael Copa2017-04-101-4/+2
|
* main/lua-penlight: upgrade to 1.5.2Natanael Copa2017-04-101-4/+2
|
* testing/py-scipy: upgrade to 0.19.0 and modernize abuildAndré Klitzing2017-04-101-19/+7
|
* main/py-vobject: upgrade to 0.9.4.1André Klitzing2017-04-101-25/+30
| | | | | | * Modernize abuild * Add support for python3 * Update homepage
* main/py-hgtools: upgrade to 6.5.2André Klitzing2017-04-101-25/+9
| | | | | * Modernize abuild * Update homepage
* main/py-twisted: upgrade to 17.1.0André Klitzing2017-04-101-9/+6
|
* main/py-gflags: upgrade to 3.1.1André Klitzing2017-04-101-26/+31
| | | | | * Modernize abuild * Add support for python3
* testing/py-h2: new aportAndré Klitzing2017-04-101-0/+45
|
* main/py-pylast: upgrade to 1.8.0André Klitzing2017-04-101-23/+27
| | | | | * Modernize abuild * Add support for python3
* main/cgdb: upgrade to 0.7.0 and modernize abuildAndré Klitzing2017-04-101-12/+11
|
* main/py-mako: upgrade to 1.0.6 and modernize abuildAndré Klitzing2017-04-101-17/+5
|
* main/po4a: upgrade to 0.50André Klitzing2017-04-101-5/+3
|
* testing/perl-anyevent-influxdb: Upgrade to 1.0.2.0Nick Andrew2017-04-101-14/+16
|
* testing/perl-anyevent-http: upgrade to 2.23Nick Andrew2017-04-101-16/+23
|
* testing/wireguard-vanilla: update to 0.0.20170409Stuart Cardall2017-04-101-2/+2
|
* testing/wireguard-grsec: update to 0.0.20170409Stuart Cardall2017-04-101-2/+2
|
* testing/wireguard-tools: update to 0.0.20170409Stuart Cardall2017-04-101-2/+2
|
* main/py-flask: upgrade to 0.12.1André Klitzing2017-04-101-2/+2
|
* community/perl-test-without-module: upgrade to 0.20Leonardo Arena2017-04-101-2/+2
|
* main/perl-devel-checklib: upgrade to 1.10Leonardo Arena2017-04-101-3/+3
|
* main/spice: upgrade to 0.13.3Ivan Tham2017-04-101-5/+3
|
* main/py-jinja2: upgrade to 2.9.6Ivan Tham2017-04-101-5/+3
|
* main/py-django: upgrade to 1.11Ivan Tham2017-04-101-2/+2
|
* main/py-pillow: upgrade to 4.1.0Ivan Tham2017-04-101-3/+3
|
* community/yarn: upgrade to 0.22Ivan Tham2017-04-104-30/+19
|
* testing/lvm-libunwind: really add the patchJakub Jirutka2017-04-101-0/+51
|
* testing/llvm-libunwind: fix build on aarch64Jakub Jirutka2017-04-101-2/+4
|
* testing/vcdimager: fix build on aarch64William Pitcock2017-04-091-0/+6
|
* testing/llvm-libunwind: new aportJakub Jirutka2017-04-091-0/+45
| | | | | http://llvm.org/ LLVM version of libunwind library
* testing/xorgxrdp: new aportCarlo Landmeter2017-04-091-0/+35
|
* main/xrdp: add dev subpkgCarlo Landmeter2017-04-091-2/+2
|
* main/xrdp: upgrade to 0.9.2Carlo Landmeter2017-04-095-72/+50
|
* main/libunwind: add -dbg subpackageJakub Jirutka2017-04-091-8/+2
|
* testing/rust: fix check-rustc, dynamic exec *must* have INTERPJakub Jirutka2017-04-092-16/+14
|
* github: cleanup typos in CONTRIBUTING.mdNick Andrew2017-04-091-4/+4
|
* testing/rust: disable jemallocJakub Jirutka2017-04-091-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 PICJakub Jirutka2017-04-093-9/+109
|
* testing/rust: build with Cargo specified in stage0.txtJakub Jirutka2017-04-091-3/+8
| | | | This is not necessary, but better...
* testing/rust: remove unneeded crt*.o filesJakub Jirutka2017-04-091-1/+4
|
* testing/rust: add -dbg subpackage, let binaries to be strippedJakub Jirutka2017-04-091-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 jemallocJakub Jirutka2017-04-092-12/+67
|
* testing/rust: remove duplicated libs and move only *.rlib to -stdlibJakub Jirutka2017-04-092-13/+55
|
* testing/rust: link with LLVM dynamicallyJakub Jirutka2017-04-091-1/+2
|
* testing/rust: upgrade to 1.16.0 and properly fix dynamic linkingJakub Jirutka2017-04-098-175/+682
|
* testing/rust: add missing dependency on gccJakub Jirutka2017-04-091-1/+4
|
* testing/rust: modernize abuildJakub Jirutka2017-04-091-22/+22
|
* community/fbida: upgrade to 2.13, modernize APKBUILDSören Tempel2017-04-091-15/+9
|