From owner-svn-ports-head@freebsd.org Thu Sep 12 11:48:18 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 4A70EF3845; Thu, 12 Sep 2019 11:48:18 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46TcTt1Hbvz49Fb; Thu, 12 Sep 2019 11:48:18 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0F79E1E3E5; Thu, 12 Sep 2019 11:48:18 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x8CBmHTI062849; Thu, 12 Sep 2019 11:48:17 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8CBmHND062846; Thu, 12 Sep 2019 11:48:17 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201909121148.x8CBmHND062846@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Thu, 12 Sep 2019 11:48:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511876 - in head/net/libdaq: . files X-SVN-Group: ports-head X-SVN-Commit-Author: bofh X-SVN-Commit-Paths: in head/net/libdaq: . files X-SVN-Commit-Revision: 511876 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: Thu, 12 Sep 2019 11:48:18 -0000 Author: bofh Date: Thu Sep 12 11:48:17 2019 New Revision: 511876 URL: https://svnweb.freebsd.org/changeset/ports/511876 Log: net/libdaq: Update version 3.0.0-alpha1=>3.0.0-alpha2 Added: head/net/libdaq/files/ head/net/libdaq/files/patch-api_daq__common.h (contents, props changed) Modified: head/net/libdaq/Makefile head/net/libdaq/distinfo Modified: head/net/libdaq/Makefile ============================================================================== --- head/net/libdaq/Makefile Thu Sep 12 11:32:46 2019 (r511875) +++ head/net/libdaq/Makefile Thu Sep 12 11:48:17 2019 (r511876) @@ -3,7 +3,7 @@ PORTNAME= libdaq DISTVERSIONPREFIX= v -DISTVERSION= 3.0.0-alpha1 +DISTVERSION= 3.0.0-alpha2 CATEGORIES= net MAINTAINER= bofh@FreeBSD.org Modified: head/net/libdaq/distinfo ============================================================================== --- head/net/libdaq/distinfo Thu Sep 12 11:32:46 2019 (r511875) +++ head/net/libdaq/distinfo Thu Sep 12 11:48:17 2019 (r511876) @@ -1,3 +1,3 @@ -TIMESTAMP = 1563994415 -SHA256 (snort3-libdaq-v3.0.0-alpha1_GH0.tar.gz) = 0ede444bdda671fc0a08400b5b7607f80cee20a70a3577263faf28fd28dff734 -SIZE (snort3-libdaq-v3.0.0-alpha1_GH0.tar.gz) = 150809 +TIMESTAMP = 1567767906 +SHA256 (snort3-libdaq-v3.0.0-alpha2_GH0.tar.gz) = 9407968d3b1dd4a61356dd42cbd4a5de39f498a5242467e383769559d65d11c8 +SIZE (snort3-libdaq-v3.0.0-alpha2_GH0.tar.gz) = 153323 Added: head/net/libdaq/files/patch-api_daq__common.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/libdaq/files/patch-api_daq__common.h Thu Sep 12 11:48:17 2019 (r511876) @@ -0,0 +1,12 @@ +--- api/daq_common.h.orig 2019-09-06 11:14:19 UTC ++++ api/daq_common.h +@@ -30,6 +30,9 @@ extern "C" { + #include + #include + #include ++#if defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__) ++#include ++#endif + + #ifndef DAQ_SO_PUBLIC + # ifdef HAVE_VISIBILITY