aboutsummaryrefslogtreecommitdiff
path: root/sysutils/lnav
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/lnav: Fix distinfoThomas Hurst2021-11-172-9/+11
| | | | | | | | | | | | | Distinfo was wrongly updated to that of BETA1 release when this port was updated to 0.10.1. While I'm here, * Switch to DISTVERSION * Re-format Makefile with portfmt PR: 259560 Fixes: fb07233b044e (sysutils/lnav: Update to 0.10.1)
* sysutils/lnav: Update to 0.10.1Thomas Hurst2021-10-293-41/+4
| | | | PR: 258847
* sysutils/lnav: attempt to unbreak the build on 32-bit architecturesAlexey Dokuchaev2021-06-192-3/+37
| | | | Obtained from: upstream (dfd18a4be5fd5e5378f44bef81bcc6cca4ac4a76)
* sysutils/lnav: mark BROKEN on powerpcPiotr Kubaj2021-06-191-0/+1
| | | | Same issue as on i386.
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* sysutils/lnav: Update to 0.9.0Fernando ApesteguĂ­a2020-11-163-21/+8
| | | | | | | | | | | | | ChangeLog: https://github.com/tstack/lnav/releases/tag/v0.9.0 This new version is broken in i386. See https://github.com/tstack/lnav/issues/781 PR: 249898 Submitted by: tom@hur.st (maintainer) Notes: svn path=/head/; revision=555499
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* sysutils/lnav: update to 0.8.5Steve Wills2019-04-302-5/+4
| | | | | | | | | PR: 237180 Submitted by: Andrey Pevnev <apevnev@me.com> Approved by: Thomas Hurst <tom@hur.st> (maintainer) Notes: svn path=/head/; revision=500485
* Update devel/readline to 8.0Sunpoet Po-Chuan Hsieh2019-04-091-0/+1
| | | | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://tiswww.case.edu/php/chet/readline/CHANGES PR: 236156 Exp-run by: antoine Notes: svn path=/head/; revision=498476
* sysutils/lnav: update to 0.8.4Steve Wills2019-02-045-33/+17
| | | | | | | | | PR: 234982 Submitted by: Andrey Pevnev <apevnev@me.com> (with slight modification) Approved by: maintainer timeout (tom@hur.st, >2 weeks) Notes: svn path=/head/; revision=492176
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Unbreak on powerpc64.Mark Linimon2018-10-281-2/+0
| | | | | | | | | PR: 232035 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=483346
* Mark as broken on powerpc64.Mark Linimon2018-06-171-0/+2
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=472590
* Remove USES=execinfo.Mathieu Arnold2017-09-221-1/+1
| | | | | | | | | | PR: 220271 Submitted by: mat (review), Yasuhiro KIMURA (PR) Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D11488 Notes: svn path=/head/; revision=450351
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+1
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* Update devel/readline to 7.0 patch 3Sunpoet Po-Chuan Hsieh2017-06-271-0/+1
| | | | | | | | | | | | | | - Bump PORTREVISION for shlib change Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html Differential Revision: https://reviews.freebsd.org/D11172 PR: 219947 Exp-run by: antoine Notes: svn path=/head/; revision=444463
* - Update to lnav 0.8.2Wen Heping2017-06-144-6/+43
| | | | | | | | | | | | | - Add optional dependency on libcurl - Fix crash on i386 - Add USES=compiler:c++14-lang - Remove USES=python PR: 219477 Submitted by: tom@hur.st(maintainer) Notes: svn path=/head/; revision=443557
* Remove BROKEN_FreeBSD_9Sunpoet Po-Chuan Hsieh2017-01-011-2/+0
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=430235
* 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