Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Oct 2016 15:51:02 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r424631 - head/sysutils/lnav
Message-ID:  <201610251551.u9PFp2RJ044514@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Oct 25 15:51:02 2016
New Revision: 424631
URL: https://svnweb.freebsd.org/changeset/ports/424631

Log:
  - Mark broken on 9 i386:
  
  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

Modified:
  head/sysutils/lnav/Makefile

Modified: head/sysutils/lnav/Makefile
==============================================================================
--- head/sysutils/lnav/Makefile	Tue Oct 25 15:48:48 2016	(r424630)
+++ head/sysutils/lnav/Makefile	Tue Oct 25 15:51:02 2016	(r424631)
@@ -14,6 +14,8 @@ LICENSE=	BSD2CLAUSE
 BUILD_DEPENDS=	${LOCALBASE}/lib/libpcre.a:devel/pcre \
 		${LOCALBASE}/lib/libsqlite3.a:databases/sqlite3
 
+BROKEN_FreeBSD_9_i386=	does not build
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	tstack
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610251551.u9PFp2RJ044514>