Created attachment 163780 [details] Patch - Remove unused depends (lensfun, tclap) - Cleanup unneeded cmake patching - Specify proper compiler requirement - Make python optional - Modernize options handling - Sort plist
A commit references this bug: Author: grog Date: Thu Jan 28 01:58:51 UTC 2016 New revision: 407392 URL: https://svnweb.freebsd.org/changeset/ports/407392 Log: Tidy up: - Remove unused dependencies on lensfun and tclap. - Clean up unneeded cmake patching. - Relax compiler restrictions. - Make python optional. - Modernize options handling. - Sort plist. This is basically what was submitted in PR 204973. It's not clear whether it's a good idea to make python optional, but Hugin works without it. PR: 204973 Submitted by: Dmitry Marakasov Approved by: edwin (mentor) MFC after: 2 weeks Changes: head/graphics/hugin/Makefile head/graphics/hugin/pkg-plist
Thanks for the patch. I've committed it essentially as submitted. Only the enblend version is very sensitive, so I've left that unchanged.
(In reply to Greg Lehey from comment #2) > Thanks for the patch. I've committed it essentially as submitted. Thank you! > Only the enblend version is very sensitive, so I've left that unchanged. There's no enblend < 3.1.r20080615 in ports, so this makes no sense.