1b912 FreshPorts -- devel/avr-gcc
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
avr-gcc 4.5.1_1 devel on this many watch lists=4 search for ports that depend on this port
FSF GCC 4.x for Atmel AVR 8-bit RISC cross-development
Maintained by: joerg@FreeBSD.org search for ports maintained by this maintainer
Port Added: 05 Dec 2000 12:21:03
License: not specified in port


FSF gcc-4.x for Atmel AVR cross-development

Included is the basic C++ compiler, although this is only of limited
use without a libstdc++, and it is little tested.

Supported debugging formats: -gdwarf-2 [default], -gstabs
Local patch added: OS_main attribute

Locally added support for the following AVR devices:

  ATmega32C1, ATmega64C1, ATmega32M1, ATmega64M1
  ATmega16U4, ATmega32U4, ATmega32U6
  ATmega128RFA1
  M3000F, M3000S, M3001B
  AT90SCR100
  ATtiny13A
  ATtiny87, ATtiny167, ATtiny327
  AT90PWM81
  ATxmega64A1, ATxmega128A1, ATxmega64A3, ATxmega128A3, ATxmega256A3,
  ATxmega256A3B

WWW: http://gcc.gnu.org/
WWW: http://www.nongnu.org/avr-libc/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/avr-binutils
  2. devel/avr-binutils
  3. devel/bison
  4. devel/gmake
  5. lang/perl5.14
Required To Run:
  1. devel/avr-binutils
  2. devel/avr-binutils
Required Libraries:
  1. math/mpfr
  2. math/gmp
  3. math/mpc
  4. devel/gettext

This port is required by:

for Build for Run

To install the port: cd /usr/ports/devel/avr-gcc/ && make install clean
To add the package: pkg_add -r avr-gcc


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.dti.ad.jp/pub/lang/gcc/releases/gcc-4.5.1/
  3. ftp://ftp.funet.fi/pub/mirrors/sources.redhat.com/pub/gcc/releases/gcc-4.5.1/
  4. ftp://ftp.gwdg.de/pub/misc/gcc/releases/gcc-4.5.1/
  5. ftp://ftp.iij.ad.jp/pub/gnu/gnu/gcc/releases/gcc-4.5.1/
  6. ftp://ftp.irisa.fr/pub/mirrors/gcc.gnu.org/gcc/releases/gcc-4.5.1/
  7. ftp://ftp.lip6.fr/pub/gcc/releases/gcc-4.5.1/
  8. ftp://ftp.mirrorservice.org/sites/sourceware.org/pub/gcc/releases/gcc-4.5.1/
  9. ftp://ftp.mpi-sb.mpg.de/pub/gnu/mirror/gcc.gnu.org/pub/gcc/releases/gcc-4.5.1/
  10. ftp://ftp.nctu.edu.tw/computer-languages/C/gcc/releases/gcc-4.5.1/
  11. ftp://ftp.nluug.nl/mirror/languages/gcc/releases/gcc-4.5.1/
  12. ftp://ftp.ntua.gr/pub/gnu/gcc/releases/gcc-4.5.1/
  13. ftp://ftp.uvsq.fr/pub/gcc/releases/gcc-4.5.1/
  14. ftp://gcc.gnu.org/pub/gcc/releases/gcc-4.5.1/
  15. ftp://mirror.aarnet.edu.au/pub/gnu/gcc/releases/gcc-4.5.1/
  16. ftp://mirrors.laffeycomputer.com/pub/gcc.gnu.org/pub/gcc/releases/gcc-4.5.1/
  17. http://ftp.cs.pu.edu.tw/Linux/sourceware/gcc/releases/gcc-4.5.1/
  18. http://gd.tuwien.ac.at/gnu/sourceware/gcc/releases/gcc-4.5.1/
  19. http://mirrors.kernel.org/sources.redhat.com/gcc/releases/gcc-4.5.1/
Port Moves
  • port moved here from devel/avr-gcc-devel on 2009-06-11
    REASON: AVR-GCC 4.3.x becomes the default version

