summaryrefslogtreecommitdiff
path: root/lang/gcc-ssp
AgeCommit message (Collapse)AuthorFilesLines
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2002-11-12Sync with lang/gcc.kent1-1/+3
2002-10-22Update to 2.95.3-13kent2-7/+7
- Improve 64bit architecture support
2002-10-20Prefer pax to GNU tar. By Greg A. Woods in PR 18719.wiz1-2/+2
2002-10-16Update to 2.95.3-12kent2-12/+11
Changes: - add protection for alloca() - fix a problem on m68k Remove NOT_FOR_PLATFORM temporarily. If we have build error on a platform, lang/gcc also has the same error and patches for lang/gcc should be improved. If protection check in post-build fails, it is a problem in the ssp patch, we should tell the ssp author the problem, and add the platform to NOT_FOR_PLATFORM.
2002-10-06fix PLISTdmcmahill2-5/+7
2002-10-05sync with most recent lang/gcc updates. Problem noted in PR 18545dmcmahill2-6/+8
filed by Greg Woods.
2002-09-24Complete standardization of messages according to latest pkglint.wiz2-6/+6
2002-08-17fix after last lang/gcc update. Tested on 1.5.3 sparc.dmcmahill3-72/+10
2002-07-13Fix build problem on Solaris.kent2-12/+14
The fix was provided by minoura@netbsd.org
2002-05-14Replace STRIPFLAG with _STRIPFLAG_CC to fix pkg/15467.yyamano1-2/+2
2002-04-05Update the ssp patch to 2.95.3-5.kent2-9/+9
Change in 2.95.3-5: - Some fixes at the copying arguments More concretely, a problem at compilation of src/usr.sbin/pppd/pppd/eui64.c is solved.
2002-03-29Update ssp patch to 2.95.3-4.kent4-139/+139
- Support mips.
2002-03-28Sync with lang/gcc.kent3-93/+94
2002-03-05Don't compile on powerpc, gcc needs help out of the box for netbsd/powerpc.jmc1-2/+4
2002-02-16Add missing sparc/netbsd-elf-common.h.kent1-2/+3
2002-01-04Bump to 2.95.3 to synchronize with lang/gcc.kent3-191/+145
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf1-2/+3
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-3/+3
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-07-04-fstack-protector is enabled by default.kent2-7/+6
Build with `make bootstrap.'
2001-06-30Update for the extension patch released at 29 Jun 2001, which fixes bugskent7-349/+373
for sparc and mipsEEel. Change installation directory: ${LOCALBASE}/gcc-ssp-2.95.2 -> ${LOCALBASE}/gcc-ssp Change name of make configuration file: gcc-ssp-2.95.2.mk -> gcc-ssp.mk Comment ONLY_FOR_PLATFORM out, and add NOT_FOR_PLATFORM. Add a test of stack-protection.
2001-05-22New 'gcc with stack-smashing protection' package.kent9-0/+813