summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2010-12-19 17:55:05 +0000
committerRene Ladan <rene@FreeBSD.org>2010-12-19 17:55:05 +0000
commit698809366cd239744e40c1b46378cb2c47af6c27 (patch)
tree4a3a99af6b5da2747dc050a2c0cabf706b323af7
parentUnbreak by adding build dependency on perl (diff)
Move archivers/unzip to EXTRACT_DEPENDS to fix the build.
While here, add -q argument to unzip.
Notes
Notes: svn path=/head/; revision=266590
-rw-r--r--devel/ros-nxt/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/ros-nxt/Makefile b/devel/ros-nxt/Makefile
index 447b4bb6575a..0d5c660081a7 100644
--- a/devel/ros-nxt/Makefile
+++ b/devel/ros-nxt/Makefile
@@ -26,11 +26,11 @@ WRKSRC= ${WRKDIR}/${STACKNAME}
#LIB_DEPENDS= ${PYTHON_SITELIBDIR}/usb.so:${PORTSDIR}/devel/py-usb
# XXX above does not work, send-pr?
+EXTRACT_DEPENDS=unzip:${PORTSDIR}/archivers/unzip
BUILD_DEPENDS= rosmake:${PORTSDIR}/devel/ros \
${LOCALBASE}/ros/stacks/common_msgs/stack.xml:${PORTSDIR}/devel/common_msgs \
${LOCALBASE}/ros/stacks/geometry/stack.xml:${PORTSDIR}/math/geometry \
- chrpath:${PORTSDIR}/devel/chrpath \
- unzip:${PORTSDIR}/archivers/unzip
+ chrpath:${PORTSDIR}/devel/chrpath
RUN_DEPENDS= roscore:${PORTSDIR}/devel/ros \
${LOCALBASE}/ros/stacks/common_msgs/stack.xml:${PORTSDIR}/devel/common_msgs \
${LOCALBASE}/ros/stacks/geometry/stack.xml:${PORTSDIR}/math/geometry \
@@ -63,7 +63,7 @@ post-extract:
${CP} ${_DISTDIR}/nxt-python-1.1.2.zip ${WRKSRC}/nxt_python/build
# already extract and mark as such because we have to patch it
(cd ${WRKSRC}/nxt_python/build ; \
- ${LOCALBASE}/bin/unzip nxt-python-1.1.2.zip ; \
+ ${LOCALBASE}/bin/unzip -q nxt-python-1.1.2.zip ; \
${TOUCH} nxt-python-1.1.2/unpacked)
# remove nxt_rviz_plugin, it is unbuildable right now
# and keeping it here breaks rospack