Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Mar 2012 16:56:30 +1100 (EST)
From:      Peter Jeremy <peterjeremy@acm.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/165682: Update devel/mspdebug to 0.19
Message-ID:  <201203040556.q245uUYd027678@server.vk2pj.dyndns.org>
Resent-Message-ID: <201203040600.q24608KQ036621@freefall.freebsd.org>

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

>Number:         165682
>Category:       ports
>Synopsis:       Update devel/mspdebug to 0.19
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 04 06:00:08 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Peter Jeremy
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
n/a
>Environment:
System: FreeBSD server.vk2pj.dyndns.org 8.2-STABLE FreeBSD 8.2-STABLE #15: Thu Feb 2 11:02:29 EST 2012 root@server.vk2pj.dyndns.org:/var/obj/usr/src/sys/server amd64

>Description:

Update to 0.19.  Changes include:
  * Support for MSP430-JTAG-ISO on platforms other than Linux, via
    both serial drivers and raw USB access.
  * Support for new chips: MSP430F5342, MSP430F5329, MSP430F2418,
  * MSP430F2121, MSP430F2012, MSP430F449.
  * Fixed support for later-model MSP430-JTAG-TINY rev 2.
  * Fixed output buffering to allow correct interaction with
    Eclipse plugins.
  * Support for raw USB access to FET430UIF and eZ430-F2013.
  * GDB protocol bug fixes.
  * Section names are displayed when programming.

Tested at:  Redports (r2388, r2389)

>How-To-Repeat:
	n/a
>Fix:

Index: distinfo
===================================================================
--- distinfo	(revision 1851)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (mspdebug-0.17.tar.gz) = f9c1ffb39969ad7716347112e66c6e67b9f57bc47ed7a4379697d1144ee3b8a4
-SIZE (mspdebug-0.17.tar.gz) = 144012
+SHA256 (mspdebug-0.19.tar.gz) = 0410ee3c30ae50d028bacee0fe27ec0d0b6cda3163cae51d02cda9aaa8814b6a
+SIZE (mspdebug-0.19.tar.gz) = 174126
Index: files/patch-Makefile
===================================================================
--- files/patch-Makefile	(revision 1851)
+++ files/patch-Makefile	(working copy)
@@ -1,17 +1,8 @@
---- Makefile.orig	2011-06-14 11:27:10.000000000 +1000
-+++ Makefile	2011-07-29 05:26:08.226244817 +1000
-@@ -16,7 +16,7 @@
- # along with this program; if not, write to the Free Software
- # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
- 
--CC = gcc
-+CC ?= gcc
- INSTALL = /usr/bin/install
- PREFIX ?= /usr/local
- LDFLAGS ?= -s
-@@ -38,8 +38,14 @@
+--- Makefile.orig	2011-11-08 08:11:49.000000000 +1100
++++ Makefile	2012-02-25 09:33:44.098219483 +1100
+@@ -43,8 +43,14 @@
  	PORTS_CFLAGS = `pkg-config --cflags libusb`
- 	PORTS_LDFLAGS = `pkg-config --libs libusb` -ltermcap
+ 	PORTS_LDFLAGS = `pkg-config --libs libusb` -ltermcap -pthread
    else
 +    ifeq ($(UNAME),FreeBSD) # FreeBSD Ports stuff
 +# This is only needed prior to FreeBSD 8.x to find libusb
Index: Makefile
===================================================================
--- Makefile	(revision 1851)
+++ Makefile	(working copy)
@@ -7,7 +7,7 @@
 # Based on the OpenBSD port by:		Jasper Lievisse Adriaanse <jasper@openbsd.org>
 
 PORTNAME=		mspdebug
-PORTVERSION=		0.17
+PORTVERSION=		0.19
 CATEGORIES=		devel
 MASTER_SITES=		SF/${PORTNAME}
 

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



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