Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jan 2020 20:38:47 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 243399] [patch] graphics/hugin: wrong python dependency in Makefile
Message-ID:  <bug-243399-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243399

            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@FreeBSD.org
          Reporter: d8zNeCFG@aon.at
             Flags: maintainer-feedback?(grog@FreeBSD.org)
          Assignee: grog@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=3D     autopano:graphics/autopano-sift-c

 PYTHON_DESC=3D           Python Scripting Interface
-PYTHON_USES=3D           python:3.6
+PYTHON_USES=3D           python
 PYTHON_BUILD_DEPENDS=3D  swig3.0:devel/swig30
 PYTHON_BINARY_ALIAS=3D   swig=3Dswig3.0
 PYTHON_CMAKE_ON=3D       -DBUILD_HSI=3DON

This is consistent with the default lang/python37 being installed.

-- Martin

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-243399-7788>