On 2020/09/17 16:43, Tracey Emery wrote: > On Thu, Sep 17, 2020 at 11:11:00PM +0100, Stuart Henderson wrote: > > from a quick read-through, > > > > > COMMENT = Character art facsimile generator > > > > s/Char/char/ > > > > Blew right past that! Sorry. > > > > DISTNAME = chafa-1.4.1 > > > CATEGORIES = graphics > > > > > > HOMEPAGE = https://hpjansson.org/chafa/ > > > > > > MAINTAINER = Florian Viehweger <open...@out-of-creativity.de> > > > > > > # GPLv3 > > > > is this GPLv3 only or "GPLv3 or newer" (aka GPLv3+)? > > > > License listed on github is GPLv3, so I didn't chang eit.
* Chafa is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published * by the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. "version 3 .. or .. any later" -> GPLv3+ > > > COMPILER = base-clang ports-gcc > > > > does it fail with base-gcc? it's not C++ so the "must use the correct > > C++ standard library" reason for setting this doesn't apply. > > > > I left it, because it fails on sparc64 without ports-gcc. Should it be > set differently? OK that is fine then. OK