mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to 1.4.8
This commit is contained in:
parent
d1070f7ded
commit
62b8b517ca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281683
3 changed files with 3 additions and 17 deletions
|
@ -5,7 +5,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= ros_comm
|
PORTNAME= ros_comm
|
||||||
PORTVERSION= 1.4.7
|
PORTVERSION= 1.4.8
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= https://code.ros.org/svn/release/download/stacks/${STACKNAME}/${STACKNAME}-${PORTVERSION}/
|
MASTER_SITES= https://code.ros.org/svn/release/download/stacks/${STACKNAME}/${STACKNAME}-${PORTVERSION}/
|
||||||
DIST_SUBDIR= ros
|
DIST_SUBDIR= ros
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (ros/ros_comm-1.4.7.tar.bz2) = b2fbe6f23e803bbba822baf78c09479956317647b209000263093738bc4522da
|
SHA256 (ros/ros_comm-1.4.8.tar.bz2) = c47f71220007ca035af4bc26d73d509f081e99d52e4a05a9f7d0526642671851
|
||||||
SIZE (ros/ros_comm-1.4.7.tar.bz2) = 774797
|
SIZE (ros/ros_comm-1.4.8.tar.bz2) = 774699
|
||||||
|
|
|
@ -1,14 +0,0 @@
|
||||||
--- tools/rosrecord/CMakeLists.txt.orig 2011-07-06 22:07:22.000000000 +0200
|
|
||||||
+++ tools/rosrecord/CMakeLists.txt 2011-07-08 17:38:01.000000000 +0200
|
|
||||||
@@ -12,7 +12,11 @@
|
|
||||||
#rosbuild_add_executable(demo src/demo/demo.cpp)
|
|
||||||
|
|
||||||
rosbuild_add_library(rosrecorder src/rosrecord/recorder.cpp)
|
|
||||||
+if (${CMAKE_SYSTEM_NAME} STREQUAL "FreeBSD")
|
|
||||||
+rosbuild_link_boost(rosrecorder iostreams system filesystem)
|
|
||||||
+else (${CMAKE_SYSTEM_NAME} STREQUAL "FreeBSD")
|
|
||||||
rosbuild_link_boost(rosrecorder iostreams system filesystem-mt)
|
|
||||||
+endif (${CMAKE_SYSTEM_NAME} STREQUAL "FreeBSD")
|
|
||||||
|
|
||||||
rosbuild_add_executable(rosrecord src/rosrecord/rosrecord.cpp)
|
|
||||||
target_link_libraries(rosrecord rosrecorder)
|
|
Loading…
Add table
Reference in a new issue