Age | Commit message (Expand) | Author | Files | Lines |
2006-11-11 | Converted the SunPro wrapper to use the functions from wrapper-subr.sh. | rillig | 1 | -101/+88 |
2006-11-11 | Added wrapper-subr.sh, which provides shell functions that are useful to | rillig | 3 | -4/+51 |
2006-11-11 | Made the SunPro compiler understand gcc's -MM option for generating | rillig | 1 | -1/+6 |
2006-11-03 | The Tru64 linker does not know -h ${soname}, only -soname ${soname}. | rillig | 2 | -2/+12 |
2006-11-02 | Removed some code duplication, which results in 120 lines less code. | rillig | 1 | -147/+29 |
2006-10-26 | -E is an alias for --export-dynamic, which the Solaris linker does not | rillig | 1 | -2/+2 |
2006-10-21 | The "scan" program does not modify "$@". | rillig | 1 | -7/+2 |
2006-10-21 | Fixed the "inconsistent update" problem when using the pkgsrc wrapper | rillig | 3 | -7/+14 |
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 | 3 | -3/+7 |
2006-09-17 | Fixed the "unknown command" error messages for debug_log, which is a | rillig | 9 | -57/+57 |
2006-07-31 | From the second point in Krister's mail to tech-pkg: | jlam | 1 | -7/+7 |
2006-07-31 | Use 'debug_log' instead of 'msg_log' so that these wrapper internals aren't | jlam | 9 | -57/+57 |
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-06-08 | The gcc equivalent of SunPro's -mt option is -threads. | rillig | 1 | -1/+6 |
2006-02-02 | Replaced jlam's initial sketch with one in which the parts are arranged | rillig | 1 | -27/+35 |
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-11-28 | The SunPro compiler does not understand the gcc-specific -pipe option, | rillig | 1 | -2/+2 |
2005-10-30 | added missing header lines. | schwarz | 1 | -0/+37 |
2005-10-16 | added support for the SGI IDO (IRIX Development Option) cc used by IRIX 5.3. | schwarz | 2 | -1/+120 |
2005-10-10 | Make WRAPPER_SHELL configurable. | tv | 1 | -2/+2 |
2005-08-21 | preserve -Qoption arg if the 2nd next arg isn't -R. | grant | 1 | -1/+2 |
2005-08-20 | strip leading "-Qoption ld" from -R args for sunpro C++ compiler, to | grant | 2 | -1/+66 |
2005-08-20 | add -xnolibmopt after -fast to disable the use of libsunmath (until it | grant | 1 | -2/+14 |
2005-08-18 | pass through -f flags that sunpro understands verbatim, drop other -f* | grant | 1 | -2/+16 |
2005-08-18 | drop -Wl,--export-dynamic, as Solaris ld(1) default behaviour is to | grant | 1 | -1/+10 |
2005-08-13 | transform -Wl,-soname to -h for sunpro | grant | 1 | -1/+9 |
2005-08-05 | Hardcode a workaround for perl's DynaLoader.a which is definitely a | jlam | 1 | -1/+14 |
2005-07-26 | icc 9.0 wants the same options as 8.1. | grant | 1 | -2/+2 |
2005-07-23 | fix typo in comment. | grant | 1 | -2/+2 |
2005-07-23 | ensure gcc options are always passed to imake when using gcc on | grant | 3 | -1/+110 |
2005-07-06 | Added the gcc option -fpermissive to the list of options that are ignored | rillig | 1 | -2/+2 |
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 | 2 | -1/+69 |
2005-07-05 | ignore more gcc-specific arguments: | grant | 1 | -2/+2 |
2005-07-04 | sunpro needs the -mt -lpthread arguments for POSIX threads according | grant | 1 | -4/+4 |
2005-06-09 | Forgot the strip the comma when removing "-Wl," from the the next | jlam | 1 | -2/+2 |
2005-06-08 | Properly turn: | jlam | 1 | -1/+32 |
2005-06-08 | Update comment to reflect implementation. | jlam | 1 | -2/+2 |