git: 334bcb11af44 - main - lang/micropython: Assume maintainership for python@

Bernhard Fröhlich decke at bluelife.at
Fri Sep 3 09:30:19 UTC 2021


On Fri, Sep 3, 2021 at 10:26 AM Kai Knoblich <kai at freebsd.org> wrote:
>
> The branch main has been updated by kai:
>
> URL: https://cgit.FreeBSD.org/ports/commit/?id=334bcb11af442d7a4bac09ceed53bc1594478643
>
> commit 334bcb11af442d7a4bac09ceed53bc1594478643
> Author:     Kai Knoblich <kai at FreeBSD.org>
> AuthorDate: 2021-09-03 08:13:04 +0000
> Commit:     Kai Knoblich <kai at FreeBSD.org>
> CommitDate: 2021-09-03 08:13:04 +0000
>
>     lang/micropython: Assume maintainership for python@
>
>     Reported by:    koobs
>     MFH:            2021Q3
> ---
>  lang/micropython/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/lang/micropython/Makefile b/lang/micropython/Makefile
> index a1c006dd5cfd..33aa73854595 100644
> --- a/lang/micropython/Makefile
> +++ b/lang/micropython/Makefile
> @@ -4,7 +4,7 @@ DISTVERSIONPREFIX=      v
>  PORTREVISION=  4
>  CATEGORIES=    lang python
>
> -MAINTAINER=    ports at FreeBSD.org
> +MAINTAINER=    python at FreeBSD.org
>  COMMENT=       Implementation of the Python language for microcontrollers
>
>  LICENSE=       MIT

Some time ago I started working on updating the lang/micropython port
but it triggered some
nasty build issues. Clang could not build it because it segfaulted in
mpy-cross and USE_GCC
triggered some endless loop resulting in "cpp9: fatal error: too many
input files" so I had to avoid
USE_GCC.

Feel free to take that work as a base, but latest upstream is at 1.17 already
https://github.com/decke/ports/tree/master/lang/micropython

-- 
Bernhard Fröhlich
http://www.bluelife.at/


More information about the dev-commits-ports-main mailing list