From owner-dev-commits-ports-main@freebsd.org Sun Jul 4 21:28:56 2021 Return-Path: Delivered-To: dev-commits-ports-main@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 5B98664C998; Sun, 4 Jul 2021 21:28:56 +0000 (UTC) (envelope-from cmt@burggraben.net) Received: from smtp.burggraben.net (smtp.burggraben.net [88.198.69.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.burggraben.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GJ24m1QZfz4f3r; Sun, 4 Jul 2021 21:28:55 +0000 (UTC) (envelope-from cmt@burggraben.net) Received: from elch.exwg.net (elch.exwg.net [IPv6:2001:470:7120:1:127b:44ff:fe4f:148d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "elch.exwg.net", Issuer "R3" (verified OK)) by smtp.burggraben.net (Postfix) with ESMTPS id 0582AC0030C; Sun, 4 Jul 2021 23:28:54 +0200 (CEST) Received: by elch.exwg.net (Postfix, from userid 1000) id 66EB6139851; Sun, 4 Jul 2021 23:28:53 +0200 (CEST) Date: Sun, 4 Jul 2021 23:28:53 +0200 From: Christoph Moench-Tegeder To: =?utf-8?B?TG/Dr2M=?= Bartoletti Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: be86c4fe23e0 - main - misc/qtchooser: remove Message-ID: References: <202107041732.164HW8HQ076467@gitrepo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <202107041732.164HW8HQ076467@gitrepo.freebsd.org> User-Agent: Mutt/2.1.0 (2021-06-12) X-Rspamd-Queue-Id: 4GJ24m1QZfz4f3r X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jul 2021 21:28:56 -0000 ## Loïc Bartoletti (lbartoletti@FreeBSD.org): This: > misc/qtchooser: remove Does more than it says on the label: > --- a/cad/freecad/Makefile > +++ b/cad/freecad/Makefile > -USES= dos2unix compiler:c++11-lib cmake gl eigen:3 fortran jpeg \ > +USES= dos2unix compiler:c++17-lang cmake gl eigen:3 fortran jpeg \ > + -DBUILD_ENABLE_CXX_STD=C++17 I'd appricate knowing why these additional changes happen - it reduces annoyances on my side when these changes interfere with other patches I've lined up (yeah, I should just commit faster, but sometimes live happens). Regards, Christoph -- Spare Space