Number of commits found: 90

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
26 Apr 2013 10:44:29
Original commit files touched by this commit  4.5.1_1
ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 4)

Approved by:	portmgr (bapt)
29 Mar 2013 21:20:37
Original commit files touched by this commit  4.5.1_1
pawel search for other commits by this committer
Fix build with clang

PR:		ports/176961
Submitted by:	myself
Approved by:	maintainer timeout
08 Mar 2013 11:32:12
Original commit files touched by this commit  4.5.1_1
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
09 Mar 2012 17:14:15
Original commit files touched by this commit  4.5.1_1
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
30 Dec 2011 19:25:08
Original commit files touched by this commit  4.5.1
pav search for other commits by this committer
- Mark BROKEN (at least) on amd64: does not package

Reported by:    pointyhat
17 Dec 2011 09:56:31
Original commit files touched by this commit  4.5.1
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".
25 Dec 2010 16:55:41
Original commit files touched by this commit  4.3.4_2
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)
11 Jun 2010 15:09:45
Original commit files touched by this commit  4.3.4_2
ale search for other commits by this committer
Chase mpfr library and bump PORTREVISION.
19 Apr 2010 10:43:43
Original commit files touched by this commit  4.3.4_1
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)
08 Mar 2010 19:53:45
Original commit files touched by this commit  4.3.4
joerg search for other commits by this committer
Upgrade to GCC 4.3.4, as well as to the patches from WinAVR 20100110
12 Aug 2009 19:36:53
Original commit files touched by this commit  4.3.2_2
joerg search for other commits by this committer
Yet another forgotten line, sigh.
12 Aug 2009 19:34:44
Original commit files touched by this commit  4.3.2_2
joerg search for other commits by this committer
Add two entries I forgot previously.
12 Aug 2009 19:27:23
Original commit files touched by this commit  4.3.2_2
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.
28 Jun 2009 20:58:46
Original commit files touched by this commit  4.3.2_1
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
11 Jun 2009 21:39:08
Original commit files touched by this commit  4.3.2
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.)
21 Dec 2007 21:28:25
Original commit files touched by this commit  4.2.2_2
joerg search for other commits by this committer
Add plist files forgotten in last update.

Reminded by:    pav
20 Dec 2007 06:43:20
Original commit files touched by this commit  4.2.2_1
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.
28 Oct 2007 10:01:30
Original commit files touched by this commit  4.2.2
joerg search for other commits by this committer
Upgrade to GCC 4.2.2
17 Oct 2007 10:13:01
Original commit files touched by this commit  4.1.2_4
ade search for other commits by this committer
Migration from bison 1.x to 2.x

PR:             117086
Tested by:      -exp runs
08 Sep 2007 00:56:04
Original commit files touched by this commit  4.1.2_3
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
23 Jun 2007 21:30:40
Original commit files touched by this commit  4.1.2_3
joerg search for other commits by this committer
Add device support for ATmega8HVA/ATmega16HVA.

Change AT90USB82 from avr5 to avr5.
14 Apr 2007 20:10:19
Original commit files touched by this commit  4.1.2_2
joerg search for other commits by this committer
Add the Russian message catalog file to pkg-plist.
11 Apr 2007 16:08:18
Original commit files touched by this commit  4.1.2_1
joerg search for other commits by this committer
Minor fix for AT90USB* devices.

Submitted by:   Anatoly Sokolov

