svn commit: r472203 - head/graphics/pcl-pointclouds

Yuri Victorovich yuri at FreeBSD.org
Mon Jun 11 19:46:49 UTC 2018


Author: yuri
Date: Mon Jun 11 19:46:48 2018
New Revision: 472203
URL: https://svnweb.freebsd.org/changeset/ports/472203

Log:
  graphics/pcl-pointclouds: Add the patch fixing boost build problems
  
  Patch from https://github.com/PointCloudLibrary/pcl/issues/2284
  
  Reported by:	jbeich (reported the problem on github)

Modified:
  head/graphics/pcl-pointclouds/Makefile
  head/graphics/pcl-pointclouds/distinfo

Modified: head/graphics/pcl-pointclouds/Makefile
==============================================================================
--- head/graphics/pcl-pointclouds/Makefile	Mon Jun 11 19:42:35 2018	(r472202)
+++ head/graphics/pcl-pointclouds/Makefile	Mon Jun 11 19:46:48 2018	(r472203)
@@ -3,9 +3,12 @@
 PORTNAME=	pcl
 DISTVERSIONPREFIX=	${PORTNAME}-
 DISTVERSION=	1.8.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics math
 PKGNAMESUFFIX=	-pointclouds
+
+PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES=	2309bdab20fb2a385d374db6a87349199279db18.patch:-p1
 
 MAINTAINER=	yuri at FreeBSD.org
 COMMENT=	Point Cloud Library

Modified: head/graphics/pcl-pointclouds/distinfo
==============================================================================
--- head/graphics/pcl-pointclouds/distinfo	Mon Jun 11 19:42:35 2018	(r472202)
+++ head/graphics/pcl-pointclouds/distinfo	Mon Jun 11 19:46:48 2018	(r472203)
@@ -1,3 +1,5 @@
-TIMESTAMP = 1514618064
+TIMESTAMP = 1528741888
 SHA256 (PointCloudLibrary-pcl-pcl-1.8.1_GH0.tar.gz) = 5a102a2fbe2ba77c775bf92c4a5d2e3d8170be53a68c3a76cfc72434ff7b9783
 SIZE (PointCloudLibrary-pcl-pcl-1.8.1_GH0.tar.gz) = 66787596
+SHA256 (2309bdab20fb2a385d374db6a87349199279db18.patch) = 78610e04b7119a23b8841c656caaa41a28ab26d4820ee1f9616d7abf107fde9f
+SIZE (2309bdab20fb2a385d374db6a87349199279db18.patch) = 1853


More information about the svn-ports-all mailing list