Age | Commit message (Expand) | Author | Files | Lines |
2004-07-04 | Re-add USE_PKGSRC_GCC, and document it should only be | wiz | 1 | -2/+9 |
2004-07-04 | Retire USE_GCC2, USE_GCC3, USE_SUNPRO, USE_MIPSPRO, and USE_PKGSRC_GCC, | wiz | 1 | -22/+2 |
2004-05-12 | Change date of when deprecated USE_GCC2, USE_GCC3, USE_PKGSRC_GCC, | reed | 1 | -2/+2 |
2004-05-09 | add mipspro-ucode to _COMPILERS which was missed the first time. | grant | 1 | -2/+2 |
2004-05-08 | correctly preserve the user-specified order of pseudo-compilers. patch | grant | 1 | -6/+5 |
2004-05-08 | _PKGSRC_COMPILER needs to contain the real compiler first, then | grant | 1 | -2/+2 |
2004-05-08 | implement {NOT,ONLY}_FOR_COMPILER so that packages can be marked as | grant | 1 | -5/+39 |
2004-03-31 | Since revision 1.155 of bsd.prefs.mk, compiler.mk is required in package | sketch | 1 | -2/+2 |
2004-02-18 | * Move pkgsrc/mk/compiler/bsd.compiler.mk to pkgsrc/mk/compiler.mk. | jlam | 1 | -0/+115 |
2004-02-01 | Garbage collect compiler.mk as it's superseded by the new compiler | jlam | 1 | -272/+0 |
2003-12-10 | Ensure CPP is defined to use the Sun compiler when building packages | sketch | 1 | -1/+2 |
2003-11-12 | backout previous, it is no longer needed. | grant | 1 | -2/+2 |
2003-10-24 | Remove '-' from the version part of _GCC_IN_USE so that pkg_admin can deal | cube | 1 | -2/+2 |
2003-10-18 | move the libstdc++ fake libtool archive stuff out of | grant | 1 | -14/+20 |
2003-10-12 | fix logic error introduced in last, sync comments about CC_VERSION | grant | 1 | -7/+8 |
2003-10-11 | set CC_VERSION for non-gcc and use it in the BUILD_INFO file. | grant | 1 | -4/+6 |
2003-10-11 | don't hardcode the -DHasGcc2... flags to imake, pass them only if | grant | 1 | -1/+8 |
2003-10-06 | allow lang/gcc{,3} to be used to build themselves by only adding the | grant | 1 | -24/+35 |
2003-10-06 | avoid F77/PKG_FC being recursively defined. | grant | 1 | -3/+3 |
2003-09-28 | sync comments with reality. | grant | 1 | -6/+20 |
2003-09-28 | if /usr/lib/libstdc++.la exists, create the corresponding fake libtool | grant | 1 | -1/+14 |
2003-09-27 | set CC and CXX defaults for SunPro when USE_SUNPRO is defined. | grant | 1 | -1/+9 |
2003-09-24 | make CC_VERSION available to packages by including bsd.prefs.mk. | grant | 1 | -3/+18 |
2003-09-24 | remove redefine of _GCC_PREFIX, whitespace fix. | grant | 1 | -4/+3 |
2003-09-23 | Work out _GCC_ARCHSUBDIR correctly, using the method from | gavan | 1 | -2/+10 |
2003-09-21 | Test for egcs needs to come first, since egcs -v output also | wiz | 1 | -5/+5 |
2003-09-17 | explain why including this file in pkg Makefiles is useless. | grant | 1 | -1/+4 |
2003-09-17 | honour GCC_REQD by testing $CC -v against it, and only pull in pkgsrc | grant | 1 | -9/+82 |
2003-09-12 | Sync comments with reality. | salo | 1 | -6/+6 |
2003-09-12 | remove redundant comment about USE_GCC2 and USE_GCC3 until they are | grant | 1 | -5/+3 |
2003-09-12 | move a SunPro tweak to compiler.mk. | grant | 1 | -1/+10 |
2003-09-12 | tidy up handling of LDFLAGS wrt USE_GCC_SHLIB a little. | grant | 1 | -5/+12 |
2003-09-12 | Typos/punctuation/caps. | salo | 1 | -2/+2 |
2003-09-12 | start of improved compiler handling, mostly derived from the existing | grant | 1 | -0/+97 |