Age | Commit message (Expand) | Author | Files | Lines |
2009-07-08 | Add g95 support to the compiler framework, based on the existing f2c | markd | 1 | -2/+2 |
2009-05-30 | Rename GCC_USE_SYMLINKS to COMPILER_USE_SYMLINKS, implement it for the | joerg | 1 | -2/+10 |
2008-10-20 | Grammar fix in error message. | wiz | 1 | -2/+2 |
2008-10-20 | Sanitise the error message of the fail-wrapper: | ahoka | 1 | -3/+3 |
2008-02-13 | Added a keyword for "bmake help". | rillig | 1 | -1/+2 |
2008-02-07 | Replaced _PKG_SILENT and _PKG_DEBUG with RUN. | rillig | 1 | -4/+4 |
2007-10-17 | Made the .include lines simpler. | rillig | 1 | -3/+3 |
2007-09-20 | Added variable descriptions. | rillig | 1 | -1/+6 |
2007-09-18 | For Portable C Compiler. | reed | 1 | -2/+3 |
2007-06-09 | There was one ">" too much, so the fail-wrapper warning was printed | rillig | 1 | -2/+2 |
2007-06-08 | Changed the wording of the warning messages when a compiler-fail-wrapper | rillig | 1 | -3/+7 |
2007-04-17 | add support for the HP-UX C/aC++ compilers | tnn | 1 | -2/+3 |
2006-12-03 | If 'c99' is in USE_LANGUAGES also add 'c'. | seb | 1 | -1/+6 |
2006-12-02 | Instead of setting compiler flags in each package if it uses C99, | jschauma | 1 | -3/+3 |
2006-11-16 | Allow CPP to be set to something not on the PATH (as used to work in | markd | 1 | -1/+5 |
2006-07-27 | Make the language warning a bit less forceful, since it is often a false | joerg | 1 | -3/+3 |
2006-07-22 | The C compiler is also used for Objective C, so the c-fail-wrapper is | rillig | 1 | -3/+3 |
2006-07-20 | Up to now, the language "c" has always been enabled, no matter if the | rillig | 1 | -5/+9 |
2006-07-02 | Reordered the variables in the interface comment so that all | rillig | 1 | -8/+8 |
2006-06-09 | Introduce the capability to gather all the warnings and errors that | jlam | 1 | -2/+8 |
2006-05-12 | Fix a problem that occurs if compiler.mk is included in a package's | jlam | 1 | -5/+6 |
2006-05-11 | Make build failures due to the previous commit less mysterious by using | jlam | 1 | -3/+16 |
2006-05-06 | Force unrequested languages to be unavailable by setting them to ${FALSE}. | tv | 1 | -1/+12 |
2005-10-16 | added support for the SGI IDO (IRIX Development Option) cc used by IRIX 5.3. | schwarz | 1 | -2/+3 |
2005-02-16 | note that xlc support is on Darwin. | grant | 1 | -2/+2 |
2005-02-15 | add support for icc, the Intel C++ Compiler (Linux). | grant | 1 | -2/+3 |
2005-01-24 | Merge down janitorial change from tv-derecurse branch: | tv | 1 | -4/+1 |
2005-01-12 | Nuke USE_FORTRAN and bring the f2c handling within the mk/compiler | jlam | 1 | -8/+15 |
2005-01-10 | Sort the compiler list in the comments. | jlam | 1 | -3/+3 |
2004-11-30 | Remove the trailing whitespace in the values of the toolchain variables | jlam | 1 | -1/+5 |
2004-11-30 | Modify the way that the toolchain variables, e.g. CC, CPP, CXX, LD, etc., | jlam | 1 | -8/+10 |
2004-11-28 | Set initial values for PKG_{CC,CPP,CXX,FC} which are used within the | jlam | 1 | -1/+9 |
2004-11-22 | Now that no package uses USE_GCC_SHLIB any longer, remove support | wiz | 1 | -14/+1 |
2004-11-20 | add framework support for Tru64 and the Compaq C compiler. | grant | 1 | -2/+3 |
2004-10-06 | add initial support for IBM's XL C/C++ compiler. tested with version | grant | 1 | -2/+3 |
2004-09-21 | Initial commit of a new wrapper script framework that encapsulates | jlam | 1 | -1/+7 |
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 |