Age | Commit message (Expand) | Author | Files | Lines |
2004-05-02 | Convert to buildlink3. | snj | 1 | -2/+2 |
2004-03-25 | When building devel/gmake as a build dependency, build it without locale | jlam | 1 | -1/+2 |
2004-03-18 | Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly | jlam | 1 | -5/+4 |
2004-03-05 | Reorder location and setting of BUILDLINK_PACKAGES to match template | jlam | 1 | -5/+8 |
2004-02-24 | Buildlink the gcc libraries and headers early so that fake-la can find | jlam | 1 | -2/+2 |
2004-02-19 | gcc 2.95 does not support the x86_64 architecture. | kristerw | 1 | -2/+2 |
2004-02-05 | bsd.compiler.mk no longer adds dependencies or includes buildlink*.mk files | jlam | 1 | -2/+5 |
2004-02-05 | List the correct directories for finding GCC libraries so that they will | jlam | 1 | -1/+3 |
2004-02-02 | Don't rely on _GCCARCHSUBDIR. | jlam | 1 | -8/+8 |
2004-02-01 | Add a buildlink3.mk file for use by bsd.compiler.mk. Note that we always | jlam | 1 | -0/+22 |
2004-02-01 | Use _GCC_REQD instead of GCC_REQD since we just want a single value. | jlam | 1 | -2/+4 |
2004-02-01 | Changes to support new compiler selection framework. | jlam | 1 | -6/+10 |
2004-01-24 | replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. | grant | 1 | -2/+2 |
2003-12-18 | Apply patch from Harry Waddell in PR 23289 to chill in gcc 2.95.3, to | ben | 3 | -3/+19 |
2003-11-25 | Make this patch be more selective so that this package will work | dmcmahill | 2 | -11/+32 |
2003-09-12 | tidy up handling of LDFLAGS wrt USE_GCC_SHLIB a little. | grant | 1 | -7/+1 |
2003-09-12 | start of improved compiler handling, mostly derived from the existing | grant | 1 | -17/+3 |
2003-08-09 | USE_NEW_TEXINFO is unnecessary now. | seb | 1 | -2/+1 |
2003-08-08 | include major version number in COMMENT for distinction, some minor | grant | 1 | -2/+2 |
2003-07-23 | fix GCC_VERSION so GCC_ARCHDIR is correctly set. | grant | 1 | -9/+8 |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 |
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 |