FreshPorts -- The Place For Ports notbug Sat, 26 May 2012 9:20 PM BST
non port: devel/msp430-gcc/distinfo
CVSWeb

Number of commits found: 34

Sun, 8 Apr 2012
[ 15:35 lev ] Original commit 
1.31 devel/msp430-binutils/Makefile
1.45 devel/msp430-gcc/Makefile
1.31 devel/msp430-libc/Makefile
1.6 devel/msp430mcu/Makefile
1.14 devel/msp430-binutils/distinfo
1.34 devel/msp430-gcc/distinfo
1.25 devel/msp430-libc/distinfo
1.4 devel/msp430mcu/distinfo
1.1 devel/msp430-gcc/files/patch-libgcc-Makefile.in
1.11 devel/msp430-gcc/pkg-plist
  Update to brand-new LTS (Long Terms Support) release.
  gcc is 4.6.3
  binutils is 2.21.1a

Feature safe: yes
Sun, 6 Nov 2011
[ 17:39 lev ] Original commit 
1.44 devel/msp430-gcc/Makefile
1.33 devel/msp430-gcc/distinfo
  Add new patch from upstream:

This fixes an error when calculating strlen on an auto-storage char array that
happens be zero bytes offset from the stack pointer.

extern unsigned int strlen (const char *s);
void setval (char* str, int len);
void useval (const char* str, unsigned char len);

void tryit ()
{
  char tmp[17];
  setval (tmp, sizeof(tmp));
  useval (tmp, strlen(tmp));
}
Fri, 4 Nov 2011
[ 13:15 lev ] Original commit 
1.43 devel/msp430-gcc/Makefile
1.32 devel/msp430-gcc/distinfo
  New patch from upstream:

  This fixes an error in comparisons of the lower parts of a multi-word integer
against a constant when using a comparison operation not directly supported
by an MSP430 instruction.  E.g.,:

int test_gtu32 (uint32_t x)
{
  if (x > 0xFFFF)
    return 1;
  return 0;
}
Thu, 22 Sep 2011
[ 10:25 lev ] Original commit 
1.29 devel/msp430-binutils/Makefile
1.42 devel/msp430-gcc/Makefile
1.30 devel/msp430-libc/Makefile
1.5 devel/msp430mcu/Makefile
1.13 devel/msp430-binutils/distinfo
1.31 devel/msp430-gcc/distinfo
1.24 devel/msp430-libc/distinfo
1.3 devel/msp430mcu/distinfo
   Update to latest "upstream" (Long Time Support) patches for all MSP430
 toolchain components.
Tue, 16 Aug 2011
[ 19:55 lev ] Original commit 
1.41 devel/msp430-gcc/Makefile
1.30 devel/msp430-gcc/distinfo
  Add new LTS (upstream) patch.
Thu, 28 Jul 2011
[ 11:52 lev ] Original commit 
1.27 devel/msp430-binutils/Makefile
1.39 devel/msp430-gcc/Makefile
1.40 devel/msp430-gcc3/Makefile
1.22 devel/msp430-gdb/Makefile
1.26 devel/msp430-libc/Makefile
1.3 devel/msp430mcu/Makefile
1.11 devel/msp430-binutils/distinfo
1.29 devel/msp430-gcc/distinfo
1.11 devel/msp430-binutils/pkg-plist
1.10 devel/msp430-gcc/pkg-plist
  (1) Make binutils/gcc ready for further official bugfix patches
      according to new mspgcc release politic.
  (2) Add official (mspgcc) ARCH problem patch to binutils.
  (3) Add official (mspgcc) patch to gcc.
  (4) Fix msp430mcu plist, if it is installed alone.
  (5) Make portlint (almost) happy.
Tue, 26 Jul 2011
[ 16:26 lev ] Original commit 
1.25 devel/msp430-binutils/Makefile
1.38 devel/msp430-gcc/Makefile
1.38 devel/msp430-gcc3/Makefile
1.21 devel/msp430-gdb/Makefile
1.25 devel/msp430-libc/Makefile
1.1 devel/msp430mcu/Makefile
1.1110 UPDATING
1.10 devel/msp430-binutils/distinfo
1.28 devel/msp430-gcc/distinfo
1.10 devel/msp430-gdb/distinfo

(Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
  Update msp430 toolchain to new version:
   mspgcc release 20110716:
     binutils-2.21.1.20110716
     gcc-4.5.3.20110706
     gdb-7.2.20110103

     msp430mcu-20110613 (new port, platform headers, converted from offical TI
                         ones and linking scripts, generated from datasheets).

     msp430-libc-1.0.20110612

   Preserve old msp430-gcc as `devel/msp430-gcc3'
   Make mps430-libc work with both gcc versions.
   Add CONFLICTS to msp430-gcc*.
   Add LICENSE clauses to all FSF-based ports.
Sun, 3 Jul 2011
[ 14:59 ohauer ] Original commit 
1.3 devel/9base/distinfo
1.5 devel/ElectricFence/distinfo
1.29 devel/ORBit/distinfo
1.74 devel/ORBit2/distinfo
1.4 devel/SpecTcl/distinfo
1.21 devel/ZendOptimizer/distinfo
1.22 devel/aap/distinfo
1.6 devel/ace+tao-doc/distinfo
1.4 devel/ace/distinfo
1.22 devel/acpicatools/distinfo

(Only the first 10 of 1775 ports in this commit are shown above. View all ports for this commit)
-remove MD5
Sun, 22 Jan 2006
[ 08:30 edwin ] Original commit 
1.3 devel/SpecTcl/distinfo
1.3 devel/a2dev/distinfo
1.17 devel/aap/distinfo
1.4 devel/activitymail/distinfo
1.3 devel/adasdl/distinfo
1.4 devel/agenda-headers/distinfo
1.3 devel/agenda-snow-libs/distinfo
1.3 devel/agenda-static-libs/distinfo
1.3 devel/agide/distinfo
1.18 devel/apache-ant/distinfo

(Only the first 10 of 673 ports in this commit are shown above. View all ports for this commit)
SHA256ify

Approved by:    krion@
Mon, 19 Sep 2005
[ 13:39 lev ] Original commit 
1.34 devel/msp430-gcc/Makefile
1.25 devel/msp430-gcc/distinfo
1.1 devel/msp430-gcc/files/patch-gcc-config-msp430-msp430.c
  Latest gcc 3.4.4, latest msp430 patches.
Tue, 3 Aug 2004
[ 10:55 lev ] Original commit 
1.32 devel/msp430-gcc/Makefile
1.24 devel/msp430-gcc/distinfo
1.2 devel/msp430-gcc/files/patch-Makefile.in
1.2 devel/msp430-gcc/files/patch-gcc-Makefile.in
1.7 devel/msp430-gcc/pkg-plist
  Update to latest (and recommended by msp430 maintainers) version 3.4.1
Tue, 6 Apr 2004
[ 08:56 lev ] Original commit 
1.30 devel/msp430-gcc/Makefile
1.23 devel/msp430-gcc/distinfo
  Some bugfixes
Wed, 3 Mar 2004
[ 13:10 lev ] Original commit 
1.28 devel/msp430-gcc/Makefile
1.22 devel/msp430-gcc/distinfo
  Add new devices
Tue, 24 Feb 2004
[ 14:45 lev ] Original commit 
1.26 devel/msp430-gcc/Makefile
1.21 devel/msp430-gcc/distinfo
  New devices added.
  New function attribute `task' fo SOS RTOS added.
Fri, 6 Feb 2004
[ 12:50 lev ] Original commit 
1.25 devel/msp430-gcc/Makefile
1.20 devel/msp430-gcc/distinfo
  New option for strict align, some bugfixes.
Fri, 5 Dec 2003
[ 14:59 lev ] Original commit 
1.23 devel/msp430-gcc/Makefile
1.19 devel/msp430-gcc/distinfo
  Fix multiplication code generation.
Thu, 20 Nov 2003
[ 13:40 lev ] Original commit 
1.22 devel/msp430-gcc/Makefile
1.18 devel/msp430-gcc/distinfo
  Fix some old devices, add new ones.
Thu, 23 Oct 2003
[ 12:23 lev ] Original commit 
1.21 devel/msp430-gcc/Makefile
1.17 devel/msp430-gcc/distinfo
  Fixes in compare.
Fri, 17 Oct 2003
[ 12:51 lev ] Original commit 
1.20 devel/msp430-gcc/Makefile
1.16 devel/msp430-gcc/distinfo
1.1 devel/msp430-gcc/files/patch-gcc-Makefile.in
  [1] Update to new version.
  [2] Really don't install non-unique files. MANx too.
Mon, 6 Oct 2003
[ 13:16 lev ] Original commit 
1.18 devel/msp430-gcc/Makefile
1.15 devel/msp430-gcc/distinfo
  Fix one bug in optimizer/code generator

Obtained from:  Target's maintainers
Mon, 1 Sep 2003
[ 12:22 lev ] Original commit 
1.16 devel/msp430-gcc/Makefile
1.14 devel/msp430-gcc/distinfo
1.5 devel/msp430-gcc/pkg-plist
  Target's maintainers claim, that gcc 3.2.x produce better code than 3.3.x
  All future updates for msp430 target will be provided only for 3.2.x and 3.4
  versions of gcc.

  So, I've downgraded gcc port to 3.2.3 + last msp430 patches.

Obtained from:  Target's maintainers
Tue, 26 Aug 2003
[ 13:31 lev ] Original commit 
1.15 devel/msp430-gcc/Makefile
1.13 devel/msp430-gcc/distinfo
  Some fixes in target.
Thu, 14 Aug 2003
[ 13:26 lev ] Original commit 
1.14 devel/msp430-gcc/Makefile
1.12 devel/msp430-gcc/distinfo
1.4 devel/msp430-gcc/pkg-plist
  Update to new gcc release: 3.3.1
Tue, 12 Aug 2003
[ 12:33 lev ] Original commit 
1.13 devel/msp430-gcc/Makefile
1.11 devel/msp430-gcc/distinfo
  Fix some bugs in optimizer.

Obtained from:  Target mainainers
Fri, 18 Jul 2003
[ 13:03 lev ] Original commit 
1.12 devel/msp430-gcc/Makefile
1.10 devel/msp430-gcc/distinfo
  Fix "internal compiler error", add some optimizations.
Wed, 16 Jul 2003
[ 09:33 lev ] Original commit 
1.11 devel/msp430-gcc/Makefile
1.9 devel/msp430-gcc/distinfo
  Update with last fixes in target's patches.
Thu, 10 Jul 2003
[ 11:43 lev ] Original commit 
1.10 devel/msp430-gcc/Makefile
1.8 devel/msp430-gcc/distinfo
1.2 devel/msp430-gcc/pkg-descr
  Update to last patche's version.
Sat, 28 Jun 2003
[ 17:54 lev ] Original commit 
1.9 devel/msp430-gcc/Makefile
1.7 devel/msp430-gcc/distinfo
  Update to latest patches from mspgcc.sf.net.
  Here are two important fixes.

Approved by:    sobomax
Wed, 25 Jun 2003
[ 11:16 lev ] Original commit 
1.6 devel/msp430-binutils/Makefile
1.8 devel/msp430-gcc/Makefile
1.8 devel/msp430-libc/Makefile
1.4 devel/msp430-binutils/distinfo
1.6 devel/msp430-gcc/distinfo
1.6 devel/msp430-libc/distinfo
1.3 devel/msp430-binutils/pkg-plist
1.3 devel/msp430-gcc/pkg-plist
1.6 devel/msp430-libc/pkg-plist
 Update to latest version.

Approved by:    sobomax
Sun, 6 Apr 2003
[ 14:09 nork ] Original commit 
1.6 devel/msp430-gcc/Makefile
1.5 devel/msp430-gcc/distinfo
Update to 3.2.2.20030304.

PR:             ports/50395
Submitted by:   Lev A. Serbryakov <lev@serebryakov.spb.ru> (maintainer)
Mon, 24 Feb 2003
[ 00:39 edwin ] Original commit 
1.5 devel/msp430-gcc/Makefile
1.4 devel/msp430-gcc/distinfo
[MAINTAINER UPDATE] Update port `devel/msp430-gcc' to new, improved
and fixed version based on gcc 3.2.2.

PR:             ports/48498
Submitted by:   Lev A. Serbryakov <lev@serebryakov.spb.ru>
Fri, 22 Nov 2002
[ 18:53 nork ] Original commit 
1.3 devel/msp430-gcc/Makefile
1.3 devel/msp430-gcc/distinfo
Update to 20021120.

PR:             ports/45566
Submitted by:   Lev A. Serbryakov <lev@serebryakov.spb.ru> (maintainer)
Mon, 11 Nov 2002
[ 06:02 sada ] Original commit 
1.2 devel/msp430-gcc/Makefile
1.2 devel/msp430-gcc/distinfo
1.2 devel/msp430-gcc/pkg-plist
- upgrade patchversion to 20021105
- portlint
PR:     ports/45161
Submitted by:   maintainer
Wed, 6 Nov 2002
[ 10:16 jkoshy ] Original commit 
1.971 devel/Makefile
1.1 devel/msp430-gcc/Makefile
1.1 devel/msp430-gcc/distinfo
1.1 devel/msp430-gcc/pkg-comment
1.1 devel/msp430-gcc/pkg-descr
1.1 devel/msp430-gcc/pkg-plist
GCC Cross compiler for the Texas Instruments MSP430 architecture.

PR:             ports/44139
Submitted by:   Lev A. Serbryakov <lev@serebryakov.spb.ru>

Number of commits found: 34

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23672
Broken 193
Deprecated 147
Ignore 736
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 41
Set to expire 188
Interactive 54
new 24 hours 3
new 48 hours32
new 7 days59
new fortnight183
new month255

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.996 seconds.