Date: Mon, 11 Jun 2018 19:46:48 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472203 - head/graphics/pcl-pointclouds Message-ID: <201806111946.w5BJkmeK051996@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806111946.w5BJkmeK051996>