summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-06-04user/vlc: overhaul subpackage situationA. Wilcox1-117/+14
2019-06-04user/libfm-extra: bump to 1.3.1A. Wilcox1-2/+2
2019-06-04user/libfm: don't build libfm-extraA. Wilcox2-10/+83
Causes cycle, not meant to happen anyway.
2019-06-04system/util-linux: fix cycle with libfdiskA. Wilcox1-14/+8
libfdisk deps on util-linux, and util-linux deps on libfdisk. Just don't split it any more.
2019-06-03user/quassel: fix hang on unterminated mIRC codes in input boxA. Wilcox2-3/+46
2019-06-03system/easy-kernel: enable PATA_CMD64x and PATA_CMD640 on PPC32A. Wilcox2-4/+5
2019-06-03user/java-common: dep nss for TLS sockets on all JDKsA. Wilcox1-2/+2
2019-06-03system/coreutils: enable install of 'arch' utilitySeamus Caveney1-0/+1
2019-06-03system/openrc; remove services we provide elseway (fixes #101)A. Wilcox2-23/+8
2019-06-02user/eudev: install to sysinit runlevel by default (fixes #51)A. Wilcox1-4/+10
2019-06-02system/adelie-base: I meant 1777A. Wilcox1-1/+1
2019-06-02system/adelie-base: force /var/tmp to 1755 on new installsA. Wilcox1-1/+2
2019-06-02Update .rootbld-repositories filesA. Wilcox2-4/+3
2019-06-02user/xfce4-session: use PolKit, dep on ICEAuthA. Wilcox1-3/+3
2019-06-02user/libexecinfo: use HTTPS URL, eat system/libexecinfoA. Wilcox5-178/+1
2019-06-02user/sddm: add official OpenRC support, thanks @AerdanA. Wilcox3-10/+27
Merges !233
2019-06-02user/java-common: set JAVA_HOMEA. Wilcox2-2/+7
2019-06-02system/easy-kernel-power8-64k: this commit is a mirageA. Wilcox2-2/+2
2019-06-02system/easy-kernel*: unify config options, fix config stuffA. Wilcox12-501/+3396
2019-06-02system/easy-kernel: enable FB_SIMPLE etc and RETPOLINE on x86esA. Wilcox3-29/+36
2019-06-02system/binutils: patch S-records properly for ppc64A. Wilcox3-16/+131
2019-06-02user/tigervnc: ensure errors are thrownA. Wilcox2-2/+63
2019-06-02user/valgrind: bump to 3.15.0 (thanks @q66)A. Wilcox2-81/+80
2019-06-02user/clang: fix ppc64 ABI and ldbl size; fix pmmx DT_INTERPA. Wilcox4-3/+76
2019-06-01Merge branch 'rust' into 'master' A. Wilcox20-739/+388
Rust bump Builds on pmmx/x86_64/ppc64/aarch64. Successfully builds Firefox. Still fails 17 tests on ppc32, but the ICE has been fixed: ``` [run-make] run-make-fulldeps/exit-code [run-make] run-make-fulldeps/extern-fn-generic [run-make] run-make-fulldeps/extern-fn-struct-passing-abi [run-make] run-make-fulldeps/extern-fn-with-packed-struct [run-make] run-make-fulldeps/extern-fn-with-union [run-make] run-make-fulldeps/issue-25581 [run-make] run-make-fulldeps/relocation-model [run-pass] run-pass/extern/extern-pass-TwoU16s.rs [run-pass] run-pass/extern/extern-pass-TwoU32s.rs [run-pass] run-pass/extern/extern-pass-TwoU64s.rs [run-pass] run-pass/extern/extern-pass-TwoU8s.rs [run-pass] run-pass/extern/extern-pass-empty.rs [run-pass] run-pass/foreign/foreign-fn-with-byval.rs [run-pass] run-pass/issues/issue-28676.rs [run-pass] run-pass/structs-enums/struct-return.rs [run-pass] run-pass/threads-sendsync/thread-local-extern-static.rs [run-pass] run-pass/union/union-c-interop.rs ``` See merge request !232
2019-06-01Merge branch 'master' into 'master' A. Wilcox1-2/+2
bc: update to 2.0.0 This release fixes some POSIX incompatibilities and also gives massive performance improvements. See merge request !231
2019-06-01Merge branch 'wine-4' into 'master' A. Wilcox2-17/+15
user/wine: bump to 4.0.1, add mpg123 support I can backport the `mpg123` support if you'd like. I think I need to investigate Wine 3 a little more since there appears to be serious problems with it - like not even being able to move Notepad windows around without freezing. This problem is not present in Wine 4, so either something changed upstream or our package is corrupted. I will try a rebuild and see what happens. See merge request !230
2019-06-01Merge branch 'dead-wine-patch' into 'master' A. Wilcox1-10/+0
user/wine: drop dead patch See merge request !229
2019-06-01system/libffi: more PowerPC fixes, courtesy of @smaeulA. Wilcox2-9/+84
2019-06-01system/coreutils: fix check, once and for allA. Wilcox4-2/+109
2019-06-01user/xfce4-session: depend on which and xdg-user-dirsA. Wilcox1-3/+4
2019-06-01system/apk-tools: add --deep to upgrade appletA. Wilcox2-1/+87
2019-06-01user/libwacom: jingle bells, this patch smellsA. Wilcox2-6/+21
2019-06-01system/adelie-base: reset PATH in addgroup, adduserMax Rees3-3/+5
Since addgroup and adduser can potentially be called by any user in the "abuild" group with an arbitrary PATH via the setuid binary abuild-sudo (by way of the abuild-adduser and abuild-addgroup symlinks, used in the "mkusers" step of abuild), PATH should be reset before execing groupadd and useradd.
2019-05-31system/musl: fix TLS accesses, add %l to strftimeA. Wilcox3-1/+146
2019-05-29user/rust: Bump to 1.35.0Samuel Holland18-565/+175
Signed-off-by: Samuel Holland <samuel@sholland.org>
2019-05-29user/rust: Bump to 1.34.2Samuel Holland21-628/+667
Signed-off-by: Samuel Holland <samuel@sholland.org>
2019-05-25bc: update to 2.0.0Gavin Howard1-2/+2
This release fixes some POSIX incompatibilities and also gives massive performance improvements.
2019-05-22user/wine: bump to 4.0.1, add mpg123 supportMax Rees3-27/+15
2019-05-22user/wine: drop dead patchMax Rees1-10/+0
2019-05-14system/xfsprogs: bump to 5.0.0; ensure ownership by root, not build user1.0-BETA3A. Wilcox1-2/+3
2019-05-14CONTRIBUTING: Clarify a few remarksA. Wilcox1-4/+4
2019-05-13user/protobuf: disable testsA. Wilcox1-0/+1
2019-05-13user/*: KDE Applications 19.04.1A. Wilcox118-262/+374
2019-05-10user/networkmanager: new packageA. Wilcox9-0/+594
2019-05-10user/modemmanager: new packageA. Wilcox3-0/+148
2019-05-10user/libqmi: new packageA. Wilcox1-0/+35
2019-05-10user/libmbim: new packageA. Wilcox1-0/+35
2019-05-10user/py3-pygobject: use official distribution URLA. Wilcox1-3/+3
2019-05-10user/newt: new packageA. Wilcox1-0/+37