From owner-svn-ports-all@freebsd.org Fri Jan 26 22:53:36 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9BF67ECE09D; Fri, 26 Jan 2018 22:53:36 +0000 (UTC) (envelope-from fjoe@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 485C869B64; Fri, 26 Jan 2018 22:53:36 +0000 (UTC) (envelope-from fjoe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 422D121D8E; Fri, 26 Jan 2018 22:53:36 +0000 (UTC) (envelope-from fjoe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0QMra5T055859; Fri, 26 Jan 2018 22:53:36 GMT (envelope-from fjoe@FreeBSD.org) Received: (from fjoe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0QMraoD055858; Fri, 26 Jan 2018 22:53:36 GMT (envelope-from fjoe@FreeBSD.org) Message-Id: <201801262253.w0QMraoD055858@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fjoe set sender to fjoe@FreeBSD.org using -f From: Max Khon Date: Fri, 26 Jan 2018 22:53:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460058 - head/news/golded+/files X-SVN-Group: ports-head X-SVN-Commit-Author: fjoe X-SVN-Commit-Paths: head/news/golded+/files X-SVN-Commit-Revision: 460058 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Jan 2018 22:53:36 -0000 Author: fjoe Date: Fri Jan 26 22:53:35 2018 New Revision: 460058 URL: https://svnweb.freebsd.org/changeset/ports/460058 Log: Unbreak Clang 6 build. Added: head/news/golded+/files/patch-goldlib-hunspell-affentry.hxx (contents, props changed) Added: head/news/golded+/files/patch-goldlib-hunspell-affentry.hxx ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/news/golded+/files/patch-goldlib-hunspell-affentry.hxx Fri Jan 26 22:53:35 2018 (r460058) @@ -0,0 +1,20 @@ +--- goldlib/hunspell/affentry.hxx.orig 2018-01-26 22:46:50.173607000 +0000 ++++ goldlib/hunspell/affentry.hxx 2018-01-26 22:47:27.023128000 +0000 +@@ -25,7 +25,7 @@ + struct hentry * check(const char * word, int len, char in_compound, + const FLAG needflag = FLAG_NULL); + +- struct hentry * check_twosfx(const char * word, int len, char in_compound, const FLAG needflag = NULL); ++ struct hentry * check_twosfx(const char * word, int len, char in_compound, const FLAG needflag = 0); + + char * check_morph(const char * word, int len, char in_compound, + const FLAG needflag = FLAG_NULL); +@@ -86,7 +86,7 @@ + AffEntry* ppfx, char ** wlst, int maxSug, int * ns, + const FLAG cclass = FLAG_NULL, const FLAG needflag = FLAG_NULL); + +- struct hentry * check_twosfx(const char * word, int len, int optflags, AffEntry* ppfx, const FLAG needflag = NULL); ++ struct hentry * check_twosfx(const char * word, int len, int optflags, AffEntry* ppfx, const FLAG needflag = 0); + + char * check_twosfx_morph(const char * word, int len, int optflags, + AffEntry* ppfx, const FLAG needflag = FLAG_NULL);