- update mspdebug to 0.16

This commit is contained in:
jasper 2011-06-16 08:51:07 +00:00
parent e453bd7077
commit cdf8b4208a
3 changed files with 21 additions and 7 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.4 2011/04/05 14:00:58 jasper Exp $
# $OpenBSD: Makefile,v 1.5 2011/06/16 08:51:07 jasper Exp $
COMMENT= debugger for use with MSP 430 MCUs
DISTNAME= mspdebug-0.15
DISTNAME= mspdebug-0.16
CATEGORIES= devel
HOMEPAGE= http://mspdebug.sourceforge.net/

View File

@ -1,5 +1,5 @@
MD5 (mspdebug-0.15.tar.gz) = BEvK44+9Yoa3ssDuAye2PQ==
RMD160 (mspdebug-0.15.tar.gz) = j/qeruZQqPuL50zkUF1TyYVfvgo=
SHA1 (mspdebug-0.15.tar.gz) = nkb86s+BlLt0KwjVP6AKDNXXrAY=
SHA256 (mspdebug-0.15.tar.gz) = /9sc2zS4H9Kl7M0cEV99eFg373CLS4gW63p7KPUpuss=
SIZE (mspdebug-0.15.tar.gz) = 108076
MD5 (mspdebug-0.16.tar.gz) = KJtiW7Y5ddk1qW3KvubYvA==
RMD160 (mspdebug-0.16.tar.gz) = WPM46ZBL+E2Wrg2PY4E7TcdzKzY=
SHA1 (mspdebug-0.16.tar.gz) = jhYnxzixoQAaAKVJ2QpmzkyFrAI=
SHA256 (mspdebug-0.16.tar.gz) = Ciwl6IzQN+MV6/wi1rsufsiTIRXx91edif3eSOUdtRA=
SIZE (mspdebug-0.16.tar.gz) = 111742

View File

@ -0,0 +1,14 @@
$OpenBSD: patch-gdb_proto_c,v 1.1 2011/06/16 08:51:07 jasper Exp $
Fix implicit declaration of memset().
--- gdb_proto.c.orig Thu Jun 16 10:48:43 2011
+++ gdb_proto.c Thu Jun 16 10:48:58 2011
@@ -23,6 +23,7 @@
#include <sys/socket.h>
#include <unistd.h>
#include <errno.h>
+#include <string.h>
#include "gdb_proto.h"
#include "output.h"