Date: Sun, 4 Nov 2018 14:40:12 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r484088 - head/textproc/sphinxsearch-devel Message-ID: <201811041440.wA4EeCqT056460@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811041440.wA4EeCqT056460>