summaryrefslogtreecommitdiff
path: root/mk/wrapper/bsd.wrapper.mk
AgeCommit message (Expand)AuthorFilesLines
2013-03-01Create a wrapper for gfortran.jperkin1-2/+2
2012-07-08compiler.mk/gcc.mk: Add support for USE_LANGUAGES+= adamarino1-2/+2
2011-08-04Add support of C++ crossbuild with g++, based on CC with gcc.obache1-2/+7
2010-08-16Force to use symbolic link for wrapper if WRAPPER_USE_SYMLINK is defined.obache1-2/+2
2009-11-23Make wrapper generation code work properly if there is a directory withtron1-4/+4
2009-05-30Avoid one fork per wrapper call if no cleanup is necessary and debuggingjoerg1-1/+2
2008-12-29Also wrap the cpp command like cc for AIX/XLC.joerg1-1/+2
2008-12-29Improve AIX/XLC support:joerg1-2/+5
2008-11-27Don't use the CC wrapper for ld on AIX with XLC. From Jens Rehsack.joerg1-3/+2
2008-11-14Improve AIX/XLC support based on discussions with Jens Rehsack:joerg1-1/+9
2008-11-06Merge aix-xlc block into the xlc block and distinguish AIX and Darwin.joerg1-7/+9
2008-10-30On AIX don't overwrite the XLC definitions with the platform logic, thejoerg1-8/+8
2008-02-19Add IRIX command sinks, needed to get rpath fixup when using GCC.tnn1-1/+7
2007-11-28Do not load the $cache file for every argument. Instead, load it oncerillig1-2/+2
2007-11-28Oops, don't overflow the terminal.rillig1-2/+2
2007-11-28Using a single awk process instead of a pipe of four grep processesrillig1-4/+6
2007-09-20When CPP is defined as "cc -E", the wrapper framework created therillig1-1/+2
2007-08-02Add core of the infrastructure support for cross-compilation.joerg1-1/+22
2007-06-18Changed the plain "mkdir" into ${MKDIR}, like in all the other cases.rillig1-2/+2
2007-06-06Replaced ${_PKG_SILENT}${_PKG_DEBUG} with a simple ${RUN} to save somerillig1-49/+39
2007-04-21fix typotnn1-2/+2
2007-04-14Teach pkgsrc about HP-UX.tnn1-1/+7
2007-04-12Add OSF1 wrapper quirks to always enable posix sockets and iso C++ iostreams.tnn1-1/+4
2007-02-19The ABI for which the code should be generated can be queried from therillig1-1/+2
2007-02-18Documented WRAPPER_REORDER_CMDS.rillig1-2/+15
2007-02-06Added a new variable wrapper_type to the wrappers, so that therillig1-1/+3
2007-01-17The sunpro C++ compiler needs its own cache, since cc and CC transformrillig1-2/+3
2007-01-04Bugfix: Only regular files can be unwrapped.rillig1-2/+2
2006-11-26Removed the separate files for the cache header and footer. This makesrillig1-28/+4
2006-11-26Merged the transformations from the Solaris-specific gcc part into therillig1-6/+1
2006-11-26Added a transformation file for gcc to check for unknown options.rillig1-1/+7
2006-11-11Added wrapper-subr.sh, which provides shell functions that are useful torillig1-3/+7
2006-11-02Removed some code duplication, which results in 120 lines less code.rillig1-147/+29
2006-10-21Fixed the "inconsistent update" problem when using the pkgsrc wrapperrillig1-1/+2
2006-10-21When CPP is defined as "cc -E" on Solaris with sunpro, the cc wrapperrillig1-3/+5
2006-09-17When $debug_log is set to ":" and at the same time $IFS is ":", therillig1-1/+2
2006-07-31From the second point in Krister's mail to tech-pkg:jlam1-7/+7
2006-07-27After auditing all the packages the ensure that they never invoke thejlam1-2/+2
2006-07-22Modify the barrier so that we always invoke the recursive make processjlam1-2/+2
2006-07-21Rearrange sequence so that "wrapper" occurs between "tools" andjlam1-2/+2
2006-07-07Rename <phase>_COOKIE variables to _COOKIE.<phase>. These are privatejlam1-12/+12
2006-07-06The cookie files are indirectly made using *-cookie targets, so verifyjlam1-1/+2
2006-07-06Never skip the wrapper step, even if NO_BUILD is set. There are packagesjlam1-5/+1
2006-07-05Flatten out recursive makes into a single re-invocation of make byjlam1-10/+18
2006-07-05Make the check-vulnerable target more self-sufficient, by moving somejlam1-8/+6
2006-07-05Refactor configure, build, test and wrapper phases out of bsd.pkg.mkjlam1-8/+59
2006-07-05Teach the tools framework about the following new tools:jlam1-2/+2
2006-07-02Fixed an obvious typo: .if !target$(${_WRAP_EMPTY_FILE}) contains arillig1-2/+2
2006-01-16Remove superfluous quotes around SUBST_MESSAGE.wiz1-2/+2
2005-12-05Applied all quoting fixes found by "pkglint --autofix".rillig1-5/+5