Date: Sat, 9 Nov 2002 19:03:39 +0300 (MSK) From: "Lev A. Serbryakov" <lev@serebryakov.spb.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/45163: [MAINTAINER UPDATE] Update port `devel/msp430-libc' to new, improved version. Message-ID: <200211091603.gA9G3dGq066152@ftp.translate.ru>
next in thread | raw e-mail | index | archive | help
>Number: 45163 >Category: ports >Synopsis: [MAINTAINER UPDATE] Update port `devel/msp430-libc' to new, improved version. >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Nov 09 08:10:03 PST 2002 >Closed-Date: >Last-Modified: >Originator: Lev A. Serbryakov <lev@serebryakov.spb.ru> >Release: FreeBSD 4.7-PRERELEASE i386 >Organization: >Environment: System: FreeBSD ftp.translate.ru 4.7-PRERELEASE FreeBSD 4.7-PRERELEASE #0: Wed Sep 4 15:11:34 MSD 2002 lev@ftp.translate.ru:/usr/src/sys/compile/FTPTR i386 Ports collection: 9 Nov 2002 >Description: This PR update `devel/msp430-libc' port to new patchlevel. There are some improvements and support for new devices. Also, distfile was renamed (libc-xxxx was a bad idea). >How-To-Repeat: >Fix: diff -ruN msp430-libc.orig/Makefile msp430-libc/Makefile --- msp430-libc.orig/Makefile Thu Nov 7 12:03:28 2002 +++ msp430-libc/Makefile Sat Nov 9 18:45:38 2002 @@ -2,14 +2,15 @@ # Date created: 15 October 2002 # Whom: Lev Serebryakov <lev@serebryakov.spb.ru> # -# $FreeBSD: ports/devel/msp430-libc/Makefile,v 1.1 2002/11/07 09:03:28 jkoshy Exp $ +# $FreeBSD$ # PORTNAME= libc -PORTVERSION= 0.1.20021016 +PORTVERSION= 0.1.20021102 CATEGORIES= devel MASTER_SITES= http://lev.serebryakov.spb.ru/download/msp430/ PKGNAMEPREFIX= msp430- +DISTFILES= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= lev@serebryakov.spb.ru diff -ruN msp430-libc.orig/distinfo msp430-libc/distinfo --- msp430-libc.orig/distinfo Thu Nov 7 12:03:28 2002 +++ msp430-libc/distinfo Sat Nov 9 18:42:46 2002 @@ -1 +1 @@ -MD5 (libc-0.1.20021016.tar.bz2) = 0588d1b92316fa6ceb3639ce9e1b3292 +MD5 (msp430-libc-0.1.20021102.tar.bz2) = ffa60753b1dab21a0d7a1a8581133175 diff -ruN msp430-libc.orig/pkg-plist msp430-libc/pkg-plist --- msp430-libc.orig/pkg-plist Thu Nov 7 12:03:28 2002 +++ msp430-libc/pkg-plist Sat Nov 9 18:49:44 2002 @@ -11,6 +11,8 @@ %%LIBC_TARG%%/include/msp430/basic_timer.h %%LIBC_TARG%%/include/msp430/common.h %%LIBC_TARG%%/include/msp430/compa.h +%%LIBC_TARG%%/include/msp430/dac12.h +%%LIBC_TARG%%/include/msp430/dma.h %%LIBC_TARG%%/include/msp430/eprom.h %%LIBC_TARG%%/include/msp430/flash.h %%LIBC_TARG%%/include/msp430/gpio.h @@ -30,6 +32,8 @@ %%LIBC_TARG%%/include/msp430x12x2.h %%LIBC_TARG%%/include/msp430x13x.h %%LIBC_TARG%%/include/msp430x14x.h +%%LIBC_TARG%%/include/msp430x15x.h +%%LIBC_TARG%%/include/msp430x16x.h %%LIBC_TARG%%/include/msp430x31x.h %%LIBC_TARG%%/include/msp430x32x.h %%LIBC_TARG%%/include/msp430x33x.h @@ -41,8 +45,14 @@ %%LIBC_TARG%%/include/stdio.h %%LIBC_TARG%%/include/stdlib.h %%LIBC_TARG%%/include/string.h +%%LIBC_TARG%%/include/sys/_ansi.h +%%LIBC_TARG%%/include/sys/_types.h %%LIBC_TARG%%/include/sys/cdefs.h +%%LIBC_TARG%%/include/sys/config.h +%%LIBC_TARG%%/include/sys/fdlibm.h +%%LIBC_TARG%%/include/sys/ieeefp.h %%LIBC_TARG%%/include/sys/inttypes.h +%%LIBC_TARG%%/include/sys/reent.h %%LIBC_TARG%%/include/sys/types.h %%LIBC_TARG%%/lib/crt430x110.o %%LIBC_TARG%%/lib/crt430x1101.o @@ -60,6 +70,12 @@ %%LIBC_TARG%%/lib/crt430x147.o %%LIBC_TARG%%/lib/crt430x148.o %%LIBC_TARG%%/lib/crt430x149.o +%%LIBC_TARG%%/lib/crt430x155.o +%%LIBC_TARG%%/lib/crt430x156.o +%%LIBC_TARG%%/lib/crt430x157.o +%%LIBC_TARG%%/lib/crt430x167.o +%%LIBC_TARG%%/lib/crt430x168.o +%%LIBC_TARG%%/lib/crt430x169.o %%LIBC_TARG%%/lib/crt430x311.o %%LIBC_TARG%%/lib/crt430x312.o %%LIBC_TARG%%/lib/crt430x313.o @@ -100,7 +116,6 @@ %%LIBC_TARG%%/share/mspgcc/examples/tcpip/tcpip.c %%LIBC_TARG%%/share/mspgcc/examples/tcpip/tcpip.h %%LIBC_TARG%%/share/mspgcc/examples/tcpip/webside.c -@exec mkdir -p %D/%%LIBC_TARG%%/share/mspgcc/examples/adc @dirrm %%LIBC_TARG%%/include/msp430 @dirrm %%LIBC_TARG%%/include/sys @dirrm %%LIBC_TARG%%/include >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211091603.gA9G3dGq066152>