aboutsummaryrefslogtreecommitdiff
path: root/comms/uarduno
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Convert to UCL & cleanup pkg-message (categories a-c)Mathieu Arnold2019-08-131-0/+6
| | | | Notes: svn path=/head/; revision=508834
* These ports now build on powerpc64.Mark Linimon2018-12-111-2/+0
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=487243
* Mark some ports failing on power64. In cases where the error messageMark Linimon2017-05-211-0/+2
| | | | | | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills Notes: svn path=/head/; revision=441429
* - Fix license handling (ports may not set NO_LICENSES_INSTALL)Dmitry Marakasov2016-11-231-12/+8
| | | | | | | | | | - Fix incorrect usage of MAKE/MAKE_CMD - Fix incorrect DISTDIR usage Approved by: portmgr blanket Notes: svn path=/head/; revision=426955
* Add device ID for the Arduino MicroRene Ladan2014-06-221-0/+1
| | | | | | | | | PR: 191050 Submitted by: alfred@ Approved by: maintainer (Bob Frazier, <bobf@mrp3.com> Notes: svn path=/head/; revision=358830
* comms/uarduno: modernize Makefile and add device IDs.Rene Ladan2014-06-223-50/+23
| | | | | | | | | | | | | | | | | | - Use kmod, so add staging support. - Fix license support (BSD2CLAUSE) - Fix packaging as user - Add support for device IDs 0x0010, 0x0042, 0x0043 - Remove superfluous Makefile variables (NO_PACKAGE, SSP_UNSAFE, MAKE_ENV, PREFIX, SRCPREFIX, NO_MTREE) - Remove support for FreeBSD < 8 - Fix WWW line in pkg-descr - Bump PORTREVISION PR: ports/189621 Submitted by: maintainer (Bob Frazier, <bobf@mrp3.com>) Notes: svn path=/head/; revision=358829
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | comms) Notes: svn path=/head/; revision=327714
* SSP support has been added to ports with WITH_SSP for i386 and amd64Bryan Drewery2013-09-201-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on FreeBSD 10, and amd64 on earlier versions. SSP_UNSAFE is added to disable in a port if it fails to build, but this should only be used in rare circumstances such as kernel modules. Otherwise, the port may just be failing due to lack of respecting LDFLAGS. On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in libssp_nonshared.a to address issues linking on i386 [1]. On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared to LDFLAGS on i386. This is not needed on amd64. However, several hundred ports do not currently respect LDFLAGS, so this support is disabled currently as it causes build failures if a dependency is looking for the stack_chk symbols. Many thanks to jlh@ for this as he had many years of patience in getting all of the necessary pieces [1][2] in. [1] http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup PR: ports/138228 [2] Submitted by: jlh (bsd.ssp.mk based on) Reviewed by: bapt With hat: portmgr exp-runs done: 37 over a month on 91i386,91amd64,10i386,10amd64 Notes: svn path=/head/; revision=327697
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Don't redefine LOCALBASE, use PREFIX to install to, this also fixesFlorian Smeets2012-11-141-7/+4
| | | | | | | | | | | | | | | installation with pkgng. The port would otherwise try to install pkg again ===> uarduno-1.02 depends on file: /boot/kernel/sbin/pkg - not found - Don't leave any leftovers in KMODDIR Approved by: maintainer Feature safe: yes Notes: svn path=/head/; revision=307411
* - re-order, include bsd.port.pre.mk so SRC_BASE is defined before referencedJason Helfman2012-05-231-2/+2
| | | | | | | | | PR: ports/165994 Submitted by: 4721@hushmail.com Approved by: maintainer, bobf@mrp3.com Notes: svn path=/head/; revision=297253
* - Get rid FreeBSD 6.X supportMartin Wilke2011-11-061-4/+0
| | | | Notes: svn path=/head/; revision=285175
* Update to 1.02Tilman Keskinoz2011-08-082-4/+7
| | | | | | | | PR: 156876 Submitted by: maintainer Notes: svn path=/head/; revision=279274
* The Arduino Uno (http://arduino.cc/) is an open source hardware micro-Wesley Shields2011-02-225-0/+161
controller designed primarily for prototyping and experimentation. Although the devel/arduino port already exists for programming the device, it will not work properly with the newest Arduino hardware. Previous versions of the Arduino used an FTDI USB to Serial interface. The newest Arduino (beginning with the Uno) uses an on-board ATMel 8U2 controller to emulate a USB to Serial interface with its own custom Vendor ID and Hardware ID. As a result, NONE of the existing FreeBSD USB to serial drivers can work with it. This kernel driver supplies the necessary kernel support for the Arduino Uno on FreeBSD. Additionally, some 'ACM' USB Serial devices may work with this driver by manually adding their Vendor ID and Product ID combination to files/ids.txt Official web site WWW: http://www.mrp3.com/uarduno.html PR: ports/153963 Submitted by: Bob Frazier <bobf@mrp3.com> Notes: svn path=/head/; revision=269474