Bug 212182

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: LatestFlags: bugzilla: maintainer-feedback? (tom)
Hardware: Any   
OS: Any   
Attachments:
Description Flags
0.8.1 none

Description Adam Weinberger freebsd_committer freebsd_triage 2016-08-26 16:40:52 UTC
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-09-17 15:31:47 UTC
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
Comment 2 Adam Weinberger freebsd_committer freebsd_triage 2016-09-17 15:32:11 UTC
Committed after timeout.