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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: devel/avr-gcc/Makefile

Number of commits found: 121 (showing only 100 on this page)

1 | 2  »  

Saturday, 27 Jan 2024
16:26 Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/avr-gcc: Moved man to share/man

Approved by:    portmgr (blanket)
commit hash: e848843306aeaf1c6f1056cc7228c506b3643133 commit hash: e848843306aeaf1c6f1056cc7228c506b3643133 commit hash: e848843306aeaf1c6f1056cc7228c506b3643133 commit hash: e848843306aeaf1c6f1056cc7228c506b3643133 e848843
Saturday, 23 Sep 2023
20:46 Joerg Wunsch (joerg) search for other commits by this committer
devel/avr-gcc: Fix build with libc++ 17

gcc/system.h includes safe-ctype.h which redefines ctype macros such
as toupper, tolower, etc to "poison" them.

However, it should only include the safe-ctype.h header *after* any
C++ headers, such as <list>, <map>, <string>, etc, otherwise these
might transitively include internal ctype headers (such as with libc++
17), causing compilation errors.

PR:		274038
Reported by:	dim
commit hash: 6275155b90de11398a1d105b053732313e7c1e7a commit hash: 6275155b90de11398a1d105b053732313e7c1e7a commit hash: 6275155b90de11398a1d105b053732313e7c1e7a commit hash: 6275155b90de11398a1d105b053732313e7c1e7a 6275155
Sunday, 23 Apr 2023
09:09 Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b 8d3e020
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Tuesday, 29 Mar 2022
21:33 Joerg Wunsch (joerg) search for other commits by this committer
devel/avr-gcc: Update to GCC 11.2

Also include the specs file for recent AVR-Dx MCUs (e.g. AVR128DA48
etc.), so the compiler can handle these, in addition to the builtin
MCU types. These files come straight from the Microchip device pack.
commit hash: fc9ca6bf905593c27f65cf22e55a1cbed76c4ce3 commit hash: fc9ca6bf905593c27f65cf22e55a1cbed76c4ce3 commit hash: fc9ca6bf905593c27f65cf22e55a1cbed76c4ce3 commit hash: fc9ca6bf905593c27f65cf22e55a1cbed76c4ce3 fc9ca6b
Thursday, 17 Feb 2022
19:54 Joerg Wunsch (joerg) search for other commits by this committer
devel/avr-gcc: upgrade to GCC 10.3.0
commit hash: 4b973a347b44d41e29ef0949861f66cdaa10b18b commit hash: 4b973a347b44d41e29ef0949861f66cdaa10b18b commit hash: 4b973a347b44d41e29ef0949861f66cdaa10b18b commit hash: 4b973a347b44d41e29ef0949861f66cdaa10b18b 4b973a3
Thursday, 14 Oct 2021
21:30 Stefan Eßer (se) search for other commits by this committer
devel/avr-gcc: Add CPE information

Approved by:	portmgr (blanket)
commit hash: c146a3e0603648a9e8263d578590b07e1bbed5fb commit hash: c146a3e0603648a9e8263d578590b07e1bbed5fb commit hash: c146a3e0603648a9e8263d578590b07e1bbed5fb commit hash: c146a3e0603648a9e8263d578590b07e1bbed5fb c146a3e
Thursday, 6 May 2021
21:22 Joerg Wunsch (joerg) search for other commits by this committer
Update to GCC 10.2.0
PR:		255454
Differential Revision:	https://reviews.freebsd.org/D30022
commit hash: d2767ba1088ed80991b450caf22b9b56dad907e1 commit hash: d2767ba1088ed80991b450caf22b9b56dad907e1 commit hash: d2767ba1088ed80991b450caf22b9b56dad907e1 commit hash: d2767ba1088ed80991b450caf22b9b56dad907e1 d2767ba
Saturday, 17 Apr 2021
18:30 Mateusz Piotrowski (0mp) search for other commits by this committer
devel/avr-gcc: Put variables in order and format Makefile

