NOTICE: This package has been removed from pkgsrc

./lang/gcc3-c, GNU Compiler Collection, v3 - C compiler

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


Branch: CURRENT, Version: 3.3.6nb2, Package name: gcc3-c-3.3.6nb2, Maintainer: pkgsrc-users

The GNU Compiler Collection (GCC) version 3.x.

This package includes support for compiling the C language.


Required to run:
[devel/binutils]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

SHA1: 2cc43978bb09af6c2ccfdf74797d10d7cc2596fb
RMD160: b32c7a08c690857f0ac52dda3deb47cf5775d967
Filesize: 23410.56 KB

Version history: (Expand)


CVS history: (Expand)


   2021-10-08 18:38:32 by Nia Alarie | Files touched by this commit (46) | Package removed
Log message:
lang: Remove gcc3.
   2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575)
Log message:
*: recursive bump for perl 5.34
   2020-05-13 07:02:08 by Roland Illig | Files touched by this commit (2)
Log message:
lang/gcc3*: suppress USE_TOOLS+=perl warning
   2019-11-03 20:04:09 by Roland Illig | Files touched by this commit (159)
Log message:
lang: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
   2018-01-07 14:04:44 by Roland Illig | Files touched by this commit (583)
Log message:
Fix indentation in buildlink3.mk files.

The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.

There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
   2015-03-21 02:17:08 by Tobias Nygren | Files touched by this commit (1)
Log message:
Fix build on MKGCC=no systems
   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.
   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.