Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Oct 2011 07:58:34 +1100 (EST)
From:      Peter Jeremy <peterjeremy@acm.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/161695: [patch] devel/mspdebug update to 0.17
Message-ID:  <201110152058.p9FKwYPf097713@server.vk2pj.dyndns.org>
Resent-Message-ID: <201110152300.p9FN0UmA099802@freefall.freebsd.org>

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

>Number:         161695
>Category:       ports
>Synopsis:       [patch] devel/mspdebug update to 0.17
>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:   Sat Oct 15 23:00:29 UTC 2011
>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 #12: Wed Sep 7 08:46:29 EST 2011 root@server.vk2pj.dyndns.org:/var/obj/usr/src/sys/server amd64

>Description:
	Update to 0.17

	* Support for new chips: MSP430FR5739, MSP430F5418,
	  MSP430AFE253, MSP430F5527, MSP430F5510, MSP430F5528.
	* New -s option to specify serial port
	* Bug fixes for GDB stub interface and simulator.
	* Reader now supports tilde-expansion and ^[# key.
	* Better diagnostics for FET devices (more error codes).

>How-To-Repeat:
	n/a
>Fix:
	- Remove patch files:
	  files/patch-bsl.c files/patch-elf32.c files/patch-olimex.c
	  files/patch-rf2500.c files/patch-uif.c files/patch-usbutil.c
	- Apply the following patch:
Index: Makefile
===================================================================
RCS file: /usr/ncvs/ports/devel/mspdebug/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	30 Jul 2011 23:06:47 -0000	1.3
+++ Makefile	15 Oct 2011 20:01:14 -0000
@@ -7,7 +7,7 @@
 # Based on the OpenBSD port by:		Jasper Lievisse Adriaanse <jasper@openbsd.org>
 
 PORTNAME=		mspdebug
-PORTVERSION=		0.16
+PORTVERSION=		0.17
 CATEGORIES=		devel
 MASTER_SITES=		SF/${PORTNAME}
 
Index: distinfo
===================================================================
RCS file: /usr/ncvs/ports/devel/mspdebug/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo	30 Jul 2011 23:06:47 -0000	1.3
+++ distinfo	15 Oct 2011 20:08:43 -0000
@@ -1,2 +1,2 @@
-SHA256 (mspdebug-0.16.tar.gz) = 0a2c25e88cd037e315ebfc22d6bb2e7ec8932115f1f7579d89fdde48e51db510
-SIZE (mspdebug-0.16.tar.gz) = 111742
+SHA256 (mspdebug-0.17.tar.gz) = f9c1ffb39969ad7716347112e66c6e67b9f57bc47ed7a4379697d1144ee3b8a4
+SIZE (mspdebug-0.17.tar.gz) = 144012
Index: files/patch-Makefile
===================================================================
RCS file: /usr/ncvs/ports/devel/mspdebug/files/patch-Makefile,v
retrieving revision 1.3
diff -u -r1.3 patch-Makefile
--- files/patch-Makefile	30 Jul 2011 23:06:47 -0000	1.3
+++ files/patch-Makefile	15 Oct 2011 20:28:28 -0000
@@ -10,8 +10,8 @@
  PREFIX ?= /usr/local
  LDFLAGS ?= -s
 @@ -38,8 +38,14 @@
- 	PORTS_CFLAGS = `pkg-config --cflags libelf libusb`
- 	PORTS_LDFLAGS = `pkg-config --libs libelf libusb` -ltermcap
+ 	PORTS_CFLAGS = `pkg-config --cflags libusb`
+ 	PORTS_LDFLAGS = `pkg-config --libs libusb` -ltermcap
    else
 +    ifeq ($(UNAME),FreeBSD) # FreeBSD Ports stuff
 +# This is only needed prior to FreeBSD 8.x to find libusb


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



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