From owner-svn-ports-all@freebsd.org Mon Jun 11 20:59:18 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 EF0D6101B66F; Mon, 11 Jun 2018 20:59:17 +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 A48E27E04C; Mon, 11 Jun 2018 20:59:17 +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 819DD209E3; Mon, 11 Jun 2018 20:59:17 +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 w5BKxHQL088479; Mon, 11 Jun 2018 20:59:17 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5BKxH51088478; Mon, 11 Jun 2018 20:59:17 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201806112059.w5BKxH51088478@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 20:59:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472208 - 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: 472208 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 20:59:18 -0000 Author: yuri Date: Mon Jun 11 20:59:17 2018 New Revision: 472208 URL: https://svnweb.freebsd.org/changeset/ports/472208 Log: graphics/pcl-pointclouds: Remove forgotten CXXFLAGS Reported by: jbeich Modified: head/graphics/pcl-pointclouds/Makefile Modified: head/graphics/pcl-pointclouds/Makefile ============================================================================== --- head/graphics/pcl-pointclouds/Makefile Mon Jun 11 20:56:24 2018 (r472207) +++ head/graphics/pcl-pointclouds/Makefile Mon Jun 11 20:59:17 2018 (r472208) @@ -3,7 +3,7 @@ PORTNAME= pcl DISTVERSIONPREFIX= ${PORTNAME}- DISTVERSION= 1.8.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics math PKGNAMESUFFIX= -pointclouds @@ -30,9 +30,6 @@ GH_ACCOUNT= PointCloudLibrary USE_GL= gl glu USE_XORG= x11 xext xt ice sm USE_LDCONFIG= yes - -# https://github.com/PointCloudLibrary/pcl/issues/2284 -CXXFLAGS+= -DBOOST_UUID_RANDOM_GENERATOR_COMPAT PLIST_SUB= SHL3=${DISTVERSION} SHL2=${DISTVERSION:R}