Date: Sun, 31 Jul 2011 08:11:14 +1000 (EST) From: Peter Jeremy <peterjeremy@acm.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/159318: devel/mspdebug update Message-ID: <201107302211.p6UMBEEs043121@server.vk2pj.dyndns.org> Resent-Message-ID: <201107302220.p6UMK93w097137@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 159318 >Category: ports >Synopsis: devel/mspdebug update >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 Jul 30 22:20:09 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 #11: Fri Apr 22 11:55:58 EST 2011 root@server.vk2pj.dyndns.org:/var/obj/usr/src/sys/server amd64 >Description: Update to version 0.16: * Support for new chips: MSP430G2252, MSP430G2553, MSP430F235, MSP430F427. * Added GDB client driver. * Added support for Olimex MSP-JTAG-TINY rev 2. * Bug fix in flash-bsl driver for large memory transfers. Fix build with clang. >How-To-Repeat: See clang exp runs for 2nd issue >Fix: Index: Makefile =================================================================== RCS file: /usr/ncvs/ports/devel/mspdebug/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 7 Jun 2011 14:11:18 -0000 1.2 +++ Makefile 28 Jul 2011 19:08:52 -0000 @@ -7,7 +7,7 @@ # Based on the OpenBSD port by: Jasper Lievisse Adriaanse <jasper@openbsd.org> PORTNAME= mspdebug -PORTVERSION= 0.15 +PORTVERSION= 0.16 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME} Index: distinfo =================================================================== RCS file: /usr/ncvs/ports/devel/mspdebug/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 7 Jun 2011 14:11:18 -0000 1.2 +++ distinfo 28 Jul 2011 19:10:35 -0000 @@ -1,2 +1,2 @@ -SHA256 (mspdebug-0.15.tar.gz) = ffdb1cdb34b81fd2a5eccd1c115f7d785837ef708b4b8816eb7a7b28f529bacb -SIZE (mspdebug-0.15.tar.gz) = 108076 +SHA256 (mspdebug-0.16.tar.gz) = 0a2c25e88cd037e315ebfc22d6bb2e7ec8932115f1f7579d89fdde48e51db510 +SIZE (mspdebug-0.16.tar.gz) = 111742 Index: files/patch-Makefile =================================================================== RCS file: /usr/ncvs/ports/devel/mspdebug/files/patch-Makefile,v retrieving revision 1.2 diff -u -r1.2 patch-Makefile --- files/patch-Makefile 7 Jun 2011 14:11:18 -0000 1.2 +++ files/patch-Makefile 28 Jul 2011 19:27:21 -0000 @@ -1,5 +1,14 @@ ---- Makefile.orig 2011-04-05 06:22:54.000000000 +1000 -+++ Makefile 2011-06-04 06:02:31.347404317 +1000 +--- 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 @@ PORTS_CFLAGS = `pkg-config --cflags libelf libusb` PORTS_LDFLAGS = `pkg-config --libs libelf libusb` -ltermcap >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107302211.p6UMBEEs043121>