notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: devel/arduino-bsd-mk/distinfo

Number of commits found: 12

Sunday, 21 Jan 2024
22:37 Craig Leres (leres) search for other commits by this committer
devel/arduino-bsd-mk: Update to 2.5

Install man page in share/man.

Changes since 2.4:

 - Install man page in ${PREFIX}/share by default.
commit hash: 0ac932378c2bdd6a20eb5b7424b889ec43b37434 commit hash: 0ac932378c2bdd6a20eb5b7424b889ec43b37434 commit hash: 0ac932378c2bdd6a20eb5b7424b889ec43b37434 commit hash: 0ac932378c2bdd6a20eb5b7424b889ec43b37434 0ac9323
Wednesday, 3 Aug 2022
21:49 Craig Leres (leres) search for other commits by this committer
devel/arduino-bsd-mk: Update to 2.4

Changes since 2.3:

 - Use NO_SHARED to avoid pic/pie flags avr-gcc doesn't support
   (and don't make sense for embedded images).

Reported by:	Craig Leres, kodcode
commit hash: 2d6e325385cfd27aea5be286c0175241c0cf0d65 commit hash: 2d6e325385cfd27aea5be286c0175241c0cf0d65 commit hash: 2d6e325385cfd27aea5be286c0175241c0cf0d65 commit hash: 2d6e325385cfd27aea5be286c0175241c0cf0d65 2d6e325
Saturday, 29 May 2021
19:31 Craig Leres (leres) search for other commits by this committer
devel/arduino-bsd-mk: Update to 2.3

Changes since 2.2:

 - add ARDUINO_MAXIMUM_SIZE
commit hash: 33999d389428156e954e46cef35186018e6a0e07 commit hash: 33999d389428156e954e46cef35186018e6a0e07 commit hash: 33999d389428156e954e46cef35186018e6a0e07 commit hash: 33999d389428156e954e46cef35186018e6a0e07 33999d3
Saturday, 22 May 2021
01:49 Craig Leres (leres) search for other commits by this committer
devel/arduino-bsd-mk: Update to 2.2

Changes since 2.1:

 - arduino-boards needs explicit boards.txt for build.pid, build.vid,
   upload.protocol, and upload.speed in case ARDUINO_DIR has changed.
commit hash: 673aa41f8e0a40c62fe2a18de776b77a9b719030 commit hash: 673aa41f8e0a40c62fe2a18de776b77a9b719030 commit hash: 673aa41f8e0a40c62fe2a18de776b77a9b719030 commit hash: 673aa41f8e0a40c62fe2a18de776b77a9b719030 673aa41
Tuesday, 12 Jan 2021
21:43 leres search for other commits by this committer
devel/arduino-bsd-mk: Update to 2.1

Changes since 2.0:

 - Search for and use the boards.txt in the ARDUINO_DIR tree.

 - Convert arduino-boards to f-strings.
Original commitRevision:561389 
Saturday, 9 Jan 2021
22:41 leres search for other commits by this committer
devel/arduino-bsd-mk: Update to 2.0

Changes since 1.5:

 - Add support for Arduino 1.0 through 1.8 by autodetecting paths.

 - Add -fno-threadsafe-statics to fix "undefined reference to
   `__cxa_guard_release'" error that can occur because gcc enables
   thread-safe initialization by default.

Honor PREFIX in Python script and require 3.6+ due to its use of
f-strings.
Original commitRevision:560897 
Sunday, 13 Sep 2020
17:32 leres search for other commits by this committer
devel/arduino-bsd-mk: Update to 1.5

Changes since 1.4:

 - Inhibit warning messages for avr-gc++ too.

 - Add a depend target that adjusts for .ino sources.
Original commitRevision:548492 
Sunday, 9 Aug 2020
23:55 leres search for other commits by this committer
devel/arduino-bsd-mk: Update to 1.4

Changes since 1.3:

 - Turn off MK_DEBUG_FILES, it doesn't make sense for arduino.

 - Changing "cd dir && make" with "make -C dir" solves parallel
   build failures.

While we're here, remove RUN_DEPENDS; we're just installing files
that can be used devel/arduino or devel/arduino18. Also break up
long lines.
Original commitRevision:544583 
Sunday, 14 Jul 2019
07:12 leres search for other commits by this committer
devel/arduino-bsd-mk: Update to 1.3. From CHANGES:

 - Add ARDUINO_CXXFLAGS. Use -std=c++11 with CXXFLAGS.

Approved by:	matthew (mentor, implicit)
Original commitRevision:506607 
Monday, 10 Jun 2019
17:59 leres search for other commits by this committer
devel/arduino-bsd-mk: Update to 1.2. Changes include:

 - Must force SIZE to be avr-size since /usr/share/mk/sys.mk is
   included so early.

 - Convert arduino-boards.py to python3.

Approved by:	matthew (mentor, implicit)
Original commitRevision:503919 
Monday, 26 Feb 2018
17:19 leres search for other commits by this committer
Update to 1.1:

    - Add .ino file instead of .cpp to SRCS when we have a .ino
      file.

      Remove test for .ino and .cpp since it doesn't work when we
      aren't using an obj dir.

    - Instead of generating an error for all make targets when
      AVRDUDE_PORT is "arduino" and AVRDUDE_PORT is not defined
      allow everything except install/flash.

Reviewed by:	ler (mentor)
Approved by:	ler (mentor)
Differential Revision:	https://reviews.freebsd.org/D14525
Original commitRevision:463031 
Friday, 1 Dec 2017
21:38 leres search for other commits by this committer
This adds devel/arduino-bsd-mk which installs a make(1) makefile
(bsd.arduino.mk) that is used to build Arduino sketches from
the command line. It is designed to be a FreeBSD-friendly
alternative to the existing gmake based devel/arduino-mk port.
It includes a man page and optionally installs an example sketch
with an exmaple Makefile.

Reviewed by:	matthew (mentor)
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D13262
Original commitRevision:455312 

Number of commits found: 12