aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gnat-aux
Commit message (Collapse)AuthorAgeFilesLines
* - Add patches to implement run-time symbolic traceback supportculot2011-09-134-17/+551
| | | | | | | | (without it programs requiring this traceback fail to link) - Bump PORTREVISION PR: ports/160616 Submitted by: John Marino <draco@marino.st> (maintainer)
* - Fix compilation on 9.0 [1]culot2011-07-241-0/+7
| | | | | | | - Mark MAKE_JOBS_SAFE Reported by: pav@ [1] Fixed by: John Marino <draco@marino.st> (maintainer, via email)
* Spell ONLY_FOR_ARCHS correctly.linimon2011-07-161-1/+1
|
* - Update to 20110627 (corresponding to gcc4.6.1 release)culot2011-07-152-6/+5
| | | | | PR: ports/158938 Submitted by: John Marino <draco@marino.st> (maintainer)
* - Update to 20110325 [1]culot2011-04-273-33/+75
| | | | | | | - Pet portlint(1) by removing trailing spaces PR: ports/156541 [1] Submitted by: John Marino <freebsdml@marino.st> (maintainer)
* - Fix fetch on amd64 platformwen2011-02-181-0/+2
| | | | Reported by: pointyhat
* GNAT AUX is based on the trunk version of Free Software Foundation's GNUwen2011-02-154-0/+236
Compiler Collection. It carries with it the GMGPL license, the modified version of the GPL that exempts generic instantiation from resulting in a GPL-licensed executable. This version of GNAT also carries with it the GCC Runtime Library Exception, so the resulting binaries have no licensing requirements. Binaries produced by GNAT AUX should be handled the same as binaries produced by any FSF GNAT compiler. GNAT AUX implements the full Ada-83, Ada-95, and Ada-2005 language standards. It also implements some features of the draft Ada-2012 standard, which are optionally accessible via the -gnat2012 switch or Ada_2012 pragma. WWW: http://www.dragonlace.net/ PR: ports/153828 Submitted by: John Marino <freebsdml@marino.st>