notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: devel/avr-gcc/pkg-descr

Number of commits found: 22

Wednesday, 7 Sep 2022
21:58 Stefan Eßer (se) search for other commits by this committer
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)
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 fb16dfe
Friday, 8 Aug 2014
20:47 joerg search for other commits by this committer
Add staging support.

Upgrade to a recent GCC version (4.8.3).

Drop most of our local hacks.

PR:		192399
Submitted by:	pi
Original commitRevision:364382 
Thursday, 11 Jun 2009
21:39 joerg search for other commits by this committer
Update to GCC 4.3.2.

(The old port will be migrated to devel/avr-gcc-42 within the next
days.)
Original commit
Thursday, 20 Dec 2007
06:43 joerg search for other commits by this committer
Add support for ATtiny88, ATmega32HVB, ATmega1284P.
Fix support for AT90USB82/162, move them into "avr35" architecture.
Add support for the OS_main and OS_task attributes.

Integrate some more bugfixes from the WinAVR patch list.
Original commit
Sunday, 28 Oct 2007
10:01 joerg search for other commits by this committer
Upgrade to GCC 4.2.2
Original commit
Saturday, 23 Jun 2007
21:30 joerg search for other commits by this committer
Add device support for ATmega8HVA/ATmega16HVA.

Change AT90USB82 from avr5 to avr5.
Original commit
Saturday, 7 Apr 2007
05:37 joerg search for other commits by this committer
Upgrade to GCC 4.1.2.

Add support for AT90PWM1, ATmega32[59]0?P, AT90USB82/162.
Original commit
Friday, 6 Oct 2006
20:43 joerg search for other commits by this committer
Copy over the avr-gcc-devel port to avr-gcc, so this will become the
default AVR-GCC version now.

No repocopy as this port used to exist before.  For the history details,
see the old avr-gcc-devel port (going to be moved to Attic now).
Original commit
Thursday, 5 Oct 2006
21:56 joerg search for other commits by this committer
devel/avr-gcc has been repocopied to devel/avr-gcc-3, so to make room
for devel/avr-gcc-devel taking over the role of the default AVR-GCC
port now.
Original commit
Wednesday, 19 Apr 2006
10:48 joerg search for other commits by this committer
Rename ATmega164/324 to ATmega164P/324P, add support for ATmega644P,
ATmega165P, and ATmega169P.
Original commit
Sunday, 19 Mar 2006
22:38 joerg search for other commits by this committer
Upgrade to GCC 3.4.6.
Add support for ATmega406 and AT90USB646/647/1286/1286 devices.
Register conflict for avr-gcc-devel port (GCC 4.1-based, to come soon).
Original commit
Wednesday, 4 Jan 2006
23:17 joerg search for other commits by this committer
Add support for ATtiny261/461/861.
Original commit
Wednesday, 14 Dec 2005
22:42 joerg search for other commits by this committer
Upgrade to GCC 3.4.5, and add support for ATtiny24/44/84 devices.
Original commit
Friday, 4 Nov 2005
20:51 joerg search for other commits by this committer
Add support for the AT90CAN32/64 controllers.

By the same time, also drag in the patch for catching
misspelled interrupt vector names from the 4.x branch of
GCC.
Original commit
Monday, 12 Sep 2005
22:03 joerg search for other commits by this committer
Add support for the ATmega640/1280/1281 family.
Original commit
Thursday, 1 Sep 2005
05:22 joerg search for other commits by this committer
Add back support for the ATmega165.
Original commit
Saturday, 30 Jul 2005
21:28 joerg search for other commits by this committer
Upgrade AVR-GCC to GCC-3.4.4.

By the same time, combine all the patches that add support for new AVR
devices into a single patch, as they all touch the same three source
files.  In total, add support for the following AVR devices that were
not supported by the stock GCC 3.4.x:

  ATtiny13/ATtiny2313
  ATtiny25/ATtiny45/ATtiny85
  ATmega48/ATmega88/ATmega168
  AT90PWM2/AT90PWM3
  ATmega164/ATmega324/ATmega644
  ATmega325/ATmega3250/ATmega645/ATmega6450
  ATmega329/ATmega3290/ATmega649/ATmega6490
  AT90CAN128

(This is now documented in pkg-descr as well.)
Original commit
Thursday, 10 Mar 2005
21:14 joerg search for other commits by this committer
Bring in some patches from the head of GCC's CVS back to the latest
released version, 3.4.3.  This mainly adds support for new AVR devices
that appeared on the market recently, and fixes a bug related to the
order of assignments for volatile uint16_t * objects (in the
assumption they might point to IO space where the order of two 8-bit
operations can be important).
Original commit
Wednesday, 7 Jul 2004
11:29 joerg search for other commits by this committer
Upgrade AVR-GCC to GCC 3.4.1.

Also included is a local hack to allow for 0bXXX binary constants,
since this appears to be a frequently requested item in the AVR
developers community.

The GCC configuration is tuned to allow for both, -gstabs [the default
if only -g is given], and -gdwarf-2 debugging options.  ELF/DWARF-2 is
the emerging format as promoted by Atmel, and is intented to be
directly usable in their AVR Studio simulator in future.  Eventually,
AVR-GDB will fully support DWARF-2 debugging as well some day.
Original commit
Wednesday, 3 Mar 2004
21:23 joerg search for other commits by this committer
Upgrade to version 3.3.2.
Original commit
Sunday, 12 Aug 2001
21:18 joerg search for other commits by this committer
Include the C++ compiler.  Certainly of limited use for a   microcontroller, but
i got interested to get a complex FFT working.    
Original commit
Tuesday, 5 Dec 2000
15:21 joerg search for other commits by this committer
Atmel AVR cross-development, part #2: the C compiler.    
Original commit

Number of commits found: 22