Update to 1.4.8

This commit is contained in:
Rene Ladan 2011-09-12 17:46:26 +00:00
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

View file

@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= ros_comm
PORTVERSION= 1.4.7
PORTVERSION= 1.4.8
CATEGORIES= devel
MASTER_SITES= https://code.ros.org/svn/release/download/stacks/${STACKNAME}/${STACKNAME}-${PORTVERSION}/
DIST_SUBDIR= ros

View file

@ -1,2 +1,2 @@
SHA256 (ros/ros_comm-1.4.7.tar.bz2) = b2fbe6f23e803bbba822baf78c09479956317647b209000263093738bc4522da
SIZE (ros/ros_comm-1.4.7.tar.bz2) = 774797
SHA256 (ros/ros_comm-1.4.8.tar.bz2) = c47f71220007ca035af4bc26d73d509f081e99d52e4a05a9f7d0526642671851
SIZE (ros/ros_comm-1.4.8.tar.bz2) = 774699

View file

@ -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)