Age | Commit message (Expand) | Author | Files | Lines |
2007-11-28 | Do not load the $cache file for every argument. Instead, load it once | rillig | 1 | -2/+2 |
2007-11-28 | Oops, don't overflow the terminal. | rillig | 1 | -2/+2 |
2007-11-28 | Using a single awk process instead of a pipe of four grep processes | rillig | 1 | -4/+6 |
2007-09-20 | When CPP is defined as "cc -E", the wrapper framework created the | rillig | 1 | -1/+2 |
2007-08-02 | Add core of the infrastructure support for cross-compilation. | joerg | 1 | -1/+22 |
2007-06-18 | Changed the plain "mkdir" into ${MKDIR}, like in all the other cases. | rillig | 1 | -2/+2 |
2007-06-06 | Replaced ${_PKG_SILENT}${_PKG_DEBUG} with a simple ${RUN} to save some | rillig | 1 | -49/+39 |
2007-04-21 | fix typo | tnn | 1 | -2/+2 |
2007-04-14 | Teach pkgsrc about HP-UX. | tnn | 1 | -1/+7 |
2007-04-12 | Add OSF1 wrapper quirks to always enable posix sockets and iso C++ iostreams. | tnn | 1 | -1/+4 |
2007-02-19 | The ABI for which the code should be generated can be queried from the | rillig | 1 | -1/+2 |
2007-02-18 | Documented WRAPPER_REORDER_CMDS. | rillig | 1 | -2/+15 |
2007-02-06 | Added a new variable wrapper_type to the wrappers, so that the | rillig | 1 | -1/+3 |
2007-01-17 | The sunpro C++ compiler needs its own cache, since cc and CC transform | rillig | 1 | -2/+3 |
2007-01-04 | Bugfix: Only regular files can be unwrapped. | rillig | 1 | -2/+2 |
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 |