From owner-svn-ports-head@freebsd.org Thu Jun 28 16:08:29 2018 Return-Path: Delivered-To: svn-ports-head@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 D3718101B877; Thu, 28 Jun 2018 16:08:29 +0000 (UTC) (envelope-from amdmi3@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 8129B82562; Thu, 28 Jun 2018 16:08:29 +0000 (UTC) (envelope-from amdmi3@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 5E73A1463D; Thu, 28 Jun 2018 16:08:29 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5SG8TK2085613; Thu, 28 Jun 2018 16:08:29 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5SG8TKc085612; Thu, 28 Jun 2018 16:08:29 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201806281608.w5SG8TKc085612@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 28 Jun 2018 16:08:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473499 - head/games/f1spirit-remake/files X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/games/f1spirit-remake/files X-SVN-Commit-Revision: 473499 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jun 2018 16:08:30 -0000 Author: amdmi3 Date: Thu Jun 28 16:08:28 2018 New Revision: 473499 URL: https://svnweb.freebsd.org/changeset/ports/473499 Log: - Fix build with clang 6 Added: head/games/f1spirit-remake/files/patch-sources_auxiliar.cpp (contents, props changed) Added: head/games/f1spirit-remake/files/patch-sources_auxiliar.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/f1spirit-remake/files/patch-sources_auxiliar.cpp Thu Jun 28 16:08:28 2018 (r473499) @@ -0,0 +1,11 @@ +--- sources/auxiliar.cpp.orig 2018-06-28 15:42:12 UTC ++++ sources/auxiliar.cpp +@@ -88,7 +88,7 @@ SDL_Surface *load_maskedimage(char *imag + mask=IMG_Load(name); + + if (tmp==0 || +- mask==0) return false; ++ mask==0) return NULL; + + res=SDL_DisplayFormatAlpha(tmp); +