Port details |
- avarice Atmel AVR JTAG programmer and debugging interface for avr-gdb
- 2.14_1 devel =3 2.14_1Version of this port present on the latest quarterly branch.
- Maintainer: joerg@FreeBSD.org
- Port Added: 2003-04-14 00:47:22
- Last Update: 2024-03-05 14:51:13
- Commit Hash: 4e5d8db
- People watching this port, also watch:: oss, lua54-luaexpat, monit, proggy_fonts-ttf, inotify-tools
- License: GPLv2
- WWW:
- https://avarice.sourceforge.net/
- Description:
- AVaRICE is a program which interfaces the GNU Debugger GDB with the
AVR JTAG ICE available from Atmel.
Use AVaRICE standalone as a programmer, or it can be run as an
intermediary between avr-gdb and the AVR JTAG hardware, allowing one
to use GDB to debug your AVR code as it runs in-system.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/avarice/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/avarice
- pkg install avarice
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: avarice
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1599342008
SHA256 (avarice-2.14.tar.bz2) = 4b4e7d0257a3bac850c1849216e1f1e47f078fb4e9a718760ca0f0356dbf62a9
SIZE (avarice-2.14.tar.bz2) = 253668
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- perl5>=5.36<5.37 : lang/perl5.36
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_avarice
- USES:
- compiler:c11 perl5 tar:bzip2
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.14_1 05 Mar 2024 14:51:13 |
Nuno Teixeira (eduardo) |
devel/avarice: Move man pages to share/man
Approved by: portmgr (blanket) |
2.14 06 Nov 2023 10:03:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
2.14 21 Jul 2023 14:45:28 |
Muhammad Moinur Rahman (bofh) |
devel/avarice: Fix build with llvm16 and unbreak
- Fix missing plist
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.14 07 Sep 2022 21:10:59 |
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.
(Only the first 15 lines of the commit message are shown above ) |
2.14 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.14 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.14 22 Oct 2020 12:41:06 |
pkubaj |
devel/avarice: fix build on GCC architectures
jtag3io.cc: In member function 'virtual void jtag3::deviceAutoConfig()':
jtag3io.cc:579: error: a function-definition is not allowed here before '{'
token
jtag3io.cc:775: error: expected `}' at end of input
jtag3io.cc:775: error: expected `}' at end of input
MFH: 2020Q4 (fix build blanket) |
2.14 05 Sep 2020 21:43:21 |
joerg |
Update AVaRICE port to 2.14
Among others, this fixes the breakage reported in PR 248995.
PR: 248995 |
2.13_3 08 Jul 2018 22:34:54 |
leres |
After upgrading to 11.2-RELEASE devel/avarice fails to
compile with:
jtagrw.cc:134:13: error: cannot initialize return object of type 'uchar *'
(aka 'unsigned char *') with an rvalue of type 'bool'
return false;
^~~~~
examination of the code shows another case with a similar
check that returns NULL.
I also filed an upstream bug report:
https://sourceforge.net/p/avarice/bugs/24/
PR: 229376
Reviewed by: ler (mentor)
Approved by: joerg (maintainer), ler (mentor)
Differential Revision: https://reviews.freebsd.org/D16184 |
2.13_2 21 Dec 2014 21:05:52 |
antoine |
Fix shebang |
2.13_1 09 Dec 2014 10:40:44 |
bapt |
Cleanup plist |
2.13_1 29 Jul 2014 18:41:17 |
adamw |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
2.13_1 08 May 2014 05:55:00 |
joerg |
After thinking about it again, it probably makes sense to bump
portrevision after removing the stale dependencies to libbfd and
gnulibiberty, so those ports can be removed now safely. |
2.13 08 May 2014 05:51:58 |
joerg |
Remove dependencies to libbfd and gnulibiberty which have
been accidentally left over by those who upgraded the port
to version 2.13. They are no longer needed starting with
that version. |
2.13 27 Jan 2014 11:45:36 |
bapt |
Support stage |
20 Sep 2013 17:03:27
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
2.13 07 Sep 2013 17:58:28 |
az |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
2.13 07 Jun 2013 19:58:53 |
wg |
- Update to 2.13 [1]
- Add LICENSE (GPLv2)
PR: ports/177617 [1]
Submitted by: Craig Leres <leres@ee.lbl.gov>
Approved by: culot / jpaetzel (mentors, implicit), maintainer (timeout) |
2.12 29 Apr 2013 16:43:05 |
rene |
In preparation of removing devel/libusb (expires 2013-04-30), remove it
from these ports.
Other changes:
- convert Makefile header
- convert to optionsNG
- remove indefinite article from comment
- drop support for FreeBSD < 8.0
- pet portlint (leave library ABI versions in LIB_DEPENDS)
- net-mgmt/spectools: change option name from GTK to GTK2 to use default
description from bsd.options.desc.mk
Approved by: portmgr (bapt) |
2.12 17 Dec 2011 22:58:16 |
joerg |
Upgrade to version 2.12. |
2.10 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
2.10 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
2.10 22 Aug 2009 00:18:43 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
2.10 05 Apr 2009 06:20:27 |
joerg |
Update to master version 2.10. This fixes a build issue when using
libbfd from recent (2.19) binutils. |
2.9 09 Mar 2009 17:15:43 |
stas |
- Chase libusb20 rename in r189585.
- Mark sane-backends broken on current due to changes
in USB stack.
Reviewed by: thompsa (old version), miwi
Tested by: miwi |
2.9 05 Mar 2009 10:25:40 |
joerg |
Update to new upstream version. |
2.8 08 Sep 2008 18:34:28 |
joerg |
Upgrade to version 2.8.
Use GNU_CONFIGURE (with the default arguments) rather than HAS_CONFIGURE
so the man pages will be installed into the correct directories.
Approved by: portmgr (erwin) |
2.7 30 Oct 2007 00:01:04 |
joerg |
Update to version 2.7. |
2.5 08 Oct 2006 20:58:44 |
joerg |
Upgrade to version 2.5. |
2.4 24 May 2006 14:55:15 |
joerg |
Fix the spelling of LIB_DEPENDS, so we are actually requiring libusb
to be a prerequisite.
Reported by: Sergey Zaharchenko <doublef-ctm@yandex.ru> |
2.4 22 Jan 2006 08:30:12 |
edwin |
SHA256ify
Approved by: krion@ |
2.4 11 Jan 2006 19:58:33 |
joerg |
Upgrade to avarice-2.4. |
2.3 27 Jan 2005 09:48:50 |
joerg |
Upgrade to version 2.3. |
2.2 25 Nov 2004 23:52:53 |
kris |
Add missing manpages |
2.2 14 May 2004 19:35:39 |
joerg |
One of the scripts supplied in the tools subdir actually depends on Perl,
so the `configure' step failed if there's no Perl in sight.
Just make this depend on Perl by now. Maybe the AVaRICE folks decide to
do that another way in future.
Notice by: kris |
2.2 28 Apr 2004 20:57:04 |
joerg |
Update to a recent version of AVaRICE (finally). This now also requires
the (just committed) libbfd and gnulibiberty ports.
Since Brian Dean no longer has the time to maintain this port, he asked
me to take it over. |
2.0.20030403 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
2.0.20030403 17 Apr 2003 22:36:32 |
bsd |
Fix avarice for 5.0 - needs perl for building.
Submitted by: kris@ and bento |
2.0.20030403 14 Apr 2003 00:46:49 |
bsd |
Add AVaRICE - a program for providing a debugging layer so that GNU
GDB can be used to debug Atmel AVR programs in-system on JTAG enabled
devices, to be used in combination with the Atmel JTAG ICE hardware.
This program can also be used for programming the device as well as
debugging the code. |