Age | Commit message (Expand) | Author | Files | Lines |
2006-11-26 | Removed the separate files for the cache header and footer. This makes | rillig | 1 | -28/+4 |
2006-11-26 | Merged the transformations from the Solaris-specific gcc part into the | rillig | 1 | -6/+1 |
2006-11-26 | Added a transformation file for gcc to check for unknown options. | rillig | 1 | -1/+7 |
2006-11-11 | Added wrapper-subr.sh, which provides shell functions that are useful to | rillig | 1 | -3/+7 |
2006-11-02 | Removed some code duplication, which results in 120 lines less code. | rillig | 1 | -147/+29 |
2006-10-21 | Fixed the "inconsistent update" problem when using the pkgsrc wrapper | rillig | 1 | -1/+2 |
2006-10-21 | When CPP is defined as "cc -E" on Solaris with sunpro, the cc wrapper | rillig | 1 | -3/+5 |
2006-09-17 | When $debug_log is set to ":" and at the same time $IFS is ":", the | rillig | 1 | -1/+2 |
2006-07-31 | From the second point in Krister's mail to tech-pkg: | jlam | 1 | -7/+7 |
2006-07-27 | After auditing all the packages the ensure that they never invoke the | jlam | 1 | -2/+2 |
2006-07-22 | Modify the barrier so that we always invoke the recursive make process | jlam | 1 | -2/+2 |
2006-07-21 | Rearrange sequence so that "wrapper" occurs between "tools" and | jlam | 1 | -2/+2 |
2006-07-07 | Rename <phase>_COOKIE variables to _COOKIE.<phase>. These are private | jlam | 1 | -12/+12 |
2006-07-06 | The cookie files are indirectly made using *-cookie targets, so verify | jlam | 1 | -1/+2 |
2006-07-06 | Never skip the wrapper step, even if NO_BUILD is set. There are packages | jlam | 1 | -5/+1 |
2006-07-05 | Flatten out recursive makes into a single re-invocation of make by | jlam | 1 | -10/+18 |
2006-07-05 | Make the check-vulnerable target more self-sufficient, by moving some | jlam | 1 | -8/+6 |
2006-07-05 | Refactor configure, build, test and wrapper phases out of bsd.pkg.mk | jlam | 1 | -8/+59 |
2006-07-05 | Teach the tools framework about the following new tools: | jlam | 1 | -2/+2 |
2006-07-02 | Fixed an obvious typo: .if !target$(${_WRAP_EMPTY_FILE}) contains a | rillig | 1 | -2/+2 |
2006-01-16 | Remove superfluous quotes around SUBST_MESSAGE. | wiz | 1 | -2/+2 |
2005-12-05 | Applied all quoting fixes found by "pkglint --autofix". | rillig | 1 | -5/+5 |
2005-10-16 | added support for the SGI IDO (IRIX Development Option) cc used by IRIX 5.3. | schwarz | 1 | -1/+15 |
2005-08-20 | strip leading "-Qoption ld" from -R args for sunpro C++ compiler, to | grant | 1 | -1/+8 |
2005-07-26 | icc 9.0 wants the same options as 8.1. | grant | 1 | -2/+2 |
2005-07-23 | ensure gcc options are always passed to imake when using gcc on | grant | 1 | -1/+22 |
2005-07-06 | update copyright year | grant | 1 | -2/+2 |
2005-07-06 | add cmd-sink for sunpro C++ which links shared libraries with the | grant | 1 | -1/+8 |
2005-05-20 | Made sure the :sh operator does not result in an empty string. Rewrote the | rillig | 1 | -3/+7 |
2005-05-20 | Change instances where we stored `shell command` in a make variable into | jlam | 1 | -6/+5 |
2005-05-11 | Rename MAKE_VARS to MAKEVARS so that it more closely resembles | jlam | 1 | -2/+2 |
2005-05-09 | Teach bsd.pkg.mk to create a phase-specific "makevars.mk" file that | jlam | 1 | -29/+3 |
2005-04-07 | In line with the unconditional inclusion in bsd.pkg.mk, bsd.buildlink3.mk | tv | 1 | -4/+2 |
2005-03-24 | USE_BUILDLINK3 is no longer optional (and cannot be turned off). Per mail | tv | 1 | -6/+2 |
2005-03-08 | fix previous to work with pkgsrc bmake, and add a comment explaining | grant | 1 | -2/+5 |
2005-03-06 | Also echo the wrapper stages if PKG_VERBOSE is defined, not just when | agc | 1 | -2/+2 |
2005-02-19 | add wrappers to transform arguments for AIX's ld(1), notably, if we | grant | 1 | -1/+27 |
2005-02-16 | properly detect icc 8.1, which needs a different argument to | grant | 1 | -1/+12 |
2005-02-15 | add support for icc, the Intel C++ Compiler (Linux). | grant | 1 | -1/+22 |
2005-02-15 | The libtool wrapper should always do the compiler wrapper transformations, | jlam | 1 | -3/+1 |
2005-02-14 | Teach the libtool wrapper about the same types of transformations that | jlam | 1 | -1/+3 |
2005-01-18 | Split out the argument pre-processing logic into its own script | jlam | 1 | -3/+36 |
2005-01-11 | Really skip the transformations for imake. This shows the danger in | jlam | 1 | -2/+2 |
2005-01-10 | Fix error in previous that turned off all transformations in all | jlam | 1 | -3/+3 |
2005-01-10 | Avoid the silly optimization in the make logic and push it into the | jlam | 1 | -5/+1 |
2004-12-05 | add handling for some required -Wl, transformations for packages that | grant | 1 | -1/+9 |
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 | -43/+47 |
2004-11-20 | add framework support for Tru64 and the Compaq C compiler. | grant | 1 | -3/+31 |
2004-11-12 | Insert the default values for WRAPPER_DEBUG and WRAPPER_UPDATE_CACHE as | jlam | 1 | -1/+3 |