notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: devel/msp430-gcc/distinfo
SVNWeb

Number of commits found: 35

Thu, 18 Oct 2012
[ 14:51 lev search for other commits by this committer ] Original commit   Revision:306070
 (1) Update with latest LTS patches
 (2) Add patch from trunk to support FRAM devices.

PR:	ports/172352 (2)
Feature safe: yes
Sun, 8 Apr 2012
[ 15:35 lev search for other commits by this committer ] Original commit 
  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 search for other commits by this committer ] Original commit 
  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 search for other commits by this committer ] Original commit 
  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 search for other commits by this committer ] Original commit 
   Update to latest "upstream" (Long Time Support) patches for all MSP430
 toolchain components.
Tue, 16 Aug 2011
[ 19:55 lev search for other commits by this committer ] Original commit 
  Add new LTS (upstream) patch.
Thu, 28 Jul 2011
[ 11:52 lev search for other commits by this committer ] Original commit 
  (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 search for other commits by this committer ] Original commit  (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 search for other commits by this committer ] Original commit  (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 search for other commits by this committer ] Original commit  (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 search for other commits by this committer ] Original commit 
  Latest gcc 3.4.4, latest msp430 patches.
Tue, 3 Aug 2004
[ 10:55 lev search for other commits by this committer ] Original commit 
  Update to latest (and recommended by msp430 maintainers) version 3.4.1
Tue, 6 Apr 2004
[ 08:56 lev search for other commits by this committer ] Original commit 
  Some bugfixes
Wed, 3 Mar 2004
[ 13:10 lev search for other commits by this committer ] Original commit 
  Add new devices
Tue, 24 Feb 2004
[ 14:45 lev search for other commits by this committer ] Original commit 
  New devices added.
  New function attribute `task' fo SOS RTOS added.
Fri, 6 Feb 2004
[ 12:50 lev search for other commits by this committer ] Original commit 
  New option for strict align, some bugfixes.
Fri, 5 Dec 2003
[ 14:59 lev search for other commits by this committer ] Original commit 
  Fix multiplication code generation.
Thu, 20 Nov 2003
[ 13:40 lev search for other commits by this committer ] Original commit 
  Fix some old devices, add new ones.
Thu, 23 Oct 2003
[ 12:23 lev search for other commits by this committer ] Original commit 
  Fixes in compare.
Fri, 17 Oct 2003
[ 12:51 lev search for other commits by this committer ] Original commit 
  [1] Update to new version.
  [2] Really don't install non-unique files. MANx too.
Mon, 6 Oct 2003
[ 13:16 lev search for other commits by this committer ] Original commit 
  Fix one bug in optimizer/code generator

Obtained from:  Target's maintainers
Mon, 1 Sep 2003
[ 12:22 lev search for other commits by this committer ] Original commit 
  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 search for other commits by this committer ] Original commit 
  Some fixes in target.
Thu, 14 Aug 2003
[ 13:26 lev search for other commits by this committer ] Original commit 
  Update to new gcc release: 3.3.1
Tue, 12 Aug 2003
[ 12:33 lev search for other commits by this committer ] Original commit 
  Fix some bugs in optimizer.

Obtained from:  Target mainainers
Fri, 18 Jul 2003
[ 13:03 lev search for other commits by this committer ] Original commit 
  Fix "internal compiler error", add some optimizations.
Wed, 16 Jul 2003
[ 09:33 lev search for other commits by this committer ] Original commit 
  Update with last fixes in target's patches.
Thu, 10 Jul 2003
[ 11:43 lev search for other commits by this committer ] Original commit 
  Update to last patche's version.
Sat, 28 Jun 2003
[ 17:54 lev search for other commits by this committer ] Original commit 
  Update to latest patches from mspgcc.sf.net.
  Here are two important fixes.

Approved by:    sobomax
Wed, 25 Jun 2003
[ 11:16 lev search for other commits by this committer ] Original commit 
 Update to latest version.

Approved by:    sobomax
Sun, 6 Apr 2003
[ 14:09 nork search for other commits by this committer ] Original commit 
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 search for other commits by this committer ] Original commit 
[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 search for other commits by this committer ] Original commit 
Update to 20021120.

PR:             ports/45566
Submitted by:   Lev A. Serbryakov <lev@serebryakov.spb.ru> (maintainer)
Mon, 11 Nov 2002
[ 06:02 sada search for other commits by this committer ] Original commit 
- upgrade patchversion to 20021105
- portlint
PR:     ports/45161
Submitted by:   maintainer
Wed, 6 Nov 2002
[ 10:16 jkoshy search for other commits by this committer ] Original commit 
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: 35