K 10 svn:author V 6 marino K 8 svn:date V 27 2016-02-29T19:44:41.572297Z K 7 svn:log V 1022 ports-mgmt/synth: Upgrade version 1.02 => 1.03 bug fixes: * cron operation fixed The terminal is unset for cron jobs. The setting of TERM to "cons25" in the environment caused a failure, but it's fixed by changing the value to "dumb". Note that curses must be off in the profile invoked by cron. * dtrace building fixed [1] On FreeBSD, /boot is now read-only null-mounted if it exists in the profile's system root. This fixes building dtrace probes when the option is set. * fix muted pipe exit status Pipes have to be read even when no output is expected in order to get the correct exit status * fix pipe child exit status The previous implementation mixed child and parent exit statuses in error; now they are isolated and returned correctly. Enhancement: If a muted pipe command fails, an appropriate error message is given including which command failed. This helps identify the real error instead of repercussions appearing later which mask the problem. PR: 207361 [1] END