svn commit: r484089 - branches/2018Q4/textproc/sphinxsearch-devel

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 14:40:35 UTC 2018


Author: antoine
Date: Sun Nov  4 14:40:31 2018
New Revision: 484089
URL: https://svnweb.freebsd.org/changeset/ports/484089

Log:
  MFH: r484088
  
  Mark BROKEN: fails to build
  
  In file included from sphinx.cpp:16:
  In file included from ./sphinx.h:41:
  ./sphinxstd.h:267:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
          register DWORD tmp;
          ^~~~~~~~~
  ./sphinxstd.h:2328:53: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
                                  sError.SetSprintf ( "mmap() failed: %s (length="INT64_FMT" is over 2GB, impossible on some 32-bit systems)",
                                                                                  ^
  
  Reported by:	pkg-fallout

Modified:
  branches/2018Q4/textproc/sphinxsearch-devel/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/textproc/sphinxsearch-devel/Makefile
==============================================================================
--- branches/2018Q4/textproc/sphinxsearch-devel/Makefile	Sun Nov  4 14:40:12 2018	(r484088)
+++ branches/2018Q4/textproc/sphinxsearch-devel/Makefile	Sun Nov  4 14:40:31 2018	(r484089)
@@ -21,6 +21,8 @@ COMMENT=	Sphinx Full-Text Search Engine
 
 LICENSE=	GPLv2
 
+BROKEN=		fails to build
+
 # If expat is present on the system and configure finds it, it will
 # unconditionally link the output binary against it.  There's no way
 # of turning this off.  So for consistency, make sure it's always on.


More information about the svn-ports-branches mailing list