IABSD.fr/ports/shells

Branch :


Log

Author Commit Date CI Message
6128747d 2019-03-30 18:14:31 Update to etsh-5.4.0
57c180fd 2019-03-22 21:04:10 update to 5.0 patchlevel 3
de5c9ed4 2019-03-11 09:15:54 Update to 5.7.1. Diff from Matthew Martin, thanks ! ok rsadowski@
a758a706 2019-02-12 22:48:42 Major update to 5.0, patch level 2. While there are numerous changes, most users should notice no difference. For a list of new featurs, see: https://lists.gnu.org/archive/html/bug-bash/2019-01/msg00063.html
97f74fa7 2019-02-01 21:26:29 update to 2.48, revised from a submission by Andreas Kusalananda Kahari
094b3ba4 2019-01-23 00:53:06 Bump fish to 3.0.0. All the patches are now upstream. Changes here: https://github.com/fish-shell/fish-shell/releases/tag/3.0.0 OK rsadowski
6ca3a07c 2018-12-04 21:31:46 Upstream informs me that HOMEPAGE and MASTER_SITES has changed. Update them and bump.
9d71ca0d 2018-11-12 08:53:45 Drop wcobb@ from maintainership at his request.
25f0e460 2018-10-24 14:27:57 Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit.
edddae5b 2018-09-17 10:50:26 Update zsh-5.6.2 TLS hint from kn@! Feedback, test, review by pea@ and Matthew Martin. Thanks! ok pea@ (maintainer)