non port: devel/arduino18/Makefile |
Number of commits found: 17 |
Sunday, 23 Apr 2023
|
09:09 Gerald Pfeifer (gerald)
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
8d3e020 |
Tuesday, 4 Apr 2023
|
18:10 Muhammad Moinur Rahman (bofh)
*/*: Refactor java/openjdk7 removal
- java/openjdk7* has been removed from the tree since 2022-09-03 however
the relevant codebases in bsd.java.mk has not been removed and the
consumers has also not been updated to use the next jdk version. This
commit updates all relevant consumers to use JAVA_VERSION=8 instead of
JAVA_VERSION=1.7
- Since the introduction of jdk version 18 it looks like similar with
jdk version 8(java version string 1.8). This is prone to error as it
looks similar and is only seperated by a '.'. Remove using
JAVA_VERSION with dotted fomat of java version string and update all
consumers to utilize version 8 instead of 1.8.
Approved by: portmgr (blanket)
4cda17a |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Saturday, 30 Apr 2022
|
15:33 Alexey Dokuchaev (danfe)
devel/arduino18: unbreak the build when DOCS option is unset.
Reported by: Sergey V. Dyatko
27cf624 |
Friday, 29 Oct 2021
|
09:50 Stefan Eßer (se)
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket)
819f25b |
Thursday, 9 Sep 2021
|
04:02 Kyle Evans (kevans)
devel/arduino18: restore GH_ACCOUNT to unbreak
The default GH_ACCOUNT is not functional here, because GH_TUPLE is used
to specify multiple projects to fetch. Back out this part of
adb7b0687e25 ("Cleanup: for ports under d* categories, drop [...]") at
least for the time being to unbreak the fetch of arduino18.
4f32bd2 |
Sunday, 29 Aug 2021
|
14:54 Alexey Dokuchaev (danfe)
Cleanup: for ports under d* categories, drop redundant GH_{ACCOUNT,PROJECT}.
adb7b06 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Friday, 15 Mar 2019
|
16:52 ler
devel/arduino18: Update jssc depends
Submitted by: kevans
 |
Wednesday, 13 Mar 2019
|
03:03 ler
comms/java-simple-serial-connector, devel/arduino18, devel/arduino-core: fix
serial communication for leonardo
and re-rolled distribution for arduino-core.
PR: 232991
Submitted by: kevans
 |
Wednesday, 18 Jul 2018
|
11:43 cmt
devel/arduino18: update to 1.8.5
Also update embedded libraries according to Arduino's build.xml:
* Firmata: 2.5.6
* Robot_Control: 1.0.4
* Robot_Motor: 1.0.3
* RobotIRremote: 2.0.0
* Temboo: 1.2.1
and add external LiquidCrystal, as it has been removed from Arduino
itself.
PR: 229814
Approved by: kevans@ (maintainer)
 |
Saturday, 10 Mar 2018
|
17:46 gerald
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
 |
Monday, 7 Aug 2017
|
21:23 bsam
devel/arduino18: Update to new version of devel/libastylej.
Submitted by: bsam (me, by e-mail)
Approved by: maintainer (by e-mail)
 |
Thursday, 6 Jul 2017
|
01:39 ultima
* Updated maintainer email address
PR: 220395
Submitted by: kevans
Reviewed by: lifanov (mentor)
Approved by: lifanov (mentor)
Differential Revision: https://reviews.freebsd.org/D11497
 |
Thursday, 20 Apr 2017
|
19:58 bsam
devel/arduino18: Java 1.8+ is needed.
PR: 218770
Submitted by: Zane C. Bowers-Hadley <vvelox@vvelox.net>
Reported by: Kyle Evans <bsdports@kyle-evans.net> (maintainer))
 |
Wednesday, 19 Apr 2017
|
20:40 bsam
devel/arduino18: Update to Arduino 1.8.2, and:
* Firmata upgrade, 2.5.3 => 2.5.5
* Robot_Motor upgrade, 1.0.1 => 1.0.2
* Temboo upgrade, 1.1.7 => 1.1.8
* WiFi101-FirmwareUpdater-Plugin update, 0.8.0 => 0.9.0
* SD 1.1.1 and Servo 1.1.2 now also included
* (Port) indentation fixes
* (Port) Populate lib/version.txt to fix arduino-makefile usage))
PR: 218282
Submitted by: Kyle Evans <bsdports@kyle-evans.net> (maintainer)
 |
Number of commits found: 17 |