summaryrefslogtreecommitdiff
path: root/mk/wrapper/bsd.wrapper.mk
AgeCommit message (Expand)AuthorFilesLines
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
2005-10-16added support for the SGI IDO (IRIX Development Option) cc used by IRIX 5.3.schwarz1-1/+15
2005-08-20strip leading "-Qoption ld" from -R args for sunpro C++ compiler, togrant1-1/+8
2005-07-26icc 9.0 wants the same options as 8.1.grant1-2/+2
2005-07-23ensure gcc options are always passed to imake when using gcc ongrant1-1/+22
2005-07-06update copyright yeargrant1-2/+2
2005-07-06add cmd-sink for sunpro C++ which links shared libraries with thegrant1-1/+8
2005-05-20Made sure the :sh operator does not result in an empty string. Rewrote therillig1-3/+7
2005-05-20Change instances where we stored `shell command` in a make variable intojlam1-6/+5
2005-05-11Rename MAKE_VARS to MAKEVARS so that it more closely resemblesjlam1-2/+2
2005-05-09Teach bsd.pkg.mk to create a phase-specific "makevars.mk" file thatjlam1-29/+3
2005-04-07In line with the unconditional inclusion in bsd.pkg.mk, bsd.buildlink3.mktv1-4/+2
2005-03-24USE_BUILDLINK3 is no longer optional (and cannot be turned off). Per mailtv1-6/+2
2005-03-08fix previous to work with pkgsrc bmake, and add a comment explaininggrant1-2/+5
2005-03-06Also echo the wrapper stages if PKG_VERBOSE is defined, not just whenagc1-2/+2
2005-02-19add wrappers to transform arguments for AIX's ld(1), notably, if wegrant1-1/+27
2005-02-16properly detect icc 8.1, which needs a different argument togrant1-1/+12
2005-02-15add support for icc, the Intel C++ Compiler (Linux).grant1-1/+22
2005-02-15The libtool wrapper should always do the compiler wrapper transformations,jlam1-3/+1