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
This commit is contained in:
Antoine Brodin 2018-11-04 14:40:12 +00:00
parent 1d2f1f0a6e
commit 43b2783ca5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=484088

View file

@ -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.