From 3a34858834ca849e244d496ff1a9064882e50c27 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Tue, 9 Apr 2019 10:57:22 +0200 Subject: [PATCH] lnav: update to 0.8.5. --- srcpkgs/lnav/patches/fix-cross.patch | 29 ---------------------------- srcpkgs/lnav/template | 6 +++--- 2 files changed, 3 insertions(+), 32 deletions(-) delete mode 100644 srcpkgs/lnav/patches/fix-cross.patch diff --git a/srcpkgs/lnav/patches/fix-cross.patch b/srcpkgs/lnav/patches/fix-cross.patch deleted file mode 100644 index 92036eaef4..0000000000 --- a/srcpkgs/lnav/patches/fix-cross.patch +++ /dev/null @@ -1,29 +0,0 @@ -diff --git a/configure.ac b/configure.ac -index ab74fb7..a57315e 100644 ---- configure.ac -+++ configure.ac -@@ -10,23 +10,6 @@ AC_CANONICAL_HOST - - AX_CXX_COMPILE_STDCXX_14([noext], [mandatory]) - --for defdir in /opt/local /usr/local /usr /; do -- if test -d "$defdir/include"; then -- CPPFLAGS="$CPPFLAGS -I$defdir/include" -- fi -- -- if test -d "$defdir/lib64"; then -- LDFLAGS="$LDFLAGS -L$defdir/lib64" -- fi -- if test -d "$defdir/lib"; then -- LDFLAGS="$LDFLAGS -L$defdir/lib" -- fi -- -- if test -d "$defdir/lib/x86_64-linux-gnu"; then -- LDFLAGS="$LDFLAGS -L$defdir/lib/x86_64-linux-gnu" -- fi --done -- - dnl abssrcdir is the absolute path to the source base (regardless of where - dnl you are building it) - AS_CASE([x$srcdir], - diff --git a/srcpkgs/lnav/template b/srcpkgs/lnav/template index ca04457cc9..e17f8e4160 100644 --- a/srcpkgs/lnav/template +++ b/srcpkgs/lnav/template @@ -1,7 +1,7 @@ # Template file for 'lnav' pkgname=lnav -version=0.8.4 -revision=2 +version=0.8.5 +revision=1 build_style=gnu-configure configure_args="--disable-static" hostmakedepends="automake" @@ -12,7 +12,7 @@ maintainer="Leah Neukirchen " license="BSD-2-Clause" homepage="http://lnav.org/" distfiles="https://github.com/tstack/${pkgname}/archive/v${version}.tar.gz" -checksum=17cf1692f914c8cf2191040365ef481c32d4faf054f7c89e5c573aef7b988d2a +checksum=5e5bfde95da71d9e00ec20b4a17d7f260ca90d23c86a47f8bc3fb98418aea6bc pre_configure() { ./autogen.sh