From owner-dev-commits-ports-all@freebsd.org Mon Apr 26 17:42:42 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 0DFAB5E9876; Mon, 26 Apr 2021 17:42:42 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FTXKZ0117z3tny; Mon, 26 Apr 2021 17:42:42 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from beaver (unknown [81.6.39.78]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: ehaupt) by smtp.freebsd.org (Postfix) with ESMTPSA id 3D32D229AC; Mon, 26 Apr 2021 17:42:41 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Date: Mon, 26 Apr 2021 19:42:39 +0200 From: Emanuel Haupt To: Dmitry Marakasov Cc: Emanuel Haupt , 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: <20210426194239.b7e2d1bb9092c291baeb260f@FreeBSD.org> In-Reply-To: References: <202104250508.13P58us4042926@gitrepo.freebsd.org> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd13.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 17:42:42 -0000 Dmitry Marakasov wrote: > * 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? Good point! Done.