Bug 243399

Summary: [patch] graphics/hugin: wrong python dependency in Makefile
Product: Ports & Packages Reporter: Martin Birgmeier <d8zNeCFG>
Component: Individual Port(s)Assignee: Greg Lehey <grog>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (grog)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Martin Birgmeier 2020-01-16 20:38:47 UTC
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
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-01-16 22:08:07 UTC
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
Comment 2 Greg Lehey freebsd_committer freebsd_triage 2020-01-16 22:09:29 UTC
Patch committed, thanks.