From owner-dev-commits-ports-all@freebsd.org Mon Apr 26 15:03:40 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 53DE85E37DF; Mon, 26 Apr 2021 15:03:40 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from sprint-2.amdmi3.ru (sprint-2.amdmi3.ru [IPv6:2a0a:2b41:94:cb5e::]) by mx1.freebsd.org (Postfix) with ESMTP id 4FTSp324Bvz3jvq; Mon, 26 Apr 2021 15:03:38 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from amdmi3.ru (localhost [IPv6:::1]) by sprint-2.amdmi3.ru (Postfix) with SMTP id C8A19187F1D; Mon, 26 Apr 2021 18:03:29 +0300 (MSK) Received: by amdmi3.ru (nbSMTP-1.00) for uid 1000 amdmi3@amdmi3.ru; Mon, 26 Apr 2021 18:03:29 +0300 (MSK) Date: Mon, 26 Apr 2021 18:02:17 +0300 From: Dmitry Marakasov To: Emanuel Haupt Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: ce144dc8c7b3 - main - graphics/delaboratory: fix build with LLVM 11 libc++ Message-ID: References: <202104250508.13P58us4042926@gitrepo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <202104250508.13P58us4042926@gitrepo.freebsd.org> X-Rspamd-Queue-Id: 4FTSp324Bvz3jvq X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of amdmi3@amdmi3.ru has no SPF policy when checking 2a0a:2b41:94:cb5e::) smtp.mailfrom=amdmi3@amdmi3.ru X-Spamd-Result: default: False [-0.21 / 15.00]; ARC_NA(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[2a0a:2b41:94:cb5e:::from]; FREEFALL_USER(0.00)[amdmi3]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[amdmi3.ru]; AUTH_NA(1.00)[]; NEURAL_SPAM_SHORT(0.79)[0.793]; SPAMHAUS_ZRD(0.00)[2a0a:2b41:94:cb5e:::from:127.0.2.255]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; R_SPF_NA(0.00)[no SPF record]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:35278, ipnet:2a0a:2b41::/32, country:RU]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[dev-commits-ports-all,dev-commits-ports-main] X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Apr 2021 15:03:40 -0000 * Emanuel Haupt (ehaupt@FreeBSD.org) wrote: > The branch main has been updated by ehaupt: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=ce144dc8c7b36f15dc9d1fd4cba1226c776f3e77 > > commit ce144dc8c7b36f15dc9d1fd4cba1226c776f3e77 > Author: Emanuel Haupt > AuthorDate: 2021-04-25 05:00:05 +0000 > Commit: Emanuel Haupt > CommitDate: 2021-04-25 05:00:05 +0000 > > graphics/delaboratory: fix build with LLVM 11 libc++ > > Rename local semaphore.h to keep it from accidentally being picked up > by libc++ headers in place of the system . > > Obtained from: OpenBSD Thank you! Fancy cherry-picking this into quarterly? -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: https://github.com/AMDmi3