Also spell-fix `PORTREVISION' *blush*.
09 Apr 2007 19:29:26
Original commit files touched by this commit  4.1.2
joerg search for other commits by this committer
Fix pkg-plist after version upgrade.

Reminded by: pointyhat.
07 Apr 2007 05:37:51
Original commit files touched by this commit  4.1.2
joerg search for other commits by this committer
Upgrade to GCC 4.1.2.

Add support for AT90PWM1, ATmega32[59]0?P, AT90USB82/162.
10 Oct 2006 10:24:51
Original commit files touched by this commit  4.1.1_1
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
08 Oct 2006 21:25:51
Original commit files touched by this commit  4.1.1
joerg search for other commits by this committer
Change private hack into @dirrmtry.
06 Oct 2006 20:43:57
Original commit files touched by this commit  4.1.1
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).
05 Oct 2006 21:56:21
Original commit files touched by this commit  3.4.6_2
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.
20 Apr 2006 20:32:16
Original commit files touched by this commit  3.4.6_2
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
19 Apr 2006 10:48:48
Original commit files touched by this commit  3.4.6_1
joerg search for other commits by this committer
Rename ATmega164/324 to ATmega164P/324P, add support for ATmega644P,
ATmega165P, and ATmega169P.
19 Mar 2006 22:38:09
Original commit files touched by this commit  3.4.6
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).
02 Mar 2006 10:51:55
Original commit files touched by this commit  3.4.5_2
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)
22 Jan 2006 08:30:12
Original commit files touched by this commit  3.4.5_1
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
04 Jan 2006 23:17:26
Original commit files touched by this commit  3.4.5_1
joerg search for other commits by this committer
Add support for ATtiny261/461/861.
14 Dec 2005 22:42:16
Original commit files touched by this commit  3.4.5
joerg search for other commits by this committer
Upgrade to GCC 3.4.5, and add support for ATtiny24/44/84 devices.
15 Nov 2005 06:52:12
Original commit files touched by this commit  3.4.4_5
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.
04 Nov 2005 20:51:33
Original commit files touched by this commit  3.4.4_5
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.
12 Sep 2005 22:03:43
Original commit files touched by this commit  3.4.4_4
joerg search for other commits by this committer
Add support for the ATmega640/1280/1281 family.
01 Sep 2005 20:52:39
Original commit files touched by this commit  3.4.4_3
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().
01 Sep 2005 05:22:23
Original commit files touched by this commit  3.4.4_2
joerg search for other commits by this committer
Add back support for the ATmega165.
17 Aug 2005 14:41:02
Original commit files touched by this commit  3.4.4_1
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)
01 Aug 2005 13:48:52
Original commit files touched by this commit  3.4.4
joerg search for other commits by this committer
Remove a superfluous part of a patch (patching a .orig file resulting from
a previous patch).

No PORTREVISION bump as the resulting binaries are identical.
30 Jul 2005 21:28:49
Original commit files touched by this commit  3.4.4
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.)
12 Apr 2005 03:26:57
Original commit files touched by this commit  3.4.3_1
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
11 Apr 2005 08:04:41
Original commit files touched by this commit  3.4.3_1
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'.
10 Mar 2005 21:14:44
Original commit files touched by this commit  3.4.3_1
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).
27 Jan 2005 22:56:11
Original commit files touched by this commit  3.4.3
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
27 Jan 2005 14:50:58
Original commit files touched by this commit  3.4.3
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
27 Jan 2005 09:51:36
Original commit files touched by this commit  3.4.3
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.
27 Dec 2004 15:47:51
Original commit files touched by this commit  3.4.1
joerg search for other commits by this committer
Fix pkg-plist.  (Remove two shared directories.)
07 Jul 2004 19:49:07
Original commit files touched by this commit  3.4.1
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.
07 Jul 2004 11:29:23
Original commit files touched by this commit  3.4.1
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.
04 Jun 2004 17:29:38
Original commit files touched by this commit  3.4.0
ade search for other commits by this committer
Sync with new bsd.autotools.mk
28 Apr 2004 20:53:34
Original commit files touched by this commit  3.4.0
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.
29 Mar 2004 07:04:47
Original commit files touched by this commit  3.3.2
kris search for other commits by this committer
BROKEN on !i386 and !alpha: Does not build
03 Mar 2004 21:23:30
Original commit files touched by this commit  3.3.2
joerg search for other commits by this committer
Upgrade to version 3.3.2.
04 Feb 2004 04:36:30
Original commit files touched by this commit  3.3.1_1
marcus search for other commits by this committer
Add USE_GETTEXT and bump PORTREVISION.

Submitted by:   trevor
Tested by:      bento
23 Jan 2004 18:12:26
Original commit files touched by this commit  3.3.1
trevor search for other commits by this committer
Now gettext 0.12.1 is gettext-old.
09 Sep 2003 21:16:21
Original commit files touched by this commit  3.3.1
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.
24 Aug 2003 16:46:06
Original commit files touched by this commit  3.3.2003.07.07
gerald search for other commits by this committer
Fix COMMENT.

Approved by:    joerg (maintainer)
20 Jul 2003 19:35:27
Original commit files touched by this commit  3.3.2003.07.07
joerg search for other commits by this committer
Update to a recent snapshot.  Some AVR-related bugs have been fixed since.
11 May 2003 19:32:20
Original commit files touched by this commit  3.3.2003.05.11
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.
07 Mar 2003 06:01:16
Original commit files touched by this commit  3.3.2003.01.08_1
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.
20 Jan 2003 09:32:48
Original commit files touched by this commit  3.3.2003.01.08_1
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.
08 Jan 2003 22:44:41
Original commit files touched by this commit  3.3.2003.01.08
joerg search for other commits by this committer
Update to a more recent snapshot, now taken from gcc's 3.3 branch instead
of the head of CVS.
28 Nov 2002 18:05:49
Original commit files touched by this commit  3.3.2002.10.01
sobomax search for other commits by this committer
Use USE_PERL5_BUILD where appropriate, instead of hardcoding
${PORTSDIR}/lang/perl5 as a dependency.

Sponsored by:   Porta Software Ltd
Approved by:    portmgr
10 Oct 2002 10:47:28
Original commit files touched by this commit  3.3.2002.10.01
joerg search for other commits by this committer
Add the forgotten dependency to gettext.  This fixes the complaint
about the incorrect pkg-plist made in rev 1.17.
06 Oct 2002 18:21:41
Original commit files touched by this commit  3.3.2002.10.01
joerg search for other commits by this committer
Update to a recent snapshot.  Among others, this fixes an issue with
the generation of code that fed up recent versions of gas.  The
pseudo-symbol _PC_ is now completely eliminated from the generated
code, and replaced by the location counter `.'.
05 Oct 2002 22:35:02
Original commit files touched by this commit  3.3.2002.09.01
kris search for other commits by this committer
BROKEN: pkg-plist is incorrect
01 Sep 2002 19:46:49
Original commit files touched by this commit  3.3.2002.09.01
joerg search for other commits by this committer
Fix the documentation build process.  We need to depend it on perl.
Since the system's perl in -stable is too old (pod2man), we supply
pregenerated man pages in a separate distfile to help them out.
01 Sep 2002 12:13:57
Original commit files touched by this commit  3.3.2002.09.01
joerg search for other commits by this committer
Update to version 2002.09.01.  Included are a couple of private
patches that were floating through the avr-gcc and avr-libc
mailinglists, just for the time being until they might have been
integrated into gcc's CVS.

