From owner-svn-src-all@freebsd.org Thu Feb 2 22:55:26 2017 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E74CDCCEB4D; Thu, 2 Feb 2017 22:55:26 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebi.us (glebi.us [96.95.210.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cell.glebi.us", Issuer "cell.glebi.us" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id CFCE01062; Thu, 2 Feb 2017 22:55:26 +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 v12MtPp0025101 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 2 Feb 2017 14:55:25 -0800 (PST) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebi.us (8.15.2/8.15.2/Submit) id v12MtPT6025100; Thu, 2 Feb 2017 14:55:25 -0800 (PST) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebi.us: glebius set sender to glebius@FreeBSD.org using -f Date: Thu, 2 Feb 2017 14:55:25 -0800 From: Gleb Smirnoff To: Ngie Cooper Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Subject: Re: svn commit: r313104 - in head: contrib/tcpdump usr.sbin/tcpdump/tcpdump Message-ID: <20170202225525.GL3334@FreeBSD.org> References: <201702021956.v12JufOv057273@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.7.2 (2016-11-26) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 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: Thu, 02 Feb 2017 22:55:27 -0000 On Thu, Feb 02, 2017 at 01:51:28PM -0800, Ngie Cooper wrote: N> On Thu, Feb 2, 2017 at 11:56 AM, Gleb Smirnoff wrote: N> > Author: glebius N> > Date: Thu Feb 2 19:56:41 2017 N> > New Revision: 313104 N> > URL: https://svnweb.freebsd.org/changeset/base/313104 N> > N> > Log: N> > Reduce diff to upstream using HAVE_CAPSICUM instead of __FreeBSD__. It'll also N> > make it easier to upstream HAVE_CASPER patch. N> N> ... N> N> > -/* Casper library support available */ N> > -#undef HAVE_CASPER N> N> Hi glebius! N> Was removing this intentional? Yes. This define comes via Makefile. -- Totus tuus, Glebius.