NOTICE: This package has been removed from pkgsrc

./lang/gcc-ssp, GNU Compiler Collection with Stack-smashing protection

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


Branch: CURRENT, Version: 2.95.3.13nb4, Package name: gcc-ssp-2.95.3.13nb4, 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*.

---
Stack-smashing protection

This gcc supports runtime stack-smashing protection. An
executables compiled with -fstack-protector flag are protected
from buffer-overflow attacks.

It can not compile the NetBSD kernel easily at this moment.


Required to build:
[devel/gmake]

Master sites: (Expand)

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

Version history: (Expand)


CVS history: (Expand)


   2010-02-10 18:11:37 by Joerg Sonnenberger | Files touched by this commit (7) | Package removed
Log message:
Retire gcc-ssp.
   2009-06-15 00:58:11 by Joerg Sonnenberger | Files touched by this commit (129)
Log message:
Remove @dirrm related logic.
   2009-06-14 20:03:45 by Joerg Sonnenberger | Files touched by this commit (167)
Log message:
Remove @dirrm entries from PLISTs
   2008-05-26 04:13:26 by Joerg Sonnenberger | Files touched by this commit (274)
Log message:
Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.
   2007-06-13 00:00:39 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Doesn't support TLS and is therefore pretty much useless on DragonFly.
   2006-09-27 17:46:11 by David Brownlee | Files touched by this commit (6)
Log message:
Set MAKE_ENV+=SHELL=${CONFIG_SHELL} for all gcc packages. Fixes SHELL set
to non sh compatible shell in environment. Thanks to Georg Schwarz.
   2006-07-27 20:48:04 by Johnny C. Lam | Files touched by this commit (32)
Log message:
Rename "SITES_* to "SITES.*" for file-specific lists of sites \ 
from which
to fetch the file.  This completes the renaming described in revision
1.1799 of bsd.pkg.mk.
   2006-03-20 19:15:39 by Johnny C. Lam | Files touched by this commit (39)
Log message:
* Nuke all references to and definitions of INFO_DIR in package Makefiles
  and replace with appropriate references to PKGINFODIR instead.

* Properly account for split info files during installation.

* Move info file listings directly into the package PLISTs.

This fixes info-file-related PLIST problems.