NOTICE: This package has been removed from pkgsrc

./lang/gcc34-ada, This is the gcc 3.4 Ada compiler

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 3.4.6nb1, Package name: gcc34-ada-3.4.6nb1, Maintainer: shannonjr

This is the Ada compiler from the gcc 3.4 compiler suite.

This package has a test target. For testing (only), this
package requires dejagnu. As part of the tests, acats
(the Ada compiler validation suite) is run.


Required to run:
[devel/binutils]

Required to build:
[devel/gmake]

Master sites: (Expand)

SHA1: 97b290fdc572c8e490b3b39f243e69bacad23c2b
RMD160: b15003368cedc7964f6ceaee0c39ddc43a46c442
Filesize: 27532.618 KB

Version history: (Expand)


CVS history: (Expand)


   2012-08-14 19:07:58 by Aleksej Saushev | Files touched by this commit (19)
Log message:
Mark packages with no staged installation support explicitly \ 
(PKG_DESTDIR_SUPPORT=none).
   2012-05-07 03:54:16 by David A. Holland | Files touched by this commit (473)
Log message:
Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
   2011-04-22 15:45:23 by OBATA Akio | Files touched by this commit (2234)
Log message:
recursive bump from gettext-lib shlib bump.
   2009-09-20 16:41:52 by Georg Schwarz | Files touched by this commit (3)
Log message:
corrected HOMEPAGE URL (old URL no longer exists)
   2009-06-15 00:58:11 by Joerg Sonnenberger | Files touched by this commit (129)
Log message:
Remove @dirrm related logic.
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
   2007-10-09 21:19:17 by Martti Kuparinen | Files touched by this commit (44)
Log message:
Remove trailing spaces.
   2007-01-17 04:11:19 by Roland Illig | Files touched by this commit (20)
Log message:
Renamed BUILDLINK_TRANSFORM.* to BUILDLINK_FNAME_TRANSFORM.*, to make
clear that these variables are completely unrelated to
BUILDLINK_TRANSFORM.

Added a legacy check that catches appearances of BUILDLINK_TRANSFORM.*.

XXX: Where should incompatible changes in pkgsrc be documented?