The following patch needs to be applied to get the latest graphics/hugin to compile: --- ./Makefile.ORIG 2020-01-16 18:21:59.298581000 +0100 +++ ./Makefile 2020-01-16 21:31:56.977713000 +0100 @@ -50,7 +50,7 @@ AUTOPANOSIFTC_RUN_DEPENDS= autopano:graphics/autopano-sift-c PYTHON_DESC= Python Scripting Interface -PYTHON_USES= python:3.6 +PYTHON_USES= python PYTHON_BUILD_DEPENDS= swig3.0:devel/swig30 PYTHON_BINARY_ALIAS= swig=swig3.0 PYTHON_CMAKE_ON= -DBUILD_HSI=ON This is consistent with the default lang/python37 being installed. -- Martin
A commit references this bug: Author: grog Date: Thu Jan 16 22:07:49 UTC 2020 New revision: 523264 URL: https://svnweb.freebsd.org/changeset/ports/523264 Log: Unravel python. PR: 243399 Submitted by: Martin, unspecified surname Reported by: Martin, unspecified surname Changes: head/graphics/hugin/Makefile
Patch committed, thanks.