Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-09-01 | whitespace fixes | cjep | 1 | -3/+3 | |
2003-08-09 | Make this package looking more like the other gcc packages. | seb | 6 | -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-22 | Regen after gcc patch updates | jmc | 1 | -4/+3 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-07-06 | style nits. use CC:M*gcc* to match any gcc, as per other packages. | grant | 1 | -7/+6 | |
2003-07-06 | set GCC_VERSION for use in GCC_ARCHDIR. remove a superfluous comment | grant | 1 | -2/+2 | |
about GCC_PREFIX. XXX why is GCC_PREFIX ${PREFIX}/gcc3 ? | |||||
2003-06-24 | regen | jmc | 1 | -4/+4 | |
2003-06-19 | Add checksums for patch-a{f,g,h}. | wiz | 1 | -1/+4 | |
2003-06-02 | Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. | jschauma | 1 | -2/+2 | |
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust. | |||||
2003-05-11 | It's CUT for cut, not CAT..... | jmc | 1 | -2/+2 | |
2003-04-27 | Use ${SED}, ${CUT}, ${TRUE} and ${ECHO}. | cjep | 1 | -8/+8 | |
2003-04-10 | make usage of pax more consistent, use -O to bomb on broken archives | grant | 1 | -2/+2 | |
(suggested by lukem), group z, r and f flags. some whitespace cleanup. | |||||
2003-04-10 | make ${PAX} usage consistent: | grant | 1 | -2/+1 | |
- group 'zrw' and 'p' args, -s last - use the && operator consistently - strip unneeded parens - some whitespace cleanup | |||||
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2002-11-12 | Sync with lang/gcc. | kent | 1 | -1/+3 | |
2002-10-22 | Update to 2.95.3-13 | kent | 2 | -7/+7 | |
- Improve 64bit architecture support | |||||
2002-10-20 | Prefer pax to GNU tar. By Greg A. Woods in PR 18719. | wiz | 1 | -2/+2 | |
2002-10-16 | Update to 2.95.3-12 | kent | 2 | -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-06 | fix PLIST | dmcmahill | 2 | -5/+7 | |
2002-10-05 | sync with most recent lang/gcc updates. Problem noted in PR 18545 | dmcmahill | 2 | -6/+8 | |
filed by Greg Woods. | |||||
2002-09-24 | Complete standardization of messages according to latest pkglint. | wiz | 2 | -6/+6 | |
2002-08-17 | fix after last lang/gcc update. Tested on 1.5.3 sparc. | dmcmahill | 3 | -72/+10 | |
2002-07-13 | Fix build problem on Solaris. | kent | 2 | -12/+14 | |
The fix was provided by minoura@netbsd.org | |||||
2002-05-14 | Replace STRIPFLAG with _STRIPFLAG_CC to fix pkg/15467. | yyamano | 1 | -2/+2 | |
2002-04-05 | Update the ssp patch to 2.95.3-5. | kent | 2 | -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-29 | Update ssp patch to 2.95.3-4. | kent | 4 | -139/+139 | |
- Support mips. | |||||
2002-03-28 | Sync with lang/gcc. | kent | 3 | -93/+94 | |
2002-03-05 | Don't compile on powerpc, gcc needs help out of the box for netbsd/powerpc. | jmc | 1 | -2/+4 | |
2002-02-16 | Add missing sparc/netbsd-elf-common.h. | kent | 1 | -2/+3 | |
2002-01-04 | Bump to 2.95.3 to synchronize with lang/gcc. | kent | 3 | -191/+145 | |
2001-11-29 | Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in | hubertf | 1 | -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-01 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -3/+3 | |
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -2/+2 | |
2001-09-27 | Mechanical changes to 375 files to change dependency patterns of the form | jlam | 1 | -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. | kent | 2 | -7/+6 | |
Build with `make bootstrap.' | |||||
2001-06-30 | Update for the extension patch released at 29 Jun 2001, which fixes bugs | kent | 7 | -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-22 | New 'gcc with stack-smashing protection' package. | kent | 9 | -0/+813 | |