summaryrefslogtreecommitdiff
path: root/lang/gcc-ssp
AgeCommit message (Collapse)AuthorFilesLines
2004-02-19gcc 2.95 does not support the x86_64 architecture.kristerw1-1/+2
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-02Synchronize patches with lang/gcc. Fixes build on -current. PKGREVISION++cjep2-3/+4
2003-11-25Make this patch be more selective so that this package will workdmcmahill1-2/+2
on NetBSD/alpha versions 1.6 and newer. Previously, this package only worked on pre-1.6. Fixes problems noted in recent bulk builds.
2003-09-01whitespace fixescjep1-3/+3
2003-08-09Make this package looking more like the other gcc packages.seb6-623/+92
Most user visible change is: this version of gcc is now installed in its own directory hierachy. Else and among other things: - remove build dependency on bison. - install info files. - remove per OPSYS PLISTs. - example mk file style changed to match with other gcc packages. - ... Bump PKGREVISION.
2003-07-22Regen after gcc patch updatesjmc1-4/+3
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-06style nits. use CC:M*gcc* to match any gcc, as per other packages.grant1-7/+6
2003-07-06set GCC_VERSION for use in GCC_ARCHDIR. remove a superfluous commentgrant1-2/+2
about GCC_PREFIX. XXX why is GCC_PREFIX ${PREFIX}/gcc3 ?
2003-06-24regenjmc1-4/+4
2003-06-19Add checksums for patch-a{f,g,h}.wiz1-1/+4
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-11It's CUT for cut, not CAT.....jmc1-2/+2
2003-04-27Use ${SED}, ${CUT}, ${TRUE} and ${ECHO}.cjep1-8/+8
2003-04-10make usage of pax more consistent, use -O to bomb on broken archivesgrant1-2/+2
(suggested by lukem), group z, r and f flags. some whitespace cleanup.
2003-04-10make ${PAX} usage consistent:grant1-2/+1
- group 'zrw' and 'p' args, -s last - use the && operator consistently - strip unneeded parens - some whitespace cleanup
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