On 2022/06/26 09:26, Tracey Emery wrote:
> On Tue, May 24, 2022 at 12:45:13PM -0600, Tracey Emery wrote:
> > Hello ports,
> >
> > This update just removes a dependency, which is no longer needed by the
> > makeEspArduino Makefile.
> >
> > After this goes in, are there any objections to removing the
> > devel/esptool-ck port, since this was the only dependency and it hasn't
> > been changed in 4 years?
Maybe consider adding "@pkgpath devel/esptool-ck" to devel/arduino-esp8266
so that users aren't left with a not-useful package? Alternatively if there's
a reason not to do that, please add a quirks entry to mark it obsolete.
OK with either of those.
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/devel/arduino-esp8266/Makefile,v
> retrieving revision 1.10
> diff -u -p -u -r1.10 Makefile
> --- Makefile 11 Mar 2022 18:49:34 -0000 1.10
> +++ Makefile 24 May 2022 18:41:26 -0000
> @@ -2,7 +2,7 @@ COMMENT = esp8266 arduino core toolset
> V = 3.0.2
> DISTNAME = esp8266-${V}
> PKGNAME = arduino-${DISTNAME}
> -REVISION = 0
> +REVISION = 1
>
> CATEGORIES = devel
>
> @@ -20,7 +20,6 @@ BUILD_DEPENDS = devel/xtensa-lx106-elf/
> devel/xtensa-lx106-elf/lx106-hal \
> devel/xtensa-lx106-elf/newlib
> RUN_DEPENDS += devel/arduino \
> - devel/esptool-ck \
> devel/mklittlefs \
> devel/mkspiffs \
> devel/py-esptool${MODPY_FLAVOR} \
>