Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jul 2018 18:50:19 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r474401 - head/sysutils/osquery
Message-ID:  <201807101850.w6AIoJfO036439@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Tue Jul 10 18:50:18 2018
New Revision: 474401
URL: https://svnweb.freebsd.org/changeset/ports/474401

Log:
  sysutils/osquery: unbreak with boost 1.68
  
  osquery/core/conversions.cpp:19:10: fatal error: 'boost/uuid/sha1.hpp' file not found
   #include <boost/uuid/sha1.hpp>
            ^~~~~~~~~~~~~~~~~~~~~
  
  PR:		229569

Modified:
  head/sysutils/osquery/Makefile   (contents, props changed)
  head/sysutils/osquery/distinfo   (contents, props changed)

Modified: head/sysutils/osquery/Makefile
==============================================================================
--- head/sysutils/osquery/Makefile	Tue Jul 10 18:40:38 2018	(r474400)
+++ head/sysutils/osquery/Makefile	Tue Jul 10 18:50:18 2018	(r474401)
@@ -6,6 +6,9 @@ PORTVERSION=	3.2.6
 PORTREVISION=	1
 CATEGORIES=	sysutils
 
+PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES=	516061088514.patch:-p1
+
 MAINTAINER=	zi@FreeBSD.org
 COMMENT=	SQL powered OS instrumentation, monitoring, and analytics
 

Modified: head/sysutils/osquery/distinfo
==============================================================================
--- head/sysutils/osquery/distinfo	Tue Jul 10 18:40:38 2018	(r474400)
+++ head/sysutils/osquery/distinfo	Tue Jul 10 18:50:18 2018	(r474401)
@@ -3,3 +3,5 @@ SHA256 (facebook-osquery-3.2.6_GH0.tar.gz) = 54d49f00e
 SIZE (facebook-osquery-3.2.6_GH0.tar.gz) = 1934939
 SHA256 (osquery-third-party-3.0.0_GH0.tar.gz) = 98731b92147f6c43f679a4a9f63cbb22f2a4d400d94a45e308702dee66a8de9d
 SIZE (osquery-third-party-3.0.0_GH0.tar.gz) = 3535573
+SHA256 (516061088514.patch) = 8a6df3c6876573f0463b120dd29c205ecddf29b3c8ad1dd2548083dd16df8460
+SIZE (516061088514.patch) = 937



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807101850.w6AIoJfO036439>