Age | Commit message (Expand) | Author | Files | Lines |
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 |
2005-06-08 | Remove part of comment that is no longer true. | jlam | 1 | -5/+2 |
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-16 | Add missing required argument to msg_log. | jlam | 3 | -13/+13 |
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 |
2005-03-06 | Also echo the wrapper stages if PKG_VERBOSE is defined, not just when | agc | 1 | -2/+2 |
2005-02-19 | add wrappers to transform arguments for AIX's ld(1), notably, if we | grant | 4 | -1/+253 |
2005-02-16 | drop -fexceptions which icc doesn't understand. | grant | 1 | -2/+2 |
2005-02-16 | Always link against the Intel provided C++ runtime library. | grant | 1 | -1/+6 |
2005-02-16 | properly detect icc 8.1, which needs a different argument to | grant | 2 | -1/+71 |
2005-02-15 | it's 2005, not 2004. | grant | 2 | -4/+4 |
2005-02-15 | add support for icc, the Intel C++ Compiler (Linux). | grant | 3 | -1/+149 |
2005-02-15 | The libtool wrapper should always do the compiler wrapper transformations, | jlam | 1 | -3/+1 |
2005-02-14 | Add some more debugging annotations for the work log to note split args | jlam | 1 | -3/+3 |
2005-02-14 | Move some Darwin-specific code from arg-pp-main into arg-pp-darwin-gcc. | jlam | 2 | -19/+23 |
2005-02-14 | Teach the libtool wrapper about the same types of transformations that | jlam | 1 | -1/+3 |
2005-01-26 | Fix so that we preserve /usr/lib/foo.so on the command line. | jlam | 1 | -16/+28 |
2005-01-25 | Set argmatch=yes when we transform /some/where/libfoo.so into | cube | 1 | -1/+4 |
2005-01-24 | Disallow -rdynamic (was being attempted by shells/scsh). | tv | 1 | -2/+2 |
2005-01-18 | Split out the argument pre-processing logic into its own script | jlam | 7 | -164/+329 |
2005-01-18 | Teach the wrapper scripts about HP-UX *.sl shared libraries. They | jlam | 1 | -1/+14 |