From owner-svn-ports-head@freebsd.org Thu Nov 22 00:08:13 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 F283E1104290; Thu, 22 Nov 2018 00:08:12 +0000 (UTC) (envelope-from jbeich@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 91F277D9A6; Thu, 22 Nov 2018 00:08:12 +0000 (UTC) (envelope-from jbeich@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 705AD279A6; Thu, 22 Nov 2018 00:08:12 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wAM08CdQ070020; Thu, 22 Nov 2018 00:08:12 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wAM08CvN070019; Thu, 22 Nov 2018 00:08:12 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201811220008.wAM08CvN070019@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 22 Nov 2018 00:08:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485570 - head/multimedia/gmmlib/files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/multimedia/gmmlib/files X-SVN-Commit-Revision: 485570 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 91F277D9A6 X-Spamd-Result: default: False [1.61 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_LONG(0.42)[0.420,0]; NEURAL_SPAM_MEDIUM(0.51)[0.514,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.68)[0.679,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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, 22 Nov 2018 00:08:13 -0000 Author: jbeich Date: Thu Nov 22 00:08:11 2018 New Revision: 485570 URL: https://svnweb.freebsd.org/changeset/ports/485570 Log: multimedia/gmmlib: expand patch comments Modified: head/multimedia/gmmlib/files/patch-gcc-atomics (contents, props changed) head/multimedia/gmmlib/files/patch-limits (contents, props changed) Modified: head/multimedia/gmmlib/files/patch-gcc-atomics ============================================================================== --- head/multimedia/gmmlib/files/patch-gcc-atomics Thu Nov 22 00:07:59 2018 (r485569) +++ head/multimedia/gmmlib/files/patch-gcc-atomics Thu Nov 22 00:08:11 2018 (r485570) @@ -1,5 +1,30 @@ __sync* are GCC/Clang atomic builtins supported on any platform +In file included from Source/GmmLib/Platform/GmmGen11Platform.cpp:23: +In file included from Source/GmmLib/inc/Internal/Common/GmmLibInc.h:35: +In file included from Source/GmmLib/inc/External/Common/GmmCachePolicy.h:332: +Source/GmmLib/inc/External/Common/GmmCachePolicyCommon.h:74:13: error: control reaches end of non-void function [-Werror,-Wreturn-type] + } + ^ +In file included from Source/GmmLib/Platform/GmmGen11Platform.cpp:23: +In file included from Source/GmmLib/inc/Internal/Common/GmmLibInc.h:38: +Source/GmmLib/inc/../Platform/GmmPlatforms.h:86:9: error: control reaches end of non-void function [-Werror,-Wreturn-type] + } + ^ +In file included from Source/GmmLib/Platform/GmmGen11Platform.cpp:23: +In file included from Source/GmmLib/inc/Internal/Common/GmmLibInc.h:42: +In file included from Source/GmmLib/inc/../Texture/GmmTexture.h:27: +In file included from Source/GmmLib/inc/External/Common/GmmInfoExt.h:25: +Source/GmmLib/inc/External/Common/GmmInfo.h:134:9: error: control reaches end of non-void function [-Werror,-Wreturn-type] + } + ^ +In file included from Source/GmmLib/CachePolicy/GmmGen11CachePolicy.cpp:23: +In file included from Source/GmmLib/inc/Internal/Common/GmmLibInc.h:42: +In file included from Source/GmmLib/inc/../Texture/GmmTexture.h:31: +Source/GmmLib/inc/Internal/Common/Texture/GmmTextureCalc.h:163:13: error: control reaches end of non-void function [-Werror,-Wreturn-type] + } + ^ + --- Source/GmmLib/Platform/GmmPlatforms.h.orig 2018-09-28 18:59:39 UTC +++ Source/GmmLib/Platform/GmmPlatforms.h @@ -69,7 +69,7 @@ namespace GmmLib { Modified: head/multimedia/gmmlib/files/patch-limits ============================================================================== --- head/multimedia/gmmlib/files/patch-limits Thu Nov 22 00:07:59 2018 (r485569) +++ head/multimedia/gmmlib/files/patch-limits Thu Nov 22 00:08:11 2018 (r485570) @@ -1,3 +1,5 @@ + is implicitly included via but not required here + Source/GmmLib/Utility/GmmLog/GmmLog.cpp:36:10: fatal error: 'linux/limits.h' file not found #include ^~~~~~~~~~~~~~~~