Portname changed from dashes in the snap date to dots so portupgrade
doesn't get confused about it.  Thanks to Brian Dean for the hint.
12 Aug 2002 14:04:09
Original commit files touched by this commit  3.3-2002-08-12
joerg search for other commits by this committer
Now that gcc renamed the head of their CVS from 3.2 to 3.3, update this
port since avr-libc-current has avr-gcc 3.3 as their prerequisite.
03 Jul 2002 19:33:43
Original commit files touched by this commit  3.2-2002-06-28
joerg search for other commits by this committer
Forgot to cvs add this patch in the previous commit.  It (finally!) omits
re-installing avr-c++filt which is already present from avr-binutils.
03 Jul 2002 19:20:58
Original commit files touched by this commit  3.2-2002-06-28
joerg search for other commits by this committer
Mega-upgrade of the AVR GNU toolchain, step #2:
Upgrade to a development version of GCC 3.2.  New AVR microcontrollers are
introduced with faster pace than new versions of GCC :), so we need the
development version to support recent AVR chips (like the ATmega 128).

Alas, official GCC snapshot tarballs still track the 3.1.x branch, so i
got to CVS checkout and roll my own tarball.
04 Jun 2002 15:50:33
Original commit files touched by this commit  3.0.1
joerg search for other commits by this committer
Fix packaging list.
10 Oct 2001 18:18:53
files touched by this commit
joerg search for other commits by this committer
Update to gcc 3.0.1.    
12 Aug 2001 21:18:25
files touched by this commit
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.    
12 Aug 2001 17:33:45
files touched by this commit
joerg search for other commits by this committer
Ooops, the PKGNAMEPREFIX got accidentally dropped.    
12 Aug 2001 17:26:45
files touched by this commit
joerg search for other commits by this committer
Another accidental omission from plist.    
12 Aug 2001 16:25:45
files touched by this commit
joerg search for other commits by this committer
Forgot about a couple of stale entries in the plist.    
12 Aug 2001 16:15:21
files touched by this commit
joerg search for other commits by this committer
Upgrade to the released version of gcc 3.0.    
29 Apr 2001 12:20:06
files touched by this commit
joerg search for other commits by this committer
This gcc snapshot requires bison in order to build.    
20 Apr 2001 21:40:14
files touched by this commit
joerg search for other commits by this committer
I forgot to update the master sites accordingly for the gcc snapshot   location.
 Current list stolen from lang/gcc-devel.    
