From owner-svn-ports-all@freebsd.org Tue Sep 15 22:06:00 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2865C3E1D70; Tue, 15 Sep 2020 22:06:00 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BrckJ0FxMz3VTb; Tue, 15 Sep 2020 22:06:00 +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 DBE94EE59; Tue, 15 Sep 2020 22:05:59 +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 08FM5x23058755; Tue, 15 Sep 2020 22:05:59 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08FM5xQ8058752; Tue, 15 Sep 2020 22:05:59 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202009152205.08FM5xQ8058752@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 15 Sep 2020 22:05:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r548750 - head/math/octomap X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/octomap X-SVN-Commit-Revision: 548750 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.33 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: Tue, 15 Sep 2020 22:06:00 -0000 Author: yuri Date: Tue Sep 15 22:05:58 2020 New Revision: 548750 URL: https://svnweb.freebsd.org/changeset/ports/548750 Log: math/octomap: Update 1.9.3 -> 1.9.3.20200619 Modified: head/math/octomap/Makefile head/math/octomap/distinfo head/math/octomap/pkg-plist Modified: head/math/octomap/Makefile ============================================================================== --- head/math/octomap/Makefile Tue Sep 15 20:42:30 2020 (r548749) +++ head/math/octomap/Makefile Tue Sep 15 22:05:58 2020 (r548750) @@ -2,7 +2,7 @@ PORTNAME= octomap DISTVERSIONPREFIX= v -DISTVERSION= 1.9.3 +DISTVERSION= 1.9.3.20200619 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -13,11 +13,14 @@ LICENSE_COMB= dual LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/octomap/LICENSE.txt LICENSE_FILE_GPLv2= ${WRKSRC}/octovis/LICENSE.txt -BUILD_DEPENDS= libQGLViewer>0:graphics/libQGLViewer # otherwise it doesn't build, see https://github.com/OctoMap/octomap/issues/225 +LIB_DEPENDS= libQGLViewer-qt5.so:graphics/libQGLViewer -USES= cmake localbase:ldflags +USES= cmake localbase:ldflags gl qt:5 USE_GITHUB= yes GH_ACCOUNT= OctoMap +GH_TAGNAME= a3f3809 +USE_QT= core gui opengl xml widgets buildtools_build qmake_build +USE_GL= gl glu USE_LDCONFIG= yes # Viewer is broken: https://github.com/OctoMap/octomap/issues/224, and libQGLViewer detection is broken: https://github.com/OctoMap/octomap/issues/225 Modified: head/math/octomap/distinfo ============================================================================== --- head/math/octomap/distinfo Tue Sep 15 20:42:30 2020 (r548749) +++ head/math/octomap/distinfo Tue Sep 15 22:05:58 2020 (r548750) @@ -1,3 +1,3 @@ -TIMESTAMP = 1579758177 -SHA256 (OctoMap-octomap-v1.9.3_GH0.tar.gz) = 8488de97ed2c8f4757bfbaf3225e82a9e36783dce1f573b3bde1cf968aa89696 -SIZE (OctoMap-octomap-v1.9.3_GH0.tar.gz) = 1682564 +TIMESTAMP = 1600205795 +SHA256 (OctoMap-octomap-v1.9.3.20200619-a3f3809_GH0.tar.gz) = 4307b82f0e44b68bec2fbe0bb3916051f3d00085c0949a26441d973e02760979 +SIZE (OctoMap-octomap-v1.9.3.20200619-a3f3809_GH0.tar.gz) = 1682806 Modified: head/math/octomap/pkg-plist ============================================================================== --- head/math/octomap/pkg-plist Tue Sep 15 20:42:30 2020 (r548749) +++ head/math/octomap/pkg-plist Tue Sep 15 22:05:58 2020 (r548750) @@ -6,6 +6,7 @@ bin/edit_octree bin/eval_octree_accuracy bin/graph2tree bin/log2graph +bin/octovis include/dynamicEDT3D/bucketedqueue.h include/dynamicEDT3D/bucketedqueue.hxx include/dynamicEDT3D/dynamicEDT3D.h @@ -44,15 +45,25 @@ include/octomap/octomap_deprecated.h include/octomap/octomap_timing.h include/octomap/octomap_types.h include/octomap/octomap_utils.h +include/octovis/ColorOcTreeDrawer.h +include/octovis/OcTreeDrawer.h +include/octovis/OcTreeRecord.h +include/octovis/PointcloudDrawer.h +include/octovis/SceneObject.h +include/octovis/SelectionBox.h +include/octovis/TrajectoryDrawer.h lib/libdynamicedt3d.so lib/libdynamicedt3d.so.1.9 -lib/libdynamicedt3d.so.1.9.3 +lib/libdynamicedt3d.so.1.9.5 lib/liboctomap.so lib/liboctomap.so.1.9 -lib/liboctomap.so.1.9.3 +lib/liboctomap.so.1.9.5 lib/liboctomath.so lib/liboctomath.so.1.9 -lib/liboctomath.so.1.9.3 +lib/liboctomath.so.1.9.5 +lib/liboctovis.so +lib/liboctovis.so.1.9 +lib/liboctovis.so.1.9.5 libdata/pkgconfig/dynamicEDT3D.pc libdata/pkgconfig/octomap.pc share/dynamicEDT3D/dynamicEDT3DConfig-version.cmake @@ -65,3 +76,8 @@ share/dynamic_edt_3d/package.xml %%DATADIR%%/octomap-targets-%%CMAKE_BUILD_TYPE%%.cmake %%DATADIR%%/octomap-targets.cmake %%DATADIR%%/package.xml +share/octovis/octovis-config-version.cmake +share/octovis/octovis-config.cmake +share/octovis/octovis-targets-%%CMAKE_BUILD_TYPE%%.cmake +share/octovis/octovis-targets.cmake +share/octovis/package.xml