Bug 243399 - [patch] graphics/hugin: wrong python dependency in Makefile
Summary: [patch] graphics/hugin: wrong python dependency in Makefile
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Greg Lehey
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-01-16 20:38 UTC by Martin Birgmeier
Modified: 2020-01-16 22:09 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (grog)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.