[Bug 243399] [patch] graphics/hugin: wrong python dependency in Makefile

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jan 16 20:38:48 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243399

            Bug ID: 243399
           Summary: [patch] graphics/hugin: wrong python dependency in
                    Makefile
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: grog at FreeBSD.org
          Reporter: d8zNeCFG at aon.at
             Flags: maintainer-feedback?(grog at FreeBSD.org)
          Assignee: grog at FreeBSD.org

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

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list