summaryrefslogtreecommitdiff
path: root/lang/gcc-ssp
AgeCommit message (Collapse)AuthorFilesLines
2006-09-27Set MAKE_ENV+=SHELL=${CONFIG_SHELL} for all gcc packages. Fixes SHELL setabs1-1/+2
to non sh compatible shell in environment. Thanks to Georg Schwarz.
2006-07-27Rename "SITES_* to "SITES.*" for file-specific lists of sites from whichjlam1-2/+2
to fetch the file. This completes the renaming described in revision 1.1799 of bsd.pkg.mk.
2006-03-20* Nuke all references to and definitions of INFO_DIR in package Makefilesjlam2-5/+11
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.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-3/+3
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-4/+4
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-11-09NOT_FOR_PLATFORM Interix.tv1-2/+2
2005-09-28Removed trailing white-space.rillig1-4/+4
2005-06-24Prevent paths to the build directories from being included in the package.kristerw1-2/+5
Bump PKGREVISION.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digestsagc1-1/+4
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-3/+3
Suggested by Roland Illig, ok'd by various.
2004-05-09Convert to buildlink3.snj1-2/+2
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