diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-07-09 21:24:16 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2018-07-09 21:24:16 +0800 |
commit | a17f18323011c8ba7fe869446e330fcb687ed955 (patch) | |
tree | 40104b295c1c79123b6da8248268a1eef3e86309 /graphics | |
parent | dc319665386a47dd76e095da3a6098391f72e1a4 (diff) | |
download | freebsd-ports-gnome-a17f18323011c8ba7fe869446e330fcb687ed955.tar.gz freebsd-ports-gnome-a17f18323011c8ba7fe869446e330fcb687ed955.tar.zst freebsd-ports-gnome-a17f18323011c8ba7fe869446e330fcb687ed955.zip |
graphics/pcl-pointclouds: unbreak with boost 1.68
visualization/src/pcl_visualizer.cpp:103:10: fatal error: 'boost/uuid/sha1.hpp' file not found
#include <boost/uuid/sha1.hpp>
^~~~~~~~~~~~~~~~~~~~~
PR: 229569
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/pcl-pointclouds/Makefile | 1 | ||||
-rw-r--r-- | graphics/pcl-pointclouds/distinfo | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/graphics/pcl-pointclouds/Makefile b/graphics/pcl-pointclouds/Makefile index 5181ee769d21..a32a6bcb7d46 100644 --- a/graphics/pcl-pointclouds/Makefile +++ b/graphics/pcl-pointclouds/Makefile @@ -9,6 +9,7 @@ PKGNAMESUFFIX= -pointclouds PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES= 2309bdab20fb2a385d374db6a87349199279db18.patch:-p1 +PATCHFILES+= 491b7c7e12ce39c59fb1f22718812a02e7f58065.patch:-p1 MAINTAINER= yuri@FreeBSD.org COMMENT= Point Cloud Library diff --git a/graphics/pcl-pointclouds/distinfo b/graphics/pcl-pointclouds/distinfo index 4c7e681907bf..dae0bc15b006 100644 --- a/graphics/pcl-pointclouds/distinfo +++ b/graphics/pcl-pointclouds/distinfo @@ -3,3 +3,5 @@ SHA256 (PointCloudLibrary-pcl-pcl-1.8.1_GH0.tar.gz) = 5a102a2fbe2ba77c775bf92c4a SIZE (PointCloudLibrary-pcl-pcl-1.8.1_GH0.tar.gz) = 66787596 SHA256 (2309bdab20fb2a385d374db6a87349199279db18.patch) = 78610e04b7119a23b8841c656caaa41a28ab26d4820ee1f9616d7abf107fde9f SIZE (2309bdab20fb2a385d374db6a87349199279db18.patch) = 1853 +SHA256 (491b7c7e12ce39c59fb1f22718812a02e7f58065.patch) = de2c2dbff2ce41f6fd8bc8b99551182bbada23854065211be91b7a957bdac489 +SIZE (491b7c7e12ce39c59fb1f22718812a02e7f58065.patch) = 986 |