aboutsummaryrefslogtreecommitdiff
path: root/sysutils/lnav
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/lnav: more dynamic linkingJan Beich2016-12-111-3/+4
| | | | | | | | | | | | | Some libraries were still linked dynamically and it broke if databases/sqlite3 was built with ICU=on. To avoid missing out on stability and security fixes link all dependencies dynamically. PR: 214538 Submitted by: Pavel Volkov <pavelivolkov@gmail.com> Approved by: maintainer timeout (3 weeks) Notes: svn path=/head/; revision=428364
* - Mark broken on 9 i386:Dmitry Marakasov2016-10-251-0/+2
| | | | | | | | | | | | | | | relative_time.cc: In member function 'void relative_time::rollover()': relative_time.cc:308: error: call of overloaded 'abs(int64_t&)' is ambiguous /usr/include/stdlib.h:83: note: candidates are: int abs(int) /usr/include/c++/4.2/cstdlib:143: note: long int std::abs(long int) relative_time.cc:313: error: call of overloaded 'abs(int64_t&)' is ambiguous /usr/include/stdlib.h:83: note: candidates are: int abs(int) /usr/include/c++/4.2/cstdlib:143: note: long int std::abs(long int) Approved by: portmgr blanket Notes: svn path=/head/; revision=424631
* Update to 0.8.1, and add USES=gmake.Adam Weinberger2016-09-172-5/+7
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=422330
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Convert ports from s* t* and net* categories to USES=sqlite and USES=firebirdBaptiste Daroussin2016-01-101-2/+1
| | | | Notes: svn path=/head/; revision=405719
* Upgrade sysutils/lnav to version 0.8.0.Jimmy Olgeni2015-12-152-3/+3
| | | | | | | | | PR: 205092 Submitted by: olgeni Approved by: maintainer Notes: svn path=/head/; revision=403778
* Cleanup USE_GITHUB usage.Mathieu Arnold2015-05-302-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387986
* - Update to upstream version 0.7.3Thomas Zander2015-04-182-5/+5
| | | | | | | | | | - Add missing execinfo to USES PR: 199498 Submitted by: tom@hur.st (maintainer) Notes: svn path=/head/; revision=384207
* lnav is an ncurses based log file viewer, with syntax highlighting,Pawel Pekala2015-04-023-0/+31
filtering, tab completion for most operations, and sessions support. WWW: http://lnav.org/ PR: 199062 Submitted by: Thomas Hurst <tom@hur.st> Notes: svn path=/head/; revision=383063