Bug 212182 - [patch] sysutils/lnav: Update to 0.8.1
Summary: [patch] sysutils/lnav: Update to 0.8.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Adam Weinberger
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2016-08-26 16:40 UTC by Adam Weinberger
Modified: 2016-09-17 15:32 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (tom)


Attachments
0.8.1 (1.17 KB, patch)
2016-08-26 16:40 UTC, Adam Weinberger
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.