Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Jul 2008 04:31:44 GMT
From:      Jason Bacon <jwbacon@tds.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/126023: Maintainer update: devel/roboctl
Message-ID:  <200807280431.m6S4ViU0047511@www.freebsd.org>
Resent-Message-ID: <200807280440.m6S4e1W2011845@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         126023
>Category:       ports
>Synopsis:       Maintainer update: devel/roboctl
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 28 04:40:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Jason Bacon
>Release:        7.0-RELEASE AMD64
>Organization:
NA
>Environment:
FreeBSD sculpin.jbacon.dyndns.org 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 10:35:36 UTC 2008     root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
This update is necessary to make roboctl work with the latest libgamepad update, which corrects a build failure on AMD64.  Please commit both updates at the same time if possible.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN /usr/ports/devel/roboctl/Makefile roboctl/Makefile
--- /usr/ports/devel/roboctl/Makefile	2008-07-27 22:21:00.000000000 -0500
+++ roboctl/Makefile	2008-07-27 22:23:31.000000000 -0500
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	roboctl
-PORTVERSION=	0.3.1
+PORTVERSION=	0.3.2
 CATEGORIES=	devel
 MASTER_SITES=	http://personalpages.tds.net/~jwbacon/Ports/distfiles/ \
 		http://jbacon.dyndns.org/~bacon/Ports/distfiles/
@@ -14,11 +14,13 @@
 MAINTAINER=	jwbacon@tds.net
 COMMENT=	API for communications with Lego and Vex robot controllers
 
-LIB_DEPENDS=	usb-0.1.8:${PORTSDIR}/devel/libusb \
-		gamepad.1:${PORTSDIR}/devel/libgamepad
+LIB_DEPENDS=	usb-0.1:${PORTSDIR}/devel/libusb
+BUILD_DEPENDS=	${LOCALBASE}/lib/libgamepad.a:${PORTSDIR}/devel/libgamepad
 
 OPTIONS=	CUTECOM "Install cutecom for Vex debugging" On
 
+CONFLICTS=	legoctl-[0-9]*
+
 MAN1=		legoctl.1 vexctl.1 nxtremote.1
 MAN3=		roboctl.3
 
@@ -28,4 +30,9 @@
 RUN_DEPENDS+=	cutecom:${PORTSDIR}/comms/cutecom
 .endif
 
+post-install:
+	(cd ${WRKSRC}/Commands/NXTRemote; ${MAKE})
+	${INSTALL_PROGRAM} ${WRKSRC}/Commands/NXTRemote/nxtremote ${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/Commands/NXTRemote/nxtremote.1 ${MANPREFIX}/man/man1
+
 .include <bsd.port.post.mk>
diff -ruN /usr/ports/devel/roboctl/distinfo roboctl/distinfo
--- /usr/ports/devel/roboctl/distinfo	2008-07-26 02:59:05.000000000 -0500
+++ roboctl/distinfo	2008-07-27 22:09:50.000000000 -0500
@@ -1,3 +1,3 @@
-MD5 (roboctl-0.3.1.tar.gz) = 682ae51a852df09736ac2c980b4bd290
-SHA256 (roboctl-0.3.1.tar.gz) = 947b6cee290d787f49e84c54343c2fa38805f6270a698454615a631418e9a6f4
-SIZE (roboctl-0.3.1.tar.gz) = 183023
+MD5 (roboctl-0.3.2.tar.gz) = e1e1a835f9a838b07ac090525064033f
+SHA256 (roboctl-0.3.2.tar.gz) = dd5435138ae9853882ee00cd8eeee6a5a327c593938521457a32d58c6b38f051
+SIZE (roboctl-0.3.2.tar.gz) = 154638


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807280431.m6S4ViU0047511>