NOTICE: This package has been removed from pkgsrc

./lang/gcc, GNU Compiler Collection, version 2

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


Branch: CURRENT, Version: 2.95.3nb7, Package name: gcc-2.95.3nb7, Maintainer: pkgsrc-users

This directory contains the GNU Compiler Collection (GCC) version 2.95.
It includes all of the support for compiling C, C++, Objective C, Fortran,
Java, and Chill.

The GNU Compiler Collection is free software. See the file COPYING for copying
permission.

See the file gcc.texi (together with other files that it includes) for
installation and porting information. The file INSTALL contains a
copy of the installation information, as plain ASCII.

See the Bugs chapter of the GCC Manual for how to report bugs
usefully. An online readable version of the manual is in the files
gcc.info*.


Master sites: (Expand)

SHA1: 535d27038d161c0e7c2662702e11a48aa97ef622
RMD160: 2c506b7e80cb2b4d9953f4f9753d581cb885f610
Filesize: 12609.103 KB

Version history: (Expand)


CVS history: (Expand)


   2015-04-25 12:33:29 by Thomas Klausner | Files touched by this commit (46) | Package removed
Log message:
Finish move of lang/gcc to lang/gcc2.
Let me know if I broke something.
   2014-09-06 10:20:29 by Jonathan Perkin | Files touched by this commit (14)
Log message:
Replace all references to _GCC_REQD with the appropriate logical value for
each GCC version.  Using the variable causes impossible version constraints
when a specific GCC is depended upon but the user is using something newer,
as _GCC_REQD will be set to the higher value.
   2014-07-27 06:04:44 by David A. Holland | Files touched by this commit (1)
Log message:
This package (gcc 2.95) doesn't build on NetBSD-6 and up, because the
support for non-compiler-builtin (pre-gcc3) stdarg.h was removed. Mark
the package accordingly instead of having it fail in every build.
   2013-04-06 22:27:30 by Blue Rats | Files touched by this commit (94)
Log message:
Resolves:
"INFO_FILES should be set to YES or yes."
"Packages that install info files should set INFO_FILES."
Makefile and PLIST warning, respectively.
   2012-10-02 22:11:57 by Aleksej Saushev | Files touched by this commit (187)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   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-07-15 10:47:22 by Aleksej Saushev | Files touched by this commit (15)
Log message:
Staged installation support. (Also converts to static packaging list.)
   2010-10-13 00:57:56 by Joerg Sonnenberger | Files touched by this commit (7)
Log message:
At least try to compile with newer GCC.