diff options
author | yuri <yuri@FreeBSD.org> | 2018-06-12 03:46:48 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-06-12 03:46:48 +0800 |
commit | 8899790521bd000224aca990faf79a1246d06161 (patch) | |
tree | ca9921767d5f5c55e386755abe223dcfbd87b408 /graphics | |
parent | 50db0f7cf606056428347ca621394a5250330922 (diff) | |
download | freebsd-ports-gnome-8899790521bd000224aca990faf79a1246d06161.tar.gz freebsd-ports-gnome-8899790521bd000224aca990faf79a1246d06161.tar.zst freebsd-ports-gnome-8899790521bd000224aca990faf79a1246d06161.zip |
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)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/pcl-pointclouds/Makefile | 5 | ||||
-rw-r--r-- | graphics/pcl-pointclouds/distinfo | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/graphics/pcl-pointclouds/Makefile b/graphics/pcl-pointclouds/Makefile index 9580cf6d5a18..e3ca3843ef6c 100644 --- a/graphics/pcl-pointclouds/Makefile +++ b/graphics/pcl-pointclouds/Makefile @@ -3,10 +3,13 @@ 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 diff --git a/graphics/pcl-pointclouds/distinfo b/graphics/pcl-pointclouds/distinfo index e98e3f25a31e..4c7e681907bf 100644 --- a/graphics/pcl-pointclouds/distinfo +++ b/graphics/pcl-pointclouds/distinfo @@ -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 |