pkgsrc/mk/wrapper
jlam 5aa00032dc From the second point in Krister's mail to tech-pkg:
http://mail-index.netbsd.org/tech-pkg/2006/07/30/0005.html

   2. Too much is logged in the .wrapper.log

       The wrappers log quite a lot of detailed information by
       default, with the result that my .work.log file is 176236028
       bytes {for ghc}.

       The wrapper functionality is mature, so this detailed
       information is seldom needed, and you can in general determine
       what happened by looking at the input/output-lines (i.e.
       those lines marked as "[*]" and "<.>" in the .work.log).
       I would therefore like to change the default behavior to
       only log the input/output-lines.

Flip the switch for WRAPPER_DEBUG from "yes" to "no" by default so
that the detailed and rather verbose "push", "pop", "transform", etc.
messages are not printed.  While here, also make WRAPPER_DEBUG a
pkgsrc-private variable by prepending with an underscore.
2006-07-31 14:53:45 +00:00
..
arg-pp-darwin-gcc Move some Darwin-specific code from arg-pp-main into arg-pp-darwin-gcc. 2005-02-14 21:33:36 +00:00
arg-pp-main Hardcode a workaround for perl's DynaLoader.a which is definitely a 2005-08-05 19:46:41 +00:00
arg-pp-mipspro-cc Split out the argument pre-processing logic into its own script 2005-01-18 17:25:13 +00:00
arg-pp-sunpro-cxx preserve -Qoption arg if the 2nd next arg isn't -R. 2005-08-21 02:39:52 +00:00
arg-source Forgot the strip the comma when removing "-Wl," from the the next 2005-06-09 17:06:21 +00:00
bsd.wrapper.mk From the second point in Krister's mail to tech-pkg: 2006-07-31 14:53:45 +00:00
buildcmd
cache-footer
cache-header
cmd-sink
cmd-sink-aix-cc Add missing required argument to msg_log. 2005-05-16 17:54:51 +00:00
cmd-sink-aix-ld Add missing required argument to msg_log. 2005-05-16 17:54:51 +00:00
cmd-sink-aix-xlc fix typo in comment. 2005-07-23 04:48:12 +00:00
cmd-sink-darwin-xlc add handling for some required -Wl, transformations for packages that 2004-12-05 09:29:26 +00:00
cmd-sink-icc-cc it's 2005, not 2004. 2005-02-15 09:42:23 +00:00
cmd-sink-icc81-cc Always link against the Intel provided C++ runtime library. 2005-02-16 11:24:44 +00:00
cmd-sink-interix-gcc Disallow -rdynamic (was being attempted by shells/scsh). 2005-01-24 21:21:45 +00:00
cmd-sink-interix-ld
cmd-sink-ld
cmd-sink-osf1-cc
cmd-sink-osf1-ld
cmd-sink-solaris-imake ensure gcc options are always passed to imake when using gcc on 2005-07-23 04:45:30 +00:00
cmd-sink-sunpro-cxx add cmd-sink for sunpro C++ which links shared libraries with the 2005-07-06 03:31:24 +00:00
cmd-sink-unixware-gcc
gen-reorder.sh
gen-transform.sh
logic Add some more debugging annotations for the work log to note split args 2005-02-14 21:43:11 +00:00
NOTES Replaced jlam's initial sketch with one in which the parts are arranged 2006-02-02 23:08:31 +00:00
scan
transform-aix-cc Use 'debug_log' instead of 'msg_log' so that these wrapper internals aren't 2006-07-31 14:43:48 +00:00
transform-ccc-cc Use 'debug_log' instead of 'msg_log' so that these wrapper internals aren't 2006-07-31 14:43:48 +00:00
transform-icc-cc Use 'debug_log' instead of 'msg_log' so that these wrapper internals aren't 2006-07-31 14:43:48 +00:00
transform-ido-cc Use 'debug_log' instead of 'msg_log' so that these wrapper internals aren't 2006-07-31 14:43:48 +00:00
transform-mipspro-cc Use 'debug_log' instead of 'msg_log' so that these wrapper internals aren't 2006-07-31 14:43:48 +00:00
transform-mipspro-ucode-cc Use 'debug_log' instead of 'msg_log' so that these wrapper internals aren't 2006-07-31 14:43:48 +00:00
transform-solaris-gcc Use 'debug_log' instead of 'msg_log' so that these wrapper internals aren't 2006-07-31 14:43:48 +00:00
transform-sunpro-cc Use 'debug_log' instead of 'msg_log' so that these wrapper internals aren't 2006-07-31 14:43:48 +00:00
transform-xlc-cc Use 'debug_log' instead of 'msg_log' so that these wrapper internals aren't 2006-07-31 14:43:48 +00:00
wrapper-defs.mk Make WRAPPER_SHELL configurable. 2005-10-10 12:33:29 +00:00
wrapper.sh Split out the argument pre-processing logic into its own script 2005-01-18 17:25:13 +00:00