6ff9 FreshPorts -- lang/gnat-aux
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
gnat-aux 20130412 lang on this many watch lists=1 search for ports that depend on this port
GNAT Ada compiler based on GCC 4.6
Maintained by: draco@marino.st search for ports maintained by this maintainer
Port Added: 15 Feb 2011 07:33:01
License: not specified in port


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/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

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

Required To Build:
  1. devel/gmake
  2. lang/perl5.14
Required Libraries:
  1. math/gmp
  2. math/mpfr
  3. math/mpc
  4. converters/libiconv

This port is required by:

for Build

To install the port: cd /usr/ports/lang/gnat-aux/ && make install clean
To add the package: pkg_add -r gnat-aux


Configuration Options
===> The following configuration options are available for gnat-aux-20130412:
     ADA=on: Build Ada language
     CXX=on: Build C++ language
     FORT=on: Build Fortran language
     OBJC=on: Build Objective-C language
     TESTSUITE=off: Activate test support
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.dti.ad.jp/pub/lang/gcc/releases/gcc-4.6.4/
  3. ftp://ftp.funet.fi/pub/mirrors/sources.redhat.com/pub/gcc/releases/gcc-4.6.4/
  4. ftp://ftp.gwdg.de/pub/misc/gcc/releases/gcc-4.6.4/
  5. ftp://ftp.iij.ad.jp/pub/gnu/gnu/gcc/releases/gcc-4.6.4/
  6. ftp://ftp.irisa.fr/pub/mirrors/gcc.gnu.org/gcc/releases/gcc-4.6.4/
  7. ftp://ftp.lip6.fr/pub/gcc/releases/gcc-4.6.4/
  8. ftp://ftp.mirrorservice.org/sites/sourceware.org/pub/gcc/releases/gcc-4.6.4/
  9. ftp://ftp.mpi-sb.mpg.de/pub/gnu/mirror/gcc.gnu.org/pub/gcc/releases/gcc-4.6.4/
  10. ftp://ftp.nctu.edu.tw/computer-languages/C/gcc/releases/gcc-4.6.4/
  11. ftp://ftp.nluug.nl/mirror/languages/gcc/releases/gcc-4.6.4/
  12. ftp://ftp.ntua.gr/pub/gnu/gcc/releases/gcc-4.6.4/
  13. ftp://ftp.uvsq.fr/pub/gcc/releases/gcc-4.6.4/
  14. ftp://gcc.gnu.org/pub/gcc/releases/gcc-4.6.4/
  15. ftp://mirror.aarnet.edu.au/pub/gnu/gcc/releases/gcc-4.6.4/
  16. ftp://mirrors.laffeycomputer.com/pub/gcc.gnu.org/pub/gcc/releases/gcc-4.6.4/
  17. http://ftp.cs.pu.edu.tw/Linux/sourceware/gcc/releases/gcc-4.6.4/
  18. http://gd.tuwien.ac.at/gnu/sourceware/gcc/releases/gcc-4.6.4/
  19. http://mirrors.kernel.org/sources.redhat.com/gcc/releases/gcc-4.6.4/

Number of commits found: 14

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
02 May 2013 13:20:36
Original commit files touched by this commit  20130412
bapt search for other commits by this committer
Fix conversion typos
02 May 2013 12:34:13
Original commit files touched by this commit  20130412
bapt search for other commits by this committer
Fix typo
30 Apr 2013 12:38:52
Original commit files touched by this commit  20130412
bapt search for other commits by this committer
Base gnat on new 4.6.4 version of gcc
Sync gnat-aux with changes from gcc-aux
Convert to new options framework
Switch to dynamic plist
No more install libiberty.a for gnatdroid*

PR:		ports/173412
Reported by:	Jinsong Zhao <jszhao@yeah.net>
Submitted by:	John Marino <draco@marino.st> (maintainer)
27 Apr 2013 22:09:15
Original commit files touched by this commit  20120301_1
bapt search for other commits by this committer
Convert the last USE_ICONV to USES=iconv
08 Aug 2012 06:54:57
Original commit files touched by this commit  20120301_1
culot search for other commits by this committer
- Update patches to fix exception handling on amd64/FreeBSD 9+
- Bump portrevision

PR:		ports/170440
Submitted by:	John Marino <draco@marino.st> (maintainer)
09 Apr 2012 11:28:22
Original commit files touched by this commit  20120301
culot search for other commits by this committer
- 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
12 Jan 2012 14:24:37
Original commit files touched by this commit  20111026
culot search for other commits by this committer
- 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)
12 Sep 2011 17:16:58
Original commit files touched by this commit  20110627_1
culot search for other commits by this committer
- 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)
24 Jul 2011 10:52:53
Original commit files touched by this commit  20110627
culot search for other commits by this committer
- Fix compilation on 9.0 [1]
- Mark MAKE_JOBS_SAFE

Reported by:    pav@ [1]
Fixed by:       John Marino <draco@marino.st> (maintainer, via email)
16 Jul 2011 05:29:51
Original commit files touched by this commit  20110627
linimon search for other commits by this committer
Spell ONLY_FOR_ARCHS correctly.
15 Jul 2011 13:58:31
Original commit files touched by this commit  20110627
culot search for other commits by this committer
- Update to 20110627 (corresponding to gcc4.6.1 release)

PR:             ports/158938
Submitted by:   John Marino <draco@marino.st> (maintainer)
27 Apr 2011 11:15:39
Original commit files touched by this commit  20110325
culot search for other commits by this committer
- Update to 20110325 [1]
- Pet portlint(1) by removing trailing spaces

PR:             ports/156541 [1]
Submitted by:   John Marino <freebsdml@marino.st> (maintainer)
18 Feb 2011 00:15:54
Original commit files touched by this commit  20110107
wen search for other commits by this committer
- Fix fetch on amd64 platform

Reported by:    pointyhat
15 Feb 2011 07:32:50
Original commit files touched by this commit  20110107
wen search for other commits by this committer
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>

Number of commits found: 14

2828
Login
User Login
Create account

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

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsJun 19
otrsJun 19
apache-xml-security-cJun 18
linux-f10-flashplugin10*Jun 18
linux-f10-flashplugin11*Jun 18
tor-develJun 16
dbusJun 13
owncloudJun 11
php5Jun 07
php53Jun 07
phpmyadminJun 05
telepathy-gabbleJun 05
chromiumJun 04
chromiumJun 04
libdmxJun 04

9 vulnerabilities affecting 12 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 24569
Broken 187
Deprecated 454
Ignore 561
Forbidden 0
Restricted 288
No CDROM 110
Vulnerable 19
Expired 48
Set to expire 439
Interactive 33
new 24 hours 1
new 48 hours8
new 7 days28
new fortnight85
new month173

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