Same thing here for arduino-esp32, as in my previous arduino-esp8266
email. Ok?
--
Tracey Emery
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/arduino-esp32/Makefile,v
retrieving revision 1.3
diff -u -p -u -r1.3 Makefile
--- Makefile 29 Oct 2020 14:11:50 -0000 1.3
+++ Makefile 1 Dec 2020 16:03:03 -0000
@@ -4,7 +4,7 @@ COMMENT = esp32 arduino core toolset
V = 1.0.4
DISTNAME = esp32-${V}
PKGNAME = arduino-${DISTNAME}
-REVISION = 1
+REVISION = 2
CATEGORIES = devel
Index: pkg/DESCR
===================================================================
RCS file: /cvs/ports/devel/arduino-esp32/pkg/DESCR,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 DESCR
--- pkg/DESCR 23 Apr 2020 14:30:30 -0000 1.1.1.1
+++ pkg/DESCR 1 Dec 2020 16:03:03 -0000
@@ -1 +1,6 @@
Framework to program Espressif ESP32 chipsets via the Arduino environment.
+
+Before using this arduino-core, the makeesparduino package must be installed
+to compile your sketches.
+
+If you haven't already, please use pkg_add to install makeesparduino.