From owner-svn-src-head@freebsd.org Wed May 30 11:52:00 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6DA09EF1762; Wed, 30 May 2018 11:52:00 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [88.99.82.50]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 015BD7EAD1; Wed, 30 May 2018 11:52:00 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [62.141.128.70]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 61DA4260174; Wed, 30 May 2018 13:51:58 +0200 (CEST) Subject: Re: svn commit: r334277 - in head: contrib/libpcap contrib/ofed/usr.lib/3 contrib/pf/pflogd contrib/wpa/src/l2_packet lib lib/libpcap share/mk usr.sbin/cxgbetool From: Hans Petter Selasky To: Antoine Brodin Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201805280812.w4S8CI56046943@repo.freebsd.org> <383666b1-06a9-ac96-812f-c602c8e5e5af@selasky.org> <21342cd6-bf7e-263f-f077-2e073fe9ebef@selasky.org> <1cbed89b-e485-7f15-d3ab-f018024203eb@selasky.org> <56e03042-872c-36df-4fea-d22a09d7ffca@selasky.org> <515e1a08-0089-7b5d-19a4-f0720adc43fd@selasky.org> Message-ID: Date: Wed, 30 May 2018 13:51:45 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: <515e1a08-0089-7b5d-19a4-f0720adc43fd@selasky.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 May 2018 11:52:00 -0000 On 05/30/18 13:46, Hans Petter Selasky wrote: > On 05/30/18 13:36, Antoine Brodin wrote: >> On Wed, May 30, 2018 at 11:09 AM, Hans Petter Selasky >> wrote: >>> On 05/30/18 12:41, Antoine Brodin wrote: >>>> >>>> No this won't solve the issue,  libpcap from ports isn't compiled with >>>> remote support. >>> >>> >>> Hi, >>> >>> Remote support is for WIN32 only from what I can see. >>> >>> Did you try my suggestions? >>> >>> The port builds fine over here with my patches. >> >> I tried your patch with libpcap from ports updated to last commit in >> github, it fails with the same error as with base libpcap. >> >> I suggest the attached patch which fixes the issue for me.  (in my >> opinion upstream should generate the pcap/pcap.h file depending on the >> configure args) > > OK, then we agree :-) > > https://svnweb.freebsd.org/changeset/base/334378 > FYI: https://github.com/the-tcpdump-group/libpcap/issues/723 --HPS