Commit graph

9 commits

Author SHA1 Message Date
Frederic Culot
d9e8e76c4a - Update patches to fix exception handling on amd64/FreeBSD 9+
- Bump portrevision

PR:		ports/170440
Submitted by:	John Marino <draco@marino.st> (maintainer)
2012-08-08 06:54:57 +00:00
Frederic Culot
75934f90db - Update to 20120301 (corresponding to gcc 4.6.3)
- Split off Makefile.common fragment for use in lang/gnatdroid-arm* ports

Maintainer note:
- Ada tasking is broken on FreeBSD-9+ and has always been but a testsuite
run didn't reveal this until recently. Due to a new panic assertion added
to the thread library, exiting tasks now abort with the message "thread
exits with resources held!". A significant attempt was made to patch GNAT
to release thread resources on exiting tasks, but the code is highly
complex and the attemps are not yes successful.

PR:		ports/166718
Submitted by:	John Marino <draco@marino.st> (maintainer)
Feature safe:	yes
2012-04-09 11:28:22 +00:00
Frederic Culot
95b7a19396 - Update to 20111026 (corresponding to gcc 4.6.2)
- Set default options to build all five languages (Ada, C, C++, ObjC, Fortran)

Maintainer notes:
- Previously GNAT-Aux was built from a custom tarball provided by dragonlace.net.
Now real gcc source tarballs are used, and then patched.
- The standard patch mechanism is not used. Composite diff files generated and
provided by dragonlace.net are applied as needed.
- This sets the stage to sync GNAT-Aux with gcc 4.7.0 when its released.

PR:		ports/163914
Submitted by:	John Marino <draco@marino.st> (maintainer)
2012-01-12 14:24:37 +00:00
Frederic Culot
7107582dc7 - Add patches to implement run-time symbolic traceback support
(without it programs requiring this traceback fail to link)
- Bump PORTREVISION

PR:		ports/160616
Submitted by:	John Marino <draco@marino.st> (maintainer)
2011-09-12 17:16:58 +00:00
Frederic Culot
98c45ac7a7 - Fix compilation on 9.0 [1]
- Mark MAKE_JOBS_SAFE

Reported by:	pav@ [1]
Fixed by:	John Marino <draco@marino.st> (maintainer, via email)
2011-07-24 10:52:53 +00:00
Mark Linimon
9dbc4a83ee Spell ONLY_FOR_ARCHS correctly. 2011-07-16 05:29:51 +00:00
Frederic Culot
d803eb8773 - Update to 20110627 (corresponding to gcc4.6.1 release)
PR:		ports/158938
Submitted by:	John Marino <draco@marino.st> (maintainer)
2011-07-15 13:58:30 +00:00
Frederic Culot
87a554ee13 - Update to 20110325 [1]
- Pet portlint(1) by removing trailing spaces

PR:		ports/156541 [1]
Submitted by:	John Marino <freebsdml@marino.st> (maintainer)
2011-04-27 11:15:39 +00:00
Wen Heping
99d52a0079 GNAT AUX is based on the trunk version of Free Software Foundation's GNU
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>
2011-02-15 07:32:50 +00:00