From owner-svn-src-all@freebsd.org Wed Oct 16 15:47:23 2019 Return-Path: Delivered-To: svn-src-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 9784814878E; Wed, 16 Oct 2019 15:47:23 +0000 (UTC) (envelope-from glebius@freebsd.org) Received: from cell.glebi.us (glebi.us [162.251.186.162]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "cell.glebi.us", Issuer "cell.glebi.us" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 46tcB32p3qz3R7Y; Wed, 16 Oct 2019 15:47:22 +0000 (UTC) (envelope-from glebius@freebsd.org) Received: from cell.glebi.us (localhost [127.0.0.1]) by cell.glebi.us (8.15.2/8.15.2) with ESMTPS id x9GFlKq7040366 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Wed, 16 Oct 2019 08:47:21 -0700 (PDT) (envelope-from glebius@freebsd.org) Received: (from glebius@localhost) by cell.glebi.us (8.15.2/8.15.2/Submit) id x9GFlKLf040365; Wed, 16 Oct 2019 08:47:20 -0700 (PDT) (envelope-from glebius@freebsd.org) X-Authentication-Warning: cell.glebi.us: glebius set sender to glebius@freebsd.org using -f Date: Wed, 16 Oct 2019 08:47:20 -0700 From: Gleb Smirnoff To: Brooks Davis Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r353597 - head/share/mk Message-ID: <20191016154720.GS4086@FreeBSD.org> References: <201910152127.x9FLR7rV061089@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201910152127.x9FLR7rV061089@repo.freebsd.org> User-Agent: Mutt/1.12.2 (2019-09-21) X-Rspamd-Queue-Id: 46tcB32p3qz3R7Y X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-5.99 / 15.00]; NEURAL_HAM_MEDIUM(-0.99)[-0.992,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Oct 2019 15:47:23 -0000 Brooks, On Tue, Oct 15, 2019 at 09:27:07PM +0000, Brooks Davis wrote: B> Author: brooks B> Date: Tue Oct 15 21:27:06 2019 B> New Revision: 353597 B> URL: https://svnweb.freebsd.org/changeset/base/353597 B> B> Log: B> Add the ability to link programs against a compat ABI. ... B> Modified: head/share/mk/bsd.prog.mk B> ============================================================================== B> --- head/share/mk/bsd.prog.mk Tue Oct 15 21:24:25 2019 (r353596) B> +++ head/share/mk/bsd.prog.mk Tue Oct 15 21:27:06 2019 (r353597) B> @@ -2,6 +2,7 @@ B> # $FreeBSD$ B> B> .include B> +.include B> .include B> .include And bsd.compat.mk isn't installed. Now that bsd.prog.mk requires it, some ports compilations are broken. -- Gleb Smirnoff