| Summary: | [patch] sysutils/lnav: Update to 0.8.1 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Adam Weinberger <adamw> | ||||
| Component: | Individual Port(s) | Assignee: | Adam Weinberger <adamw> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | tom | ||||
| Priority: | --- | Keywords: | patch | ||||
| Version: | Latest | Flags: | bugzilla:
maintainer-feedback?
(tom) |
||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
A commit references this bug: Author: adamw Date: Sat Sep 17 15:30:56 UTC 2016 New revision: 422330 URL: https://svnweb.freebsd.org/changeset/ports/422330 Log: Update to 0.8.1, and add USES=gmake. sqlite3 is linked statically, so there's no reason to have a runtime dependency on it, so switch it from a LIB_DEPENDS to BUILD_DEPENDS. PR: 212182 Approved by: maintainer timeout Changes: head/sysutils/lnav/Makefile head/sysutils/lnav/distinfo Committed after timeout. |
Created attachment 174101 [details] 0.8.1 Attached patch updates sysutils/lnav to 0.8.1. Added USES=gmake to fix the build. lnav appears to always statically link against sqlite3, so I moved that dependency from the shared lib to a BUILD_DEPENDS. Tom: what about python? Is that used at runtime as well, or just build-time? If it's not needed at runtime, it could be changed to USES=python:build.