until it could be upstreamed. Well, the support has been upstreamed, so
we can retire these in favour of arm-trusted-firmware and u-boot-aarch64.
tested by me on an original pinebook, and by patrick@ on a 1080p pinebook.
discussed with patrick@ and jsg@
OK sthen@
Original diff from Olivier Cherrier <oc () symacx ! com> (thanks!)
While here, i've fixed some trailing whitespaces in DESCR
OK afresh1@ (MAINTAINER), "read OK but untested" sthen@
Original diff from Olivier Cherrier <oc () symacx ! com> (thanks!)
tweaks and OK afresh1@, "read OK but untested" sthen@
Clone::Choose checks several different modules which provide a clone()
function and selects an appropriate one.
- devel/libelf is no more, use libelf from base
- libelf is always used if detected, not just on powerpc, so properly
disable its use elsewhere
A comment in the source says libelf is used for vxworks, not sure how
useful it actually is on OpenBSD.
Optimist is a commandline option parser for Ruby that just gets out of
your way. One line of code per option is all you need to write. For
that, you get a nice automatically-generated help page, robust option
parsing, command subcompletion, and sensible defaults for everything you
don't specify.
feedback on how to enable the tests, and OK for import jeremy@
OK sthen@ bcallah@
This module provides Path::Tiny types for Moose. It handles two
important types of coercion:
- coercing objects with overloaded stringification
- coercing to absolute paths
It also can check to ensure that files or directories exist.
OK sthen@ bcallah@
This Perl module provides a more general version of the "Str" type. If
coercions are enabled, it will accept objects that overload stringification
and coerces them into strings.
ok Brad (maintainer)
libc++7 made <experimental/string_view> a stub containing only
#error "<experimental/string_view> has been removed. Use <string_view> instead."
One can wonder why upstream kept the header at all.
Prior to 4.9, it's possible to use symlinks and subrepositories to defeat
Mercurial's path-checking logic and write files outside a repository.
As per recommendation of Augie Fackler (Mercurial developer), I'm
creating a global rc file to disable subrepos or any future dangerous
feature. If you need subrepos support, you can enable it in the
project rc file (i.e. myrepo/.hg/hgrc). Use it only with really trusty
sources.