aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2018-07-11 02:50:18 +0800
committerjbeich <jbeich@FreeBSD.org>2018-07-11 02:50:18 +0800
commit4b6242bb7ba7634e1303a6cc0f7eaae13aa03a53 (patch)
treea9450c0e8725f1818e394d5c288bc3c3c638a4f9
parent471e702688a6afdcbfd4dcecab559b05bc0335dc (diff)
downloadfreebsd-ports-gnome-4b6242bb7ba7634e1303a6cc0f7eaae13aa03a53.tar.gz
freebsd-ports-gnome-4b6242bb7ba7634e1303a6cc0f7eaae13aa03a53.tar.zst
freebsd-ports-gnome-4b6242bb7ba7634e1303a6cc0f7eaae13aa03a53.zip
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
-rw-r--r--sysutils/osquery/Makefile3
-rw-r--r--sysutils/osquery/distinfo2
2 files changed, 5 insertions, 0 deletions
diff --git a/sysutils/osquery/Makefile b/sysutils/osquery/Makefile
index bd1cac186ee8..b2e4203f3dfc 100644
--- a/sysutils/osquery/Makefile
+++ b/sysutils/osquery/Makefile
@@ -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
diff --git a/sysutils/osquery/distinfo b/sysutils/osquery/distinfo
index d966004f04be..36f03a2ce481 100644
--- a/sysutils/osquery/distinfo
+++ b/sysutils/osquery/distinfo
@@ -3,3 +3,5 @@ SHA256 (facebook-osquery-3.2.6_GH0.tar.gz) = 54d49f00eae5907f0f0c065b0ea01ffc48a
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