K 10 svn:author V 8 bdrewery K 8 svn:date V 27 2017-02-17T22:24:33.086935Z K 7 svn:log V 524 MFH: r434316 ports_env: Fix OPSYS not being exported. This was causing excessive 'uname -s' executions during Poudriere dependency calculations. The reasoning is due to HAVE_COMPAT_IA32_KERN having a newline quoted at the end of it as '\ ' by bmake: # make -f Mk/bsd.port.mk -V 'HAVE_COMPAT_IA32_KERN=${HAVE_COMPAT_IA32_KERN:Q}' | cat -v HAVE_COMPAT_IA32_KERN=YES\ This resulted in the following being executed: export HAVE_COMPAT_IA32_KERN="YES OPSYS=FreeBSD" With hat: portmgr Approved by: portmgr (implicit) END