Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2018 14:40:32 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r484089 - branches/2018Q4/textproc/sphinxsearch-devel
Message-ID:  <201811041440.wA4EeWug056654@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



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