From owner-svn-ports-all@freebsd.org Mon Jun 11 19:46:49 2018 Return-Path: Delivered-To: svn-ports-all@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 AB88E100FEF8; Mon, 11 Jun 2018 19:46:49 +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 610BE79E29; Mon, 11 Jun 2018 19:46:49 +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 423B61FE8B; Mon, 11 Jun 2018 19:46:49 +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 w5BJknd3051997; Mon, 11 Jun 2018 19:46:49 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5BJkmeK051996; Mon, 11 Jun 2018 19:46:48 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201806111946.w5BJkmeK051996@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 11 Jun 2018 19:46:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472203 - 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: 472203 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jun 2018 19:46:49 -0000 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