svn commit: r474253 - head/graphics/pcl-pointclouds
Jan Beich
jbeich at FreeBSD.org
Mon Jul 9 13:24:18 UTC 2018
Author: jbeich
Date: Mon Jul 9 13:24:16 2018
New Revision: 474253
URL: https://svnweb.freebsd.org/changeset/ports/474253
Log:
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
Modified:
head/graphics/pcl-pointclouds/Makefile (contents, props changed)
head/graphics/pcl-pointclouds/distinfo (contents, props changed)
Modified: head/graphics/pcl-pointclouds/Makefile
==============================================================================
--- head/graphics/pcl-pointclouds/Makefile Mon Jul 9 13:02:59 2018 (r474252)
+++ head/graphics/pcl-pointclouds/Makefile Mon Jul 9 13:24:16 2018 (r474253)
@@ -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 at FreeBSD.org
COMMENT= Point Cloud Library
Modified: head/graphics/pcl-pointclouds/distinfo
==============================================================================
--- head/graphics/pcl-pointclouds/distinfo Mon Jul 9 13:02:59 2018 (r474252)
+++ head/graphics/pcl-pointclouds/distinfo Mon Jul 9 13:24:16 2018 (r474253)
@@ -3,3 +3,5 @@ SHA256 (PointCloudLibrary-pcl-pcl-1.8.1_GH0.tar.gz) =
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
More information about the svn-ports-head
mailing list