aboutsummaryrefslogtreecommitdiff
path: root/devel/bossa
Commit message (Collapse)AuthorAgeFilesLines
* devel/bossa: Fix build after recent Clang update on -HEADKyle Evans2018-01-152-1/+21
| | | | | | | | | | | | | | | | | Clang 6 caught a bogus comparison that was not previously caught; fix the build by correcting the comparison to correctly dereference the `char *` before comparing it with '\0'. PORTREVISION bumped because the comparison was erroneous and still successfully built everywhere but -HEAD. This patch is effectively from upstream. It will go away with the update to BOSSA 1.8, which requires a little more testing still. Approved by: antoine Notes: svn path=/head/; revision=459112
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+1
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* * Updated maintainer email addressRichard Gallamore2017-07-061-1/+1
| | | | | | | | | | | PR: 220395 Submitted by: kevans Reviewed by: lifanov (mentor) Approved by: lifanov (mentor) Differential Revision: https://reviews.freebsd.org/D11497 Notes: svn path=/head/; revision=445117
* Update devel/readline to 7.0 patch 3Sunpoet Po-Chuan Hsieh2017-06-271-1/+1
| | | | | | | | | | | | | | - Bump PORTREVISION for shlib change Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html Differential Revision: https://reviews.freebsd.org/D11172 PR: 219947 Exp-run by: antoine Notes: svn path=/head/; revision=444463
* devel/bossa: Adding the 1200bps hack to devel/bossa should improveBoris Samorodov2017-04-197-1/+168
| | | | | | | | | | reliability of programming the Arduino Due. PR: 218241 Submitted by: Kyle Evans <bsdports@kyle-evans.net> (maintainer) Notes: svn path=/head/; revision=438912
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-0/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* devel/bossa: Update to actual 1.7.0 releaseMark Felder2016-10-182-5/+4
| | | | | | | | | No changes, this is purely cosmetic. PR: 213168 Notes: svn path=/head/; revision=424211
* Minor improvement to deal with all-caps name from upstreamJoseph Mingrone2016-09-242-5/+4
| | | | | | | | | | | | | | Apply suggestion from mat@: - Set GH_PROJECT rather than overwriting default WRKSRC Reported by: mat Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D8019 Notes: svn path=/head/; revision=422699
* New port devel/bossa: Flash programmer for Atmel SAM microcontrollersJoseph Mingrone2016-09-234-0/+62
PR: 211397 Submitted by: bsdports@kyle-evans.net (maintainer) Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D8017 Notes: svn path=/head/; revision=422691