Approved by:	portmgr blanket
commit hash: 71f5c297a769da5c7d6ab1b13d97b9a6be7d668c commit hash: 71f5c297a769da5c7d6ab1b13d97b9a6be7d668c commit hash: 71f5c297a769da5c7d6ab1b13d97b9a6be7d668c commit hash: 71f5c297a769da5c7d6ab1b13d97b9a6be7d668c 71f5c29
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Sunday, 21 Mar 2021
09:57 gerald search for other commits by this committer
Update to MPC version 1.2.0 with the following changes:
 - New functions:
   . mpc_sum
   . mpc_dot
 - Several functions are more robust with a reduced exponent range
   (for example corresponding to IEEE 754 binary formats).
 - New mpcheck tool for comparison with the native C library (which
   is not installed by default).

Bump all directly dependent ports. Do not bump those indirectly
dependent via the lang/gcc* family since their run-time dependencies
and code generated should not be affected.

PR:		249950
Submitted by:	wen
Original commitRevision:568912 
Thursday, 3 Dec 2020
20:22 danilo search for other commits by this committer
devel/isl: Update to 0.23

PR:		251432
Original commitRevision:556919 
Sunday, 29 Nov 2020
14:12 linimon search for other commits by this committer
These ports now build on aarch64.

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com TRYBROKEN run
Original commitRevision:556569 
Friday, 8 May 2020
16:28 emaste search for other commits by this committer
add objdump binutils dependencies to remaining devel/* ports

/usr/bin/objdump has been removed from the base system before FreeBSD 13.0.

Approved by:	bapt (implicit)
Original commitRevision:534412 
Friday, 15 Nov 2019
10:09 bapt search for other commits by this committer
Update binutils to 2.33.1

While here, convert binutils into flavors, that ease a lot maintenance
and helps cleaning out the code.

This is inspired by the same work on going on the xtoolchained gcc by jhb@

PR:		241756
Exp-run:	antoine (portmgr)
Discussed with:	jhb
Differential Revision:	https://reviews.freebsd.org/D22258
Original commitRevision:517642 
Thursday, 29 Aug 2019
19:39 pkubaj search for other commits by this committer
devel/avr-gcc: fix build on GCC architectures

GCC 9.1 needs newer GCC to build than base can offer.

It also seems that there are some threading issues, so put MAKE_JOBS_UNSAFE.

PR:		240002
Approved by:	joerg (maintainer), linimon (mentor)
Original commitRevision:510183 
Saturday, 17 Aug 2019
14:44 joerg search for other commits by this committer
Update to GCC 9.1.0

PR:		239628
Submitted by:	Oleg Sidorkin
Original commitRevision:509156 
Sunday, 25 Nov 2018
08:25 antoine search for other commits by this committer
Add explicit USES=iconv

Reported by:	pkg-fallout (via devel/avr-libc)
Original commitRevision:485847 
Saturday, 10 Nov 2018
18:12 bapt search for other commits by this committer
Install texinfo files (GNU info) into ${PREFIX}/share/info

After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.

Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.

Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them

Bump revision of all impacted ports

PR:		232907
exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17816
Original commitRevision:484628 
Friday, 2 Nov 2018
17:55 antoine search for other commits by this committer
Add missing USES=makeinfo
Original commitRevision:483829 
Friday, 6 Jul 2018
21:54 cmt search for other commits by this committer
devel/avr-gcc: fix build with recent clang

PR:		227650
Submitted by:	dim@
Reported by:	 Kenji Rikitake
Approved by:	maintainer-timeout
MFH:		2018Q3
Original commitRevision:474039 
Thursday, 19 Apr 2018
07:08 ale search for other commits by this committer
Update mpfr to 4.0.1 release and bump PORTVERSION of dependent ports.
Original commitRevision:467751 
Saturday, 10 Mar 2018
17:46 gerald search for other commits by this committer
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
Original commitRevision:464084 
Tuesday, 11 Apr 2017
15:21 mat search for other commits by this committer
Make defining both PORTVERSION and DISTVERSION a DEV_ERROR.

There are two cases:

- The upstream versionning is compatible with our versionning, or using
  DISTVERSION's magic leads to a compatible PORTVERSION, use
  DISTVERSION.  If it is possible to use DISTVERSIONPREFIX and
  DISTVERSIONSUFFIX to make it compatible, use them.
- The upstream versionning is not compatible with our versionning, and
  DISTVERSION's magic does not lead to a correct PORTVERSION, then set
  PORTVERSION to the equivalent of our versionning, and set DISTNAME.
  It is possible to use a third variable where you store upstream's
  version and use it to compute PORTVERSION and/or DISTNAME, like the
  dns/bind9* ports do.

Sponsored by:	Absolight
Original commitRevision:438272 
Tuesday, 7 Mar 2017
22:33 joerg search for other commits by this committer
Upgrade to GCC 5.4.0.
Original commitRevision:435648 
Tuesday, 31 Jan 2017
03:40 linimon search for other commits by this committer
Mark various ports broken on aarch64 and armv6.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:432897 
Friday, 2 Dec 2016
11:58 mat search for other commits by this committer
Do not use post-stage.  Use post-install instead.

The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.

PR:		214780
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Original commitRevision:427552 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Thursday, 4 Feb 2016
07:21 joerg search for other commits by this committer
Upgrade to GCC 4.9.3.  (5.3 not yet there, still doing some tests,
4.9.x is quite stable.)
Original commitRevision:408014 
Sunday, 15 Nov 2015
02:11 amdmi3 search for other commits by this committer
- Make NLS optional

PR:		203622
Submitted by:	amdmi3
Approved by:	maintainer timeout (joerg, 1 month)
Original commitRevision:401621 
Thursday, 14 May 2015
10:15 mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:386312 
Thursday, 14 Aug 2014
03:04 joerg search for other commits by this committer
Add a patch for ATmega*RFR*, as has already been promised in the
pkg-descr file.
Original commitRevision:364823 
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 
Tuesday, 29 Jul 2014
18:41 adamw search for other commits by this committer
Convert a bunch of USE_BZIP2 to USES=tar:bzip2

Approved by:	portmgr (not really, but touches unstaged ports)
Original commitRevision:363371 
Monday, 28 Jul 2014
20:28 antoine search for other commits by this committer
Actually, the configure error is during the build phase

With hat:	portmgr
Original commitRevision:363249 
20:24 antoine search for other commits by this committer
Mark BROKEN: Fails to configure with avr-binutils 2.24

checking for suffix of object files... configure: error: in
`/wrkdirs/usr/ports/devel/avr-gcc/work/build/avr/avrtiny10/libgcc':
configure: error: cannot compute suffix of object files: cannot compile
See `config.log' for more details.
gmake[1]: *** [configure-target-libgcc] Error 1

Reported by:	pkg-fallout
With hat:	portmgr
Original commitRevision:363247 
Friday, 4 Jul 2014
12:06 bapt search for other commits by this committer
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)

With hat:	portmgr
Original commitRevision:360604 
Saturday, 26 Oct 2013
00:52 gerald search for other commits by this committer
Update to libmpc version 1.0.1 which brings the following fixes:

 - Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
Original commitRevision:331644 
Friday, 20 Sep 2013
17:03 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1)
Original commitRevision:327722 
Monday, 16 Sep 2013
08:39 az search for other commits by this committer
- convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
Original commitRevision:327371 
Friday, 6 Sep 2013
22:04 bapt search for other commits by this committer
Attempt to fix building on recent head
Original commitRevision:326554 
Friday, 26 Apr 2013
10:44 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 4)

Approved by:	portmgr (bapt)
Original commitRevision:316596 
Friday, 8 Mar 2013
11:32 bapt search for other commits by this committer
Convert USE_BISON to USES= bison

It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
Original commitRevision:313635 
Friday, 9 Mar 2012
17:14 joerg search for other commits by this committer
Unbreak devel/avr-gcc:

. fix pkg-plist
. mention gettext prerequisite
. use the correct objdump utility

PR:             ports/164874
Submitted by:   Michael Scheidell
Approved by:    portmgr (erwin)
Feature safe:   yes
Original commit
Friday, 30 Dec 2011
19:25 pav search for other commits by this committer
- Mark BROKEN (at least) on amd64: does not package

Reported by:    pointyhat
Original commit
Saturday, 17 Dec 2011
09:56 joerg search for other commits by this committer
Upgrade to GCC 4.5.1.

Completely reorganize the patches for this port.

Patches for new devices are now synchronized with the Atmel AVR tools.
The main difference is the naming scheme, as FreeBSD patches start
with "patch-", while the Atmel AVR Tools patches end up in ".patch".
Original commit
Saturday, 25 Dec 2010
16:55 sunpoet search for other commits by this committer
- Use canonical format for FreeBSD.org MAINTAINER addresses
- Remove obsolete MD5 checksum while I'm here

PR:             ports/152844
Submitted by:   sunpoet (myself)
Approved by:    miwi (with portmgr hat)
Original commit
Friday, 11 Jun 2010
15:09 ale search for other commits by this committer
Chase mpfr library and bump PORTREVISION.
Original commit
Monday, 19 Apr 2010
10:43 ale search for other commits by this committer
Switch to use newer GMP version.

PR:             ports/144487
Submitted by:   ale
Approved by:    portmgr (-exp run by erwin)
Original commit
Monday, 8 Mar 2010
19:53 joerg search for other commits by this committer
Upgrade to GCC 4.3.4, as well as to the patches from WinAVR 20100110
Original commit
Wednesday, 12 Aug 2009
19:27 joerg search for other commits by this committer
Update the Xmega patch.  Among adding support for some newer
Xmega MCU types, this adds an important bugfix for printf & Co.
functions.
Original commit
Sunday, 28 Jun 2009
20:58 joerg search for other commits by this committer
Use the undocumented feature WITHOUT_CPU_CFLAGS rather than MAKE_ENV
to avoid application of the host's CPU architecture options to the
cross-compilation environment.

Found by:       Dominic Fandrey
Original commit
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
Friday, 21 Dec 2007
21:28 joerg search for other commits by this committer
Add plist files forgotten in last update.

Reminded by:    pav
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
Wednesday, 17 Oct 2007
10:13 ade search for other commits by this committer
Migration from bison 1.x to 2.x

PR:             117086
Tested by:      -exp runs
Original commit
Saturday, 8 Sep 2007
00:56 linimon search for other commits by this committer
Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:   gabor
Sponsored by:   Google Summer of Code 2007
Hat:            portmgr
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, 14 Apr 2007
20:10 joerg search for other commits by this committer
Add the Russian message catalog file to pkg-plist.
Original commit
Wednesday, 11 Apr 2007
16:08 joerg search for other commits by this committer
Minor fix for AT90USB* devices.

Submitted by:   Anatoly Sokolov

Also spell-fix `PORTREVISION' *blush*.
Original commit
Monday, 9 Apr 2007
19:29 joerg search for other commits by this committer
Fix pkg-plist after version upgrade.

Reminded by: pointyhat.
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
Tuesday, 10 Oct 2006
10:24 joerg search for other commits by this committer
OK, I bite.  Implement the patch from PR ports/96407, to avoid the
-mcpu=foobar braindeadness.

There's a GCC bug open for this:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25672
so at least, the issue is being dealt with in its origin.

Submitted by:   Alex Mogilnikov <alx@intellectronika.ru>
PR:             ports/96407
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
Thursday, 20 Apr 2006
20:32 joerg search for other commits by this committer
Fix the link specification in the patch so ATmega*P devices will get
their correct -Tdata option passed down.

Submitted by:   Anatoly Sokolov
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
Thursday, 2 Mar 2006
10:51 joerg search for other commits by this committer
Fix the severe bug (faulty code generation) reported in

<http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26118>

by reverting the GCC change that obviously caused it.

Approved by:    portmgr (krion)
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
Tuesday, 15 Nov 2005
06:52 ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
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
20:52 joerg search for other commits by this committer
Oops, a double slash sneaked into the linker spec, causing GCC to
recurse infinitely, until it hit an abort().
Original commit
05:22 joerg search for other commits by this committer
Add back support for the ATmega165.
Original commit
Wednesday, 17 Aug 2005
14:41 joerg search for other commits by this committer
Fix the linker command (in GCC's specs file) for the AT90PWM2/3
controllers.

Approved by:    portmgr (linimon)
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
Tuesday, 12 Apr 2005
03:26 obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Original commit
Monday, 11 Apr 2005
08:04 obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
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
Thursday, 27 Jan 2005
22:56 joerg search for other commits by this committer
Do also set IGNORE when running against a too old version of Perl
where we can't build the docs.

Hinted by:      kris
Original commit
14:50 joerg search for other commits by this committer
Require a sufficiently current Perl to be installed, as opposed to a
sufficiently current version of FreeBSD.

Submitted by:   vs
Original commit
09:51 joerg search for other commits by this committer
Upgrade to GCC version 3.4.3.

Note that I do not longer support FreeBSD 4.x at this point, as their
system-provided Pod::Man is way too old, and I'm tired of rolling that
extra man page tarball.  Software developers can IMHO reasonably be
expected to run some version of FreeBSD 5.x these days.
Original commit
Wednesday, 7 Jul 2004
19:49 joerg search for other commits by this committer
Switch from MASTER_SITE_GNU to MASTER_SITE_GCC; it seems the GNU mirrors
aren't up-to-date for GCC these days.

Also, document the 0b binary constants hack committed a few hours ago.
Original commit
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
Friday, 4 Jun 2004
17:29 ade search for other commits by this committer
Sync with new bsd.autotools.mk
Original commit
Wednesday, 28 Apr 2004
20:53 joerg search for other commits by this committer
Upgrade to GCC 3.4.0.

This also makes the port compile (again) under all 64-bit archs.  For
amd64, patch-ad modifies config.guess to match GCC's expectation of
x86_64.
Original commit
Monday, 29 Mar 2004
07:04 kris search for other commits by this committer
BROKEN on !i386 and !alpha: Does not build
Original commit
Wednesday, 3 Mar 2004
21:23 joerg search for other commits by this committer
Upgrade to version 3.3.2.
Original commit
Wednesday, 4 Feb 2004
04:36 marcus search for other commits by this committer
Add USE_GETTEXT and bump PORTREVISION.

Submitted by:   trevor
Tested by:      bento
Original commit
Friday, 23 Jan 2004
18:12 trevor search for other commits by this committer
Now gettext 0.12.1 is gettext-old.
Original commit
Tuesday, 9 Sep 2003
21:16 joerg search for other commits by this committer
Update this port to the released version 3.3.1 of gcc.

Utilize INFO while i was at it.

Some minor cosmetic issues are still open with this port, but i won't
be able to catch that before the ports freeze.
Original commit
Sunday, 24 Aug 2003
16:46 gerald search for other commits by this committer
Fix COMMENT.

Approved by:    joerg (maintainer)
Original commit
Sunday, 20 Jul 2003
19:35 joerg search for other commits by this committer
Update to a recent snapshot.  Some AVR-related bugs have been fixed since.
Original commit
Sunday, 11 May 2003
19:32 joerg search for other commits by this committer
Update this suite to a current snapshot of gcc 3.3.  Quite a few AVR-related
fixes have been made to gcc recently.
Original commit
Friday, 7 Mar 2003
06:01 ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
Original commit
Monday, 20 Jan 2003
09:32 joerg search for other commits by this committer
Replace my old 16 bit IO register assignment hack by an authoritative
patch by the avr-gcc maintainers.

Bump portrevision for that.
Original commit

Number of commits found: 121 (showing only 100 on this page)

1 | 2  »