Age | Commit message (Expand) | Author | Files | Lines |
2003-07-13 | oops, we still want the mk files for non-pkgsrc purposes. unbump | grant | 3 | -4/+12 |
2003-07-13 | greatly simplify the handling of pkgsrc gcc, and eliminate a bug which | grant | 4 | -49/+11 |
2003-07-12 | Add some patches against basesrc gcc implementing the "if-exists" | jtb | 4 | -3/+527 |
2003-07-06 | Ooops I missed this INSTALL script while doing the conversion | seb | 1 | -26/+0 |
2003-07-06 | Reorder a bit so pkglint is happier. | seb | 1 | -4/+5 |
2003-07-06 | No need anymore to specify --infodir=... to configure. | seb | 1 | -6/+3 |
2003-07-06 | set GCC_VERSION for use in GCC_ARCHDIR. remove a superfluous comment | grant | 1 | -2/+3 |
2003-07-04 | Convert to USE_NEW_TEXINFO. | seb | 6 | -141/+7 |
2003-07-04 | Install example mk.conf in package specific directory. | seb | 4 | -14/+17 |
2003-06-24 | Make patches f,g,h work correctly. | jmc | 4 | -13/+13 |
2003-06-05 | add -L${PREFIX}/gcc-2.95.3/lib to LDFLAGS if USE_GCC_SHLIB is defined, | grant | 1 | -2/+2 |
2003-06-02 | Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. | jschauma | 1 | -2/+2 |
2003-05-29 | s/USE_CXX/USE_GCC_SHLIB/ - there are more shared libraries than just | grant | 1 | -5/+5 |
2003-05-28 | grammar fix in comment | grant | 1 | -2/+2 |
2003-05-28 | remove redundant comment | grant | 1 | -2/+1 |
2003-05-27 | on Solaris, install into ${PREFIX}/${PKGNAME_NOREV} as per other | grant | 4 | -338/+8 |
2003-05-27 | add pulling in buildlink includes/libraries from lang/gcc, or gcc3 | grant | 1 | -4/+4 |
2003-05-26 | Remove build-dependency on bison by applying patch from Todd Vierling | jschauma | 1 | -5/+2 |
2003-05-24 | use ${INSTALL_INFO} rather than install-info, so that we don't accidently | jschauma | 4 | -1/+70 |
2003-05-02 | Move the sample mk.conf file to share/examples/gcc/mk.conf, instead of | jmmv | 4 | -11/+16 |
2003-04-14 | only assume GNU toolchain on Linux and BSD and use try to use sane | grant | 1 | -7/+3 |
2003-04-14 | use the bootstrap target unless we know we are using gcc (either by | grant | 1 | -8/+23 |
2003-04-10 | use `gcc -dumpversion' instead of `gcc --version', so this works | grant | 1 | -2/+2 |
2003-03-28 | Remove unnecessary empty lines. | wiz | 1 | -1/+0 |
2003-01-28 | Instead of including bsd.pkg.install.mk directly in a package Makefile, | jlam | 1 | -2/+2 |
2003-01-11 | Mark this NOT_FOR_PLATFORM Darwin. | grant | 1 | -1/+3 |
2002-12-12 | Check if $CC is defined first, next comparison breaks otherwise. | salo | 1 | -2/+2 |
2002-12-05 | use automatic MESSAGE handling. | grant | 1 | -2/+1 |
2002-10-26 | GNU make with its support of micro- and nano-second timestamp and stat(2) | seb | 1 | -14/+16 |
2002-10-22 | Unused. | jlam | 1 | -25/+0 |
2002-10-21 | Pull in diffs from gnusrc/dist/toolchain to allow Sparcs to build | jlam | 3 | -1/+17 |
2002-10-20 | Install ${PREFIX}/etc/${PKGNAME}.mk on SunOS, too. From pkg/18627 by | jlam | 1 | -1/+2 |
2002-10-10 | regen for patch-ac | dmcmahill | 1 | -2/+2 |
2002-10-08 | s/echo/${ECHO}/g | jlam | 1 | -2/+2 |
2002-10-05 | make the libstdc++.so version number the same as the one we ship with netbsd-... | dmcmahill | 3 | -8/+20 |
2002-10-05 | add a reminder that lang/gcc-ssp needs updating when this pkg is updated | dmcmahill | 1 | -1/+3 |
2002-10-01 | Make the following variables publicly readable: | jlam | 1 | -11/+16 |
2002-09-29 | Need to pass the library path to libstdc++.so as well, and only add the | jlam | 1 | -2/+4 |
2002-09-29 | Ensure that the buildlink2 wrappers are found when searching for toolchain | jlam | 1 | -12/+15 |
2002-09-27 | The sophisticated version checking was working, but symlinking files into | jlam | 1 | -23/+26 |
2002-09-27 | Create a buildlink2.mk file for lang/gcc. Aside from the usual tunable | jlam | 1 | -0/+88 |
2002-09-27 | Use bsd.pkg.install.mk, correct the PLISTs to refer to ${PKGNAME}.mk | jlam | 5 | -96/+87 |
2002-09-27 | Use ${BASENAME} instead of "basename", and fix a typo. | jlam | 1 | -5/+5 |
2002-09-09 | - pull in the last bit of changes to sync this up with the netbsd-1-6-RELEASE | dmcmahill | 7 | -14/+49 |
2002-08-19 | It seems that the new combo patchfile dropped the silly `nb1' suffix | seb | 1 | -3/+3 |
2002-08-13 | add patch which got left out of previous commit (why??? I _know_ it was listed | dmcmahill | 1 | -0/+21 |
2002-08-12 | pull in most recent patches to gcc-2.95.3 from the netbsd-1-6 | dmcmahill | 71 | -14889/+43 |
2002-08-06 | Make sure that the compiler finds the non-standard includefiles normally | kristerw | 1 | -1/+5 |
2002-05-25 | also set PKG_FC to ensure that the fortran compiler which is part of | dmcmahill | 1 | -1/+3 |
2002-05-14 | Replace STRIPFLAG with _STRIPFLAG_CC to fix pkg/15467. | yyamano | 1 | -2/+2 |