Date: Wed, 14 Mar 2012 23:49:50 +0600 (BDT) From: Muhammad Moinur Rahman <5u623l20@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/166101: [PATCH] science/peekabot: update to 0.8.6, take maintainership Message-ID: <201203141749.q2EHnoYU018681@bofh.telnet.net.bd> Resent-Message-ID: <201203141750.q2EHo1av046323@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 166101 >Category: ports >Synopsis: [PATCH] science/peekabot: update to 0.8.6, take maintainership >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Mar 14 17:50:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Muhammad Moinur Rahman >Release: FreeBSD 9.0-STABLE amd64 >Organization: >Environment: System: FreeBSD bofh.telnet.net.bd 9.0-STABLE FreeBSD 9.0-STABLE #0: Fri Mar 2 02:21:51 BDT >Description: - Update to 0.8.6 - Take maintainership Removed file(s): - files/patch-src_gui_ScreneViewFrame.cc Generated with FreeBSD Port Tools 0.99_4 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- peekabot-0.8.6.patch begins here --- diff -ruN --exclude=CVS /usr/ports/science/peekabot/Makefile ./Makefile --- /usr/ports/science/peekabot/Makefile 2011-11-01 04:54:04.000000000 +0600 +++ ./Makefile 2012-03-14 20:15:36.235237674 +0600 @@ -6,12 +6,11 @@ # PORTNAME= peekabot -PORTVERSION= 0.8.4 -PORTREVISION= 1 +PORTVERSION= 0.8.6 CATEGORIES= science MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R}.x/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Distributed real-time 3D visualization tool for robotics researchers LIB_DEPENDS= boost_regex.4:${PORTSDIR}/devel/boost-libs \ @@ -19,8 +18,6 @@ fltk.1:${PORTSDIR}/x11-toolkits/fltk \ gtkglextmm-x11-1.2:${PORTSDIR}/x11-toolkits/gtkglextmm -BROKEN= does not compile - GNU_CONFIGURE= yes CPPFLAGS+= `fltk-config --cflags` LDFLAGS+= `fltk-config --ldflags` diff -ruN --exclude=CVS /usr/ports/science/peekabot/distinfo ./distinfo --- /usr/ports/science/peekabot/distinfo 2011-02-05 16:55:13.000000000 +0600 +++ ./distinfo 2012-03-14 20:16:32.790238379 +0600 @@ -1,2 +1,2 @@ -SHA256 (peekabot-0.8.4.tar.bz2) = 5104c33006947eafc1a89fe4d774414c87419cad371f40f703f2f6e65d3a0f1a -SIZE (peekabot-0.8.4.tar.bz2) = 2711144 +SHA256 (peekabot-0.8.6.tar.bz2) = d4f05cc0b4e7df6da5ae7b0ac9c0fb12f8ed54d0e771d335f978b5135bc46113 +SIZE (peekabot-0.8.6.tar.bz2) = 2786521 diff -ruN --exclude=CVS /usr/ports/science/peekabot/files/patch-src_gui_ScreneViewFrame.cc ./files/patch-src_gui_ScreneViewFrame.cc --- /usr/ports/science/peekabot/files/patch-src_gui_ScreneViewFrame.cc 2011-07-30 15:39:44.000000000 +0600 +++ ./files/patch-src_gui_ScreneViewFrame.cc 1970-01-01 06:00:00.000000000 +0600 @@ -1,15 +0,0 @@ ---- src/gui/SceneViewFrame.cc.orig 2011-06-26 14:46:09.000000000 +0200 -+++ src/gui/SceneViewFrame.cc 2011-06-26 14:46:56.000000000 +0200 -@@ -50,10 +50,11 @@ - m_gui(layout.get_gui()), - m_gl_area(m_gui.get_gl_config(), true), - m_cameras_model(Gtk::ListStore::create(m_camera_cols)), -- m_cameras(m_cameras_model), - m_cam_id(0xFFFFFFFF), - m_layer_table(2, 5, true) - { -+ m_cameras.set_model(m_cameras_model); -+ - for( std::size_t i = 0; i < NUMBER_OF_LAYERS; ++i ) - m_layers[i] = (i == 0); - --- peekabot-0.8.6.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203141749.q2EHnoYU018681>