Created attachment 174935 [details] patch This new port installs an Arduino library written by Dean Reading that provides support for running a varity of seven segment displays with the Arduino and other AVR microprocessors.
Created attachment 174936 [details] poudriere build log (10.3-RELEASE)
Take.
A commit references this bug: Author: bsam Date: Tue Oct 11 21:19:35 UTC 2016 New revision: 423799 URL: https://svnweb.freebsd.org/changeset/ports/423799 Log: Arduino seven segment display library This library turns your Arduino into a seven segment display controller! Use it to easily display numbers on your seven segment display without any additional controllers. It supports common cathode and common anode displays, and the use of switching transistors. Displays with 1 to 9 digits can be used, and decimal places are supported. Characters and strings are not supported. WWW: https://github.com/DeanIsMe/SevSeg PR: 212806 Submitted by: Craig Leres <leres@ee.lbl.gov> Changes: head/devel/Makefile head/devel/arduino-sevseg/ head/devel/arduino-sevseg/Makefile head/devel/arduino-sevseg/distinfo head/devel/arduino-sevseg/pkg-descr
Committed, thanks!