From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 5139AA0AC5 for ; Thu, 2 May 2019 23:09:09 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3A60F5F2A; Thu, 2 May 2019 23:09:08 +0200 (CEST) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id CB384374C for ; Thu, 2 May 2019 23:09:06 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 419B725AA0; Thu, 2 May 2019 17:09:06 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 02 May 2019 17:09:06 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=FA0IKQRazp8CbG0z30G3DaaOyvx4utwNexVV+QBJ3q8=; b=Pf93qYC0uYk+ Mgk/WXOTzSFRFR1q9BZBiFJHkhXtRJ4vxfKEPFZgDoqIqPi58/k0FDPEhqYbEUtA VlcVGOLtFoqm69VX0Cd2RN0f7eY7jviHlGe9zbF1erLscINtKy1doOreUFed9OFY s3Xu8YegnUwyMDB70CD3KjHaAihWFvs= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=FA0IKQRazp8CbG0z30G3DaaOyvx4utwNexVV+QBJ3 q8=; b=fa4bdjgPT6UtErKoM04pQsTEdyDVFf1g8Cwcpkforp7Z3xGNaxrlGvGvr ATpKGec3fZc1M5owVmut+L8kgS7NMhX/xKfL50hqwLWvKDngOykajSjil0gVjEK8 tSFRmETeo6twBS5Ds+ahyiVtMlcdcJQ0K2Q0UbRINQQdayATuCvSQhyvwabAGG5D oll7CGHGeqYt+HeseQiN97SVoxhw1u/59u5wvo4CaVWpCR9kwBx/JDy3T5RCYONo VbIvXObas0hbZIy9UXq2i8yGSJDvOFaUHX0A1HCn+vAZ/cpxUzT8ne7RcwmRPEkL 6JHzP3n0vOePtj216fZl7JOwp9lOQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrieelgdduheelucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id D0CB9E4805; Thu, 2 May 2019 17:09:04 -0400 (EDT) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org, bluca@debian.org Date: Thu, 02 May 2019 23:09:02 +0200 Message-ID: <3858927.mQ8229pJMH@xps> In-Reply-To: <20190502165154.21746-1-bruce.richardson@intel.com> References: <20190426165043.17268-1-bruce.richardson@intel.com> <20190502165154.21746-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v4 0/4] file meson compilation and install issues X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Message-ID: <20190502210902.ONhcWGzyXbeZl8yz-7tP1esBXJw2drSqCsGSrHALWAY@z> 02/05/2019 18:51, Bruce Richardson: > Split off from the previous set to test the pkg-config file, this set > includes only the fixes encountered during that work. > > V4: Removed the changes to the test script and to hard-code the list of > example apps, so that only the more important patches are included. > V3: Minor style changes to patch 4 following review > V2: Fixed a number of other problems encountered on FreeBSD. Replaced > patch 2 of the original set, which broke on BSD with patch 6 of this > set, which is the more correct solution. > > Bruce Richardson (4): > examples/l3fwd: fix compile on FreeBSD > examples: install examples as part of ninja install > build: fix ninja install on FreeBSD > build: add libbsd to pkg-config file if enabled Applied, thanks