Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Mar 2003 15:55:51 +0300 (MSK)
From:      "Lev A. Serbryakov" <lev@serebryakov.spb.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/50396: This PR updates msp430-libc to latest patchlevel. Some bugs was fixed, some features was added.
Message-ID:  <200303281255.h2SCtpOE065362@ftp.translate.ru>
Resent-Message-ID: <200303281300.h2SD0O4j096196@freefall.freebsd.org>

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

>Number:         50396
>Category:       ports
>Synopsis:       This PR updates msp430-libc to latest patchlevel. Some bugs was fixed, some features was added.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 28 05:00:24 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Lev A. Serbryakov <lev@serebryakov.spb.ru>
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD ftp.translate.ru 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Nov 22 20:10:56 MSK 2002 lev@ftp.translate.ru:/usr/obj/usr/src/sys/FTPTR i386
Ports:  28 Mar 2003
>Description:

      This PR updates msp430-libc to latest patchlevel. Some bugs was fixed, some features was added.

>How-To-Repeat:
>Fix:

	


diff -ruN msp430-libc.orig/Makefile msp430-libc/Makefile
--- msp430-libc.orig/Makefile	Fri Mar 28 15:36:50 2003
+++ msp430-libc/Makefile	Fri Mar 28 15:37:11 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	libc
-PORTVERSION=	1.0.20030207
+PORTVERSION=	1.0.20030326
 CATEGORIES=	devel
 MASTER_SITES=	http://lev.serebryakov.spb.ru/download/msp430/
 PKGNAMEPREFIX=	msp430-
diff -ruN msp430-libc.orig/distinfo msp430-libc/distinfo
--- msp430-libc.orig/distinfo	Fri Mar 28 15:36:50 2003
+++ msp430-libc/distinfo	Fri Mar 28 15:37:17 2003
@@ -1 +1 @@
-MD5 (msp430-libc-1.0.20030207.tar.bz2) = ae477899149f6f28ababdaf9d0072e69
+MD5 (msp430-libc-1.0.20030326.tar.bz2) = 2f324bb69dfa46be244d3c2f6b3984ed
diff -ruN msp430-libc.orig/pkg-plist msp430-libc/pkg-plist
--- msp430-libc.orig/pkg-plist	Fri Mar 28 15:36:50 2003
+++ msp430-libc/pkg-plist	Fri Mar 28 15:48:58 2003
@@ -175,6 +175,29 @@
 %%LIBC_TARG%%/share/mspgcc/examples/timerA_uart/miniterm.py
 %%LIBC_TARG%%/share/mspgcc/examples/timerA_uart/swuart.h
 %%LIBC_TARG%%/share/mspgcc/examples/timerA_uart/swuart.s
+%%LIBC_TARG%%/share/mspgcc/examples/video/TVPong/LICENSE.txt
+%%LIBC_TARG%%/share/mspgcc/examples/video/TVPong/README.txt
+%%LIBC_TARG%%/share/mspgcc/examples/video/TVPong/asmlib.S
+%%LIBC_TARG%%/share/mspgcc/examples/video/TVPong/game.c
+%%LIBC_TARG%%/share/mspgcc/examples/video/TVPong/hardware.h
+%%LIBC_TARG%%/share/mspgcc/examples/video/TVPong/history.txt
+%%LIBC_TARG%%/share/mspgcc/examples/video/TVPong/intro.c
+%%LIBC_TARG%%/share/mspgcc/examples/video/TVPong/lchanima.ci
+%%LIBC_TARG%%/share/mspgcc/examples/video/TVPong/logo.c
+%%LIBC_TARG%%/share/mspgcc/examples/video/TVPong/main.c
+%%LIBC_TARG%%/share/mspgcc/examples/video/TVPong/makefile
+%%LIBC_TARG%%/share/mspgcc/examples/video/TVPong/msppong.ci
+%%LIBC_TARG%%/share/mspgcc/examples/video/TVPong/winlogos.ci
+%%LIBC_TARG%%/share/mspgcc/examples/video/TVPong/winscreen.c
+%%LIBC_TARG%%/share/mspgcc/examples/video/TVTetris/LICENSE.txt
+%%LIBC_TARG%%/share/mspgcc/examples/video/TVTetris/README.txt
+%%LIBC_TARG%%/share/mspgcc/examples/video/TVTetris/asmlib.S
+%%LIBC_TARG%%/share/mspgcc/examples/video/TVTetris/game.c
+%%LIBC_TARG%%/share/mspgcc/examples/video/TVTetris/hardware.h
+%%LIBC_TARG%%/share/mspgcc/examples/video/TVTetris/main.c
+%%LIBC_TARG%%/share/mspgcc/examples/video/TVTetris/makefile
+%%LIBC_TARG%%/share/mspgcc/examples/video/TVTetris/numbers.ci
+%%LIBC_TARG%%/share/mspgcc/examples/video/TVTetris/tiles.ci
 @dirrm %%LIBC_TARG%%/include/msp430
 @dirrm %%LIBC_TARG%%/include/sys
 @dirrm %%LIBC_TARG%%/include
@@ -192,6 +215,9 @@
 @dirrm %%LIBC_TARG%%/share/mspgcc/examples/tasker
 @dirrm %%LIBC_TARG%%/share/mspgcc/examples/tcpip
 @dirrm %%LIBC_TARG%%/share/mspgcc/examples/timerA_uart
+@dirrm %%LIBC_TARG%%/share/mspgcc/examples/video/TVPong
+@dirrm %%LIBC_TARG%%/share/mspgcc/examples/video/TVTetris
+@dirrm %%LIBC_TARG%%/share/mspgcc/examples/video
 @dirrm %%LIBC_TARG%%/share/mspgcc/examples
 @dirrm %%LIBC_TARG%%/share/mspgcc
 @unexec rmdir %D/%%LIBC_TARG%%/share 2>/dev/null || true
>Release-Note:
>Audit-Trail:
>Unformatted:



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