20 Apr 2001 14:52:29
files touched by this commit
joerg search for other commits by this committer
Upgrade to a development snapshot of gcc-3.  Target `avr' is now   supported
natively, so no external patches needed anymore.    
16 Mar 2001 13:26:28
files touched by this commit
joerg search for other commits by this committer
Finally get the avr-gcc port really compile on the alpha architecture,   by
forcing the CFLAGS to -O -pipe.  Somehow, the alpha build always   tries to
enforce a particular -mcpu=ev4 flag which of course cannot be   understood by
the (AVR) xgcc later on.  This looks to me like a bug in   the cross-compilation
environment of gcc, but i'm tired of actually   finding the bug.    
15 Mar 2001 17:02:30
files touched by this commit
joerg search for other commits by this committer
Crude hack to get all this running on the alpha architecutre as well.   Since
gcc (in the assumption of generating a native compiler) doesn't   want to cbe
configured for an alpha*-*-freebsd* system, we hack the   configure script to
allow this (similarly to netbsd).  In the end, all   this will be ignored anyway
since it's getting to become a   cross-compiler.  
11 Mar 2001 08:37:18
files touched by this commit
joerg search for other commits by this committer
Argl.  USE_AUTOCONF wasn't quite what i actually intented...  Instead,  
manually add the dependency for autoheader(1), but don't have the ports  
infrastructure run `autoconf' (which clobbered the top-level configure  
script).    
10 Mar 2001 20:45:39
files touched by this commit
joerg search for other commits by this committer
Didn't notice before that this port actually uses GNU autoconf...  This   should
fix the port build on bento.    
05 Dec 2000 15:21:03
files touched by this commit
joerg search for other commits by this committer
Atmel AVR cross-development, part #2: the C compiler.    

Number of commits found: 90

2804
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
linux-f10-flashplugin10Aug 14
linux-f10-flashplugin11Aug 14
tor-develJun 16
dbusJun 13
owncloudJun 11
php5Jun 07
php53Jun 07
phpmyadminJun 05
telepathy-gabbleJun 05
chromiumJun 04
chromiumJun 04
libdmxJun 04
libFSJun 04
libGLJun 04
libGLJun 04

11 vulnerabilities affecting 33 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24566
Broken 190
Deprecated 460
Ignore 564
Forbidden 0
Restricted 288
No CDROM 110
Vulnerable 19
Expired 51
Set to expire 445
Interactive 33
new 24 hours 3
new 48 hours10
new 7 days30
new fortnight94
new month175

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0