| Summary: | devel/cgit: Add USE_OPENSSL (missing dependency) | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Adam Weinberger <adamw> |
| Component: | Individual Port(s) | Assignee: | Adam Weinberger <adamw> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | CC: | kevinz5000 |
| Priority: | --- | Keywords: | easy, needs-patch, needs-qa |
| Version: | Latest | Flags: | kevinz5000:
maintainer-feedback+
|
| Hardware: | Any | ||
| OS: | Any | ||
Thanks for catching this issue; no objections. A commit references this bug: Author: adamw Date: Mon Dec 7 03:58:06 UTC 2015 New revision: 403176 URL: https://svnweb.freebsd.org/changeset/ports/403176 Log: cgit will link against libcrypto in ${LOCALBASE} if it exists, so add USE_OPENSSL to acknowledge the dependency. PR: 204995 Approved by: Kevin Zheng (maintainer) Changes: head/devel/cgit/Makefile Committed, along with a PORTREVISION bump for the dependency change. Thanks for such a fast review, Kevin! |
cgit will link against openssl/libressl in ${LOCALBASE}, but doesn't register any dependency. The port Makefile should define USE_OPENSSL=yes to get that dependency. Kevin, do you have any objection to this?