if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.
This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.
Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
I missed another sloppy conversion of tuples into hex encoded strings
while making this script run with Python 3.
Fix odd line break in DESCR while here.
Feedback OK jca
mdprint prints the contents of the provided binary sun4v MD file.
If no file is provided, the "guest MD" is read from the device file "/dev/mdesc"
which is expected to be present on all sun4v guest domains.
If no file is provided and the -P/--PRI option is used, the PRI
(physical resource inventory) MD is read from the device file
"/devices/pseudo/ds_pri@0:ds_pri" (Solaris only).
The complete PRI is only available on the "primary" domain.