notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/avarice/Makefile
SVNWeb

Number of commits found: 33

Fri, 21 Jul 2023
[ 14:45 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:ad93592aa61a05055d06b75a3a49515ac2848d2c  commit hash:ad93592aa61a05055d06b75a3a49515ac2848d2c  commit hash:ad93592aa61a05055d06b75a3a49515ac2848d2c  ad93592a 
devel/avarice: Fix build with llvm16 and unbreak

- Fix missing plist

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  aa6eefd  (Only the first 10 of 5087 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Thu, 22 Oct 2020
[ 12:41 pkubaj search for other commits by this committer ] Original commit   Revision:552965
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 search for other commits by this committer ] Original commit   Revision:547759
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 search for other commits by this committer ] Original commit   Revision:474207
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 search for other commits by this committer ] Original commit   Revision:375187
Fix shebang
Tue, 29 Jul 2014
[ 18:41 adamw search for other commits by this committer ] Original commit   Revision:363371 (Only the first 10 of 426 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:353277
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 search for other commits by this committer ] Original commit   Revision:353276
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 search for other commits by this committer ] Original commit   Revision:341379
Support stage
Fri, 20 Sep 2013
[ 17:03 bapt search for other commits by this committer ] Original commit   Revision:327722 (Only the first 10 of 379 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1)
Sat, 7 Sep 2013
[ 17:58 az search for other commits by this committer ] Original commit   Revision:326671 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
- convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
Fri, 7 Jun 2013
[ 19:58 wg search for other commits by this committer ] Original commit   Revision:320224
- 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 search for other commits by this committer ] Original commit   Revision:316831 (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit 
Upgrade to version 2.12.
Fri, 23 Sep 2011
[ 22:26 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- 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 search for other commits by this committer ] Original commit  (Only the first 10 of 417 ports in this commit are shown above. View all ports for this commit)
- Switch SourceForge ports to the new File Release System: categories starting
with D
Sun, 5 Apr 2009
[ 06:20 joerg search for other commits by this committer ] Original commit 
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 search for other commits by this committer ] Original commit  (Only the first 10 of 78 ports in this commit are shown above. View all ports for this commit)
- 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 search for other commits by this committer ] Original commit 
Update to new upstream version.
Mon, 8 Sep 2008
[ 18:34 joerg search for other commits by this committer ] Original commit 
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 search for other commits by this committer ] Original commit 
Update to version 2.7.
Sun, 8 Oct 2006
[ 20:58 joerg search for other commits by this committer ] Original commit 
Upgrade to version 2.5.
Wed, 24 May 2006
[ 14:55 joerg search for other commits by this committer ] Original commit 
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 search for other commits by this committer ] Original commit 
Upgrade to avarice-2.4.
Thu, 27 Jan 2005
[ 09:48 joerg search for other commits by this committer ] Original commit 
Upgrade to version 2.3.
Thu, 25 Nov 2004
[ 23:52 kris search for other commits by this committer ] Original commit 
Add missing manpages
Fri, 14 May 2004
[ 19:35 joerg search for other commits by this committer ] Original commit 
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 search for other commits by this committer ] Original commit 
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 search for other commits by this committer ] Original commit 
Fix avarice for 5.0 - needs perl for building.

Submitted by:   kris@ and bento
Mon, 14 Apr 2003
[ 00:46 bsd search for other commits by this committer ] Original commit 
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: 33