svn commit: r424631 - head/sysutils/lnav

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Oct 25 15:51:03 UTC 2016


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
 


More information about the svn-ports-all mailing list