Bug 253994 - devel/ros-urdfdom: fix breakage after update to ros-console_bridge 1.0.1
Summary: devel/ros-urdfdom: fix breakage after update to ros-console_bridge 1.0.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Kurt Jaeger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-03 18:42 UTC by Trenton Schulz
Modified: 2021-03-03 18:49 UTC (History)
2 users (show)

See Also:


Attachments
Diff to fix broken build (1.70 KB, patch)
2021-03-03 18:42 UTC, Trenton Schulz
trueos: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Trenton Schulz 2021-03-03 18:42:53 UTC
Created attachment 222948 [details]
Diff to fix broken build

The CMakelist.txt to the urdfdom claimed it required version 0.3 of console_bridge, but it actually didn't. The specific version check has been removed upstream, but no release has come yet. So, I just brought do the same thing here.

This fixes the build of devel/ros-urdfdom
Comment 1 Kurt Jaeger freebsd_committer freebsd_triage 2021-03-03 18:48:56 UTC
Committed, thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-03-03 18:49:32 UTC
A commit references this bug:

Author: pi
Date: Wed Mar  3 18:48:47 UTC 2021
New revision: 567249
URL: https://svnweb.freebsd.org/changeset/ports/567249

Log:
  devel/ros-urdfdom: fix breakage after update to ros-console_bridge 1.0.1

  The CMakelist.txt to the urdfdom claimed it required version 0.3
  of console_bridge, but it actually didn't. The specific version
  check has been removed upstream, but no release has come yet. So,
  I just brought do the same thing here.

  This fixes the build of devel/ros-urdfdom

  PR:		253994
  Submitted by:	Trenton Schulz <trueos@norwegianrockcat.com> (maintainer)

Changes:
  head/devel/ros-urdfdom/Makefile
  head/devel/ros-urdfdom/files/patch-CMakeLists.txt