From owner-svn-ports-head@freebsd.org Mon Sep 10 14:25:07 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D1632109148D; Mon, 10 Sep 2018 14:25:07 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 873AF837A3; Mon, 10 Sep 2018 14:25:07 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 823D4190A; Mon, 10 Sep 2018 14:25:07 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8AEP754010288; Mon, 10 Sep 2018 14:25:07 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8AEP7vU010286; Mon, 10 Sep 2018 14:25:07 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201809101425.w8AEP7vU010286@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 10 Sep 2018 14:25:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479425 - head/graphics/pcl-pointclouds X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/graphics/pcl-pointclouds X-SVN-Commit-Revision: 479425 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2018 14:25:08 -0000 Author: yuri Date: Mon Sep 10 14:25:06 2018 New Revision: 479425 URL: https://svnweb.freebsd.org/changeset/ports/479425 Log: graphics/pcl-pointclouds: Backport the upstream patch that hopefully fixes the boost build problem on CURRENT Modified: head/graphics/pcl-pointclouds/Makefile head/graphics/pcl-pointclouds/distinfo Modified: head/graphics/pcl-pointclouds/Makefile ============================================================================== --- head/graphics/pcl-pointclouds/Makefile Mon Sep 10 14:24:46 2018 (r479424) +++ head/graphics/pcl-pointclouds/Makefile Mon Sep 10 14:25:06 2018 (r479425) @@ -3,13 +3,14 @@ PORTNAME= pcl DISTVERSIONPREFIX= ${PORTNAME}- DISTVERSION= 1.8.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics math PKGNAMESUFFIX= -pointclouds PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES= 2309bdab20fb2a385d374db6a87349199279db18.patch:-p1 -PATCHFILES+= 491b7c7e12ce39c59fb1f22718812a02e7f58065.patch:-p1 +PATCHFILES+= 491b7c7e12ce39c59fb1f22718812a02e7f58065.patch:-p1 \ + d96073d4d534af07f005cbe7889afdad34f39c76.patch:-p1 MAINTAINER= yuri@FreeBSD.org COMMENT= Point Cloud Library Modified: head/graphics/pcl-pointclouds/distinfo ============================================================================== --- head/graphics/pcl-pointclouds/distinfo Mon Sep 10 14:24:46 2018 (r479424) +++ head/graphics/pcl-pointclouds/distinfo Mon Sep 10 14:25:06 2018 (r479425) @@ -1,7 +1,9 @@ -TIMESTAMP = 1528741888 +TIMESTAMP = 1536565103 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 SHA256 (491b7c7e12ce39c59fb1f22718812a02e7f58065.patch) = de2c2dbff2ce41f6fd8bc8b99551182bbada23854065211be91b7a957bdac489 SIZE (491b7c7e12ce39c59fb1f22718812a02e7f58065.patch) = 986 +SHA256 (d96073d4d534af07f005cbe7889afdad34f39c76.patch) = ee06300320db509e4110653addafcaf34f1279331137a0fefecbc72197245d0e +SIZE (d96073d4d534af07f005cbe7889afdad34f39c76.patch) = 853