svn commit: r484088 - head/textproc/sphinxsearch-devel

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


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

Log:
  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:
  head/textproc/sphinxsearch-devel/Makefile

Modified: head/textproc/sphinxsearch-devel/Makefile
==============================================================================
--- head/textproc/sphinxsearch-devel/Makefile	Sun Nov  4 14:38:31 2018	(r484087)
+++ head/textproc/sphinxsearch-devel/Makefile	Sun Nov  4 14:40:12 2018	(r484088)
@@ -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-all mailing list