Age | Commit message (Expand) | Author | Files | Lines |
2014-03-06 | Wrap not only ld but also ar and ranlib. | uebayasi | 1 | -1/+5 |
2013-03-01 | Create a wrapper for gfortran. | jperkin | 1 | -2/+2 |
2012-07-08 | compiler.mk/gcc.mk: Add support for USE_LANGUAGES+= ada | marino | 1 | -2/+2 |
2011-08-04 | Add support of C++ crossbuild with g++, based on CC with gcc. | obache | 1 | -2/+7 |
2010-08-16 | Force to use symbolic link for wrapper if WRAPPER_USE_SYMLINK is defined. | obache | 1 | -2/+2 |
2009-11-23 | Make wrapper generation code work properly if there is a directory with | tron | 1 | -4/+4 |
2009-05-30 | Avoid one fork per wrapper call if no cleanup is necessary and debugging | joerg | 1 | -1/+2 |
2008-12-29 | Also wrap the cpp command like cc for AIX/XLC. | joerg | 1 | -1/+2 |
2008-12-29 | Improve AIX/XLC support: | joerg | 1 | -2/+5 |
2008-11-27 | Don't use the CC wrapper for ld on AIX with XLC. From Jens Rehsack. | joerg | 1 | -3/+2 |
2008-11-14 | Improve AIX/XLC support based on discussions with Jens Rehsack: | joerg | 1 | -1/+9 |
2008-11-06 | Merge aix-xlc block into the xlc block and distinguish AIX and Darwin. | joerg | 1 | -7/+9 |
2008-10-30 | On AIX don't overwrite the XLC definitions with the platform logic, the | joerg | 1 | -8/+8 |
2008-02-19 | Add IRIX command sinks, needed to get rpath fixup when using GCC. | tnn | 1 | -1/+7 |
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 |