Commit graph

10 commits

Author SHA1 Message Date
Rene Ladan
92747f1bef Add device ID for the Arduino Micro
PR:		191050
Submitted by:	alfred@
Approved by:	maintainer (Bob Frazier, <bobf@mrp3.com>
2014-06-22 21:16:04 +00:00
Rene Ladan
f6d3acfe3c comms/uarduno: modernize Makefile and add device IDs.
- 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>)
2014-06-22 21:11:41 +00:00
Baptiste Daroussin
2b300eeb3f Add NO_STAGE all over the place in preparation for the staging support (cat: comms) 2013-09-20 16:03:29 +00:00
Bryan Drewery
c93dfc2e9f SSP support has been added to ports with WITH_SSP for i386 and amd64
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
2013-09-20 12:54:54 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Florian Smeets
b04a566b45 - Don't redefine LOCALBASE, use PREFIX to install to, this also fixes
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
2012-11-14 10:58:52 +00:00
Jason Helfman
3d69c10ba4 - re-order, include bsd.port.pre.mk so SRC_BASE is defined before referenced
PR: ports/165994
Submitted by: 4721@hushmail.com
Approved by: maintainer, bobf@mrp3.com
2012-05-23 03:07:34 +00:00
Martin Wilke
e8f615fbc7 - Get rid FreeBSD 6.X support 2011-11-06 16:36:34 +00:00
Tilman Keskinoz
56023fc91e Update to 1.02
PR:		156876
Submitted by:	maintainer
2011-08-08 19:37:29 +00:00
Wesley Shields
c41e06d648 The Arduino Uno (http://arduino.cc/) is an open source hardware micro-
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>
2011-02-22 02:10:51 +00:00