Summary: | Fix graphics/libpano13 options usage | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Matthieu Volat <mazhe> | ||||
Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | amdmi3 | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Maintainer timeout; take. A commit references this bug: Author: amdmi3 Date: Thu Dec 11 10:50:37 UTC 2014 New revision: 374523 URL: https://svnweb.freebsd.org/changeset/ports/374523 Log: - Add LICENSE - Properly OPTIONize java support PR: 191787 Submitted by: mazhe@alkumuna.eu Approved by: maintainer timeout (vd, 5 months) Changes: head/graphics/libpano13/Makefile |
Created attachment 144558 [details] Use options and follows portlint suggestions graphics/libpano13 relies on the WITHOUT_JAVA variable in make.conf to enable/disable java support, here is a patch that convert this to the standard Options framework (+ multiples fixes suggested by portlint). I've taken liberaly the choice to put java to off by default since it seems to me libpano13 main usage is a dependency of graphics/hugin which do not need it, feel free to enable it by default.