From owner-svn-ports-all@freebsd.org Sun Nov 24 20:50:25 2019 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 E0FD41BA7D6; Sun, 24 Nov 2019 20:50:25 +0000 (UTC) (envelope-from antoine@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) server-signature RSA-PSS (4096 bits) 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 47Lj3j5jfpz4SK2; Sun, 24 Nov 2019 20:50:25 +0000 (UTC) (envelope-from antoine@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 8928F1CF0; Sun, 24 Nov 2019 20:50:25 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xAOKoPCX046202; Sun, 24 Nov 2019 20:50:25 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xAOKoPRa046200; Sun, 24 Nov 2019 20:50:25 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201911242050.xAOKoPRa046200@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 24 Nov 2019 20:50:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r518360 - in head/misc: . dartsim sdformat X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head/misc: . dartsim sdformat X-SVN-Commit-Revision: 518360 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.29 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: Sun, 24 Nov 2019 20:50:25 -0000 Author: antoine Date: Sun Nov 24 20:50:24 2019 New Revision: 518360 URL: https://svnweb.freebsd.org/changeset/ports/518360 Log: Unbreak INDEX Modified: head/misc/Makefile head/misc/dartsim/Makefile head/misc/sdformat/Makefile Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Sun Nov 24 20:08:49 2019 (r518359) +++ head/misc/Makefile Sun Nov 24 20:50:24 2019 (r518360) @@ -55,7 +55,6 @@ SUBDIR += compat7x SUBDIR += compat8x SUBDIR += compat9x - SUBDIR += console-bridge SUBDIR += countrycodes SUBDIR += cpuid SUBDIR += crosti @@ -502,8 +501,6 @@ SUBDIR += unicode-emoji SUBDIR += upclient SUBDIR += urbit - SUBDIR += urdfdom - SUBDIR += urdfdom-headers SUBDIR += urh SUBDIR += us-zipcodes SUBDIR += usbids Modified: head/misc/dartsim/Makefile ============================================================================== --- head/misc/dartsim/Makefile Sun Nov 24 20:08:49 2019 (r518359) +++ head/misc/dartsim/Makefile Sun Nov 24 20:50:24 2019 (r518360) @@ -19,7 +19,7 @@ LIB_DEPENDS= libassimp.so:multimedia/assimp \ libBulletDynamics.so:devel/bullet \ libboost_system.so:devel/boost-libs \ libccd.so:math/libccd \ - libconsole_bridge.so:misc/console-bridge \ + libconsole_bridge.so:devel/ros-console_bridge \ libfcl.so:math/fcl \ libflann_cpp.so:math/flann \ libipopt.so:math/ipopt \ @@ -29,7 +29,7 @@ LIB_DEPENDS= libassimp.so:multimedia/assimp \ libosg.so:graphics/osg \ libnlopt.so:math/nlopt \ libtinyxml2.so:textproc/tinyxml2 \ - liburdfdom_world.so:misc/urdfdom + liburdfdom_world.so:devel/ros-urdfdom USES= cmake compiler:c++11-lang eigen:3 gl localbase:ldflags \ pkgconfig xorg Modified: head/misc/sdformat/Makefile ============================================================================== --- head/misc/sdformat/Makefile Sun Nov 24 20:08:49 2019 (r518359) +++ head/misc/sdformat/Makefile Sun Nov 24 20:50:24 2019 (r518360) @@ -14,9 +14,9 @@ LICENSE= APACHE20 BUILD_DEPENDS= ignition-cmake==2:devel/ignition-cmake \ ignition-tools>0:devel/ignition-tools LIB_DEPENDS= libignition-math6.so:math/ignition-math \ - libconsole_bridge.so:misc/console-bridge \ + libconsole_bridge.so:devel/ros-console_bridge \ libtinyxml2.so:textproc/tinyxml2 \ - liburdfdom_world.so:misc/urdfdom + liburdfdom_world.so:devel/ros-urdfdom RUN_DEPENDS= ignition-tools>0:devel/ignition-tools USES= cmake compiler:c++17-lang pkgconfig