Date: Tue, 11 Feb 2014 22:56:50 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343830 - head/textproc/aspell/files Message-ID: <201402112256.s1BMuo3E049200@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Tue Feb 11 22:56:50 2014 New Revision: 343830 URL: http://svnweb.freebsd.org/changeset/ports/343830 QAT: https://qat.redports.org/buildarchive/r343830/ Log: Fix build with clang 3.4 Submitted by: dim Added: head/textproc/aspell/files/patch-interfaces__cc__aspell.h (contents, props changed) head/textproc/aspell/files/patch-prog__aspell.cpp (contents, props changed) head/textproc/aspell/files/patch-prog__checker_string.hpp (contents, props changed) Added: head/textproc/aspell/files/patch-interfaces__cc__aspell.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/aspell/files/patch-interfaces__cc__aspell.h Tue Feb 11 22:56:50 2014 (r343830) @@ -0,0 +1,20 @@ +--- interfaces/cc/aspell.h.orig 2011-07-02 23:53:27.000000000 +0200 ++++ interfaces/cc/aspell.h 2014-02-11 22:40:16.000000000 +0100 +@@ -236,7 +236,7 @@ + + /******************************** errors ********************************/ + +- ++#ifndef ASPELL_ERRORS__HPP + extern const struct AspellErrorInfo * const aerror_other; + extern const struct AspellErrorInfo * const aerror_operation_not_supported; + extern const struct AspellErrorInfo * const aerror_cant_copy; +@@ -322,7 +322,7 @@ + extern const struct AspellErrorInfo * const aerror_bad_magic; + extern const struct AspellErrorInfo * const aerror_expression; + extern const struct AspellErrorInfo * const aerror_invalid_expression; +- ++#endif + + /******************************* speller *******************************/ + Added: head/textproc/aspell/files/patch-prog__aspell.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/aspell/files/patch-prog__aspell.cpp Tue Feb 11 22:56:50 2014 (r343830) @@ -0,0 +1,18 @@ +--- prog/aspell.cpp.orig 2011-07-04 11:13:58.000000000 +0200 ++++ prog/aspell.cpp 2014-02-11 22:42:04.000000000 +0100 +@@ -25,6 +25,7 @@ + # include <langinfo.h> + #endif + ++#include "errors.hpp" + #include "aspell.h" + + #ifdef USE_FILE_INO +@@ -40,7 +41,6 @@ + #include "convert.hpp" + #include "document_checker.hpp" + #include "enumeration.hpp" +-#include "errors.hpp" + #include "file_util.hpp" + #include "fstream.hpp" + #include "info.hpp" Added: head/textproc/aspell/files/patch-prog__checker_string.hpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/aspell/files/patch-prog__checker_string.hpp Tue Feb 11 22:56:50 2014 (r343830) @@ -0,0 +1,10 @@ +--- prog/hecker_string.hpp.orig 2011-07-02 23:09:09.000000000 +0200 ++++ prog/checker_string.hpp 2014-02-11 22:42:24.000000000 +0100 +@@ -6,6 +6,7 @@ + + #include <stdio.h> + ++#include "errors.hpp" + #include "aspell.h" + + #include "vector.hpp"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402112256.s1BMuo3E049200>