freebsd-ports/Mk/Scripts
Bryan Drewery 7568613077 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
2017-02-17 22:22:27 +00:00
..
actual-package-depends.sh Ease debugging of Mk/Scripts scripts. 2016-05-20 19:01:59 +00:00
check-stagedir.sh The output of tools like awk, date, sort, tr,... depends on the current 2017-01-18 13:20:31 +00:00
check-vulnerable.sh Reverse tests to decrease complexity. 2016-06-19 11:25:35 +00:00
check_leftovers.sh Ease debugging of Mk/Scripts scripts. 2016-05-20 19:01:59 +00:00
checksum.sh Use dp_DISTINFO_FILE instead of DISTINFO_FILE 2016-12-18 21:43:24 +00:00
create-manifest.sh Add a PKGMESSAGES variable that allows the framework to have more than 2016-08-03 12:45:30 +00:00
depends-list.sh Make make clean be recursive again. 2016-10-18 15:27:25 +00:00
dialog4ports.sh Ease debugging of Mk/Scripts scripts. 2016-05-20 19:01:59 +00:00
do-depends.sh Don't truncate DEPENDS_ARGS here. 2016-10-31 20:54:50 +00:00
do-fetch.sh Remove some code added in r858[1], still don't know what it was supposed to 2017-01-28 10:52:20 +00:00
do-patch.sh Implement EXTRA_PATCH_TREE. 2017-01-16 16:47:05 +00:00
do-users-groups.sh Remove support for FreeBSD < 10.3 from Mk/* 2017-01-03 07:24:49 +00:00
find-lib.sh Ease debugging of Mk/Scripts scripts. 2016-05-20 19:01:59 +00:00
functions.sh ports_env: Fix OPSYS not being exported. 2017-02-17 22:22:27 +00:00
generate-symbols.sh Add some work-in-progress scripts for splitting symbols out into PREFIX/lib/debug. 2015-10-19 17:04:33 +00:00
makesum.sh Extract the larger bsd.port.mk targets into separate scripts. 2016-05-25 15:58:31 +00:00
plist_sub_sed_sort.sh
ports_env.sh Follow-up r399170 with a script, ports_env.sh, that can be used for the purpose. 2015-10-13 00:03:10 +00:00
qa.sh Now that all supported FreeBSD versions support libmap.conf files installed 2017-02-11 16:43:11 +00:00
security-check.awk
smart_makepatch.sh Ease debugging of Mk/Scripts scripts. 2016-05-20 19:01:59 +00:00