From owner-svn-ports-head@freebsd.org Tue Oct 22 02:51:00 2019 Return-Path: Delivered-To: svn-ports-head@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 9DA1E16B24C; Tue, 22 Oct 2019 02:51:00 +0000 (UTC) (envelope-from jmd@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46xygS3kNSz4Cfp; Tue, 22 Oct 2019 02:51:00 +0000 (UTC) (envelope-from jmd@freebsd.org) Received: from manray.ogolem.org (cpe-70-125-210-79.rgv.res.rr.com [70.125.210.79]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: jmd/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id DF21BFBA2; Tue, 22 Oct 2019 02:50:59 +0000 (UTC) (envelope-from jmd@freebsd.org) Date: Mon, 21 Oct 2019 21:50:56 -0500 From: Johannes M Dieterich To: Jan Beich Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r515076 - in head/devel/flang: . files Message-ID: <20191021215056.7ea65f98@manray.ogolem.org> In-Reply-To: References: <201910210023.x9L0NHkZ039783@repo.freebsd.org> X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; amd64-portbld-freebsd13.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: Tue, 22 Oct 2019 02:51:00 -0000 On Mon, 21 Oct 2019 09:33:12 +0200 Jan Beich wrote: > Johannes M Dieterich writes: > > > Modified: head/devel/flang/pkg-plist > [...] > > flang/lib/libflangrti.so > > flang/lib/libompstub.a > > flang/lib/libompstub.so > > +libdata/ldconfig/flang > > Isn't this already handled by USE_LDCONFIG? Good point. pkg-plist was generated automatically though, so something went wrong? Thanks for noticing, Johannes