non port: devel/avarice/Makefile |
SVNWeb
|
Number of commits found: 30 |
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Thu, 22 Oct 2020
|
[ 12:41 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)
|
Sat, 5 Sep 2020
|
[ 21:43 joerg ]
Update AVaRICE port to 2.14
Among others, this fixes the breakage reported in PR 248995.
PR: 248995
|
Sun, 8 Jul 2018
|
[ 22:34 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
|
Sun, 21 Dec 2014
|
[ 21:05 antoine ]
Fix shebang
|
Tue, 29 Jul 2014
|
[ 18:41 adamw ] (Only the first 10 of 426 ports in this commit are shown above. )
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports)
|
Thu, 8 May 2014
|
[ 05:55 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.
|
[ 05:51 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.
|
Mon, 27 Jan 2014
|
[ 11:45 bapt ]
Support stage
|
Fri, 20 Sep 2013
|
[ 17:03 bapt ] (Only the first 10 of 379 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1)
|
Sat, 7 Sep 2013
|
[ 17:58 az ] (Only the first 10 of 19 ports in this commit are shown above. )
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
|
Fri, 7 Jun 2013
|
[ 19:58 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)
|
Mon, 29 Apr 2013
|
[ 16:43 rene ] (Only the first 10 of 42 ports in this commit are shown above. )
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)
|
Sat, 17 Dec 2011
|
[ 22:58 joerg ]
Upgrade to version 2.12.
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- 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
|
Sat, 22 Aug 2009
|
[ 00:18 amdmi3 ] (Only the first 10 of 417 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with D
|
Sun, 5 Apr 2009
|
[ 06:20 joerg ]
Update to master version 2.10. This fixes a build issue when using
libbfd from recent (2.19) binutils.
|
Mon, 9 Mar 2009
|
[ 17:15 stas ] (Only the first 10 of 78 ports in this commit are shown above. )
- 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
|
Thu, 5 Mar 2009
|
[ 10:25 joerg ]
Update to new upstream version.
|
Mon, 8 Sep 2008
|
[ 18:34 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)
|
Tue, 30 Oct 2007
|
[ 00:01 joerg ]
Update to version 2.7.
|
Sun, 8 Oct 2006
|
[ 20:58 joerg ]
Upgrade to version 2.5.
|
Wed, 24 May 2006
|
[ 14:55 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>
|
Wed, 11 Jan 2006
|
[ 19:58 joerg ]
Upgrade to avarice-2.4.
|
Thu, 27 Jan 2005
|
[ 09:48 joerg ]
Upgrade to version 2.3.
|
Thu, 25 Nov 2004
|
[ 23:52 kris ]
Add missing manpages
|
Fri, 14 May 2004
|
[ 19:35 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
|
Wed, 28 Apr 2004
|
[ 20:57 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.
|
Thu, 17 Apr 2003
|
[ 22:36 bsd ]
Fix avarice for 5.0 - needs perl for building.
Submitted by: kris@ and bento
|
Mon, 14 Apr 2003
|
[ 00:46 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.
|
Number of commits found: 30 |