Created attachment 205261 [details] Fix HTMLDOCS build for pydbus-common It seems that pydbus-common no longer uses sphinx-build executable to generate documentation. Instead, it requires sphinx python module to work. Since FreeBSD has switched the default python version to 3.6, pydbus-common HTMLDOCS option no longer works because it doesn't specify the flavor of sphinx it needs. pydbus-common explicitly requests python 2.7, but py36-sphinx is installed chosen because it is the default version. ===> pydbus-common-1.2.8 depends on executable: sphinx-build - not found ===> Installing existing package /packages/All/py36-sphinx-1.6.5_2,1.txz [freebsd12-default-workstation-job-01] Installing py36-sphinx-1.6.5_2,1... ... ===> Configuring for pydbus-common-1.2.8 ... checking python2.7 module: sphinx... no configure: error: cannot build documentation without sphinx Python module
Created attachment 209527 [details] Fix HTMLDOCS build for pydbus-common (v2) Update the patch for the latest port.
The patch is no longer needed.