This is a library used to control Pololu AVR-based robots such as the
Pololu 3pi (used for introductory programming education at Memorial
University of Newfoundland and, I believe, other places too).
Details
Details
- Reviewers
antoine mat - Commits
- rP397538: Add new port: devel/libpololu-avr.
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
- Remove duplicate MASTER_SITES.
- Rename port to libpololu-avr.
- Add USES=zip, since the distfile is a zip file.
Comment Actions
This looks good, feel free to commit it with the USES line modified as per the comment I added.
Approved by: mat
devel/libpololu-avr/Makefile | ||
---|---|---|
22 ↗ | (On Diff #7230) | You should remove this line, and add gmake to the USES line, because otherwise, the port won't depend on gmake, and it won't be there when it'll be built :-) |
Comment Actions
Hi @mat,
Thanks very much! Just to be clear, as a src-only committer, does your comment mean that I ought to commit the change to the ports tree with an Approved by: mat line?
Thanks,
Jon