notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: devel/msp430-gcc/distinfo

Number of commits found: 35

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

PR:	ports/172352 (2)
Feature safe: yes
Original commitRevision:306070 
Sunday, 8 Apr 2012
15:35 lev search for other commits by this committer
  Update to brand-new LTS (Long Terms Support) release.
  gcc is 4.6.3
  binutils is 2.21.1a

Feature safe: yes
Original commit
Sunday, 6 Nov 2011
17:39 lev search for other commits by this committer
  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));
}
Original commit
Friday, 4 Nov 2011
13:15 lev search for other commits by this committer
  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;
}
Original commit
Thursday, 22 Sep 2011
10:25 lev search for other commits by this committer
   Update to latest "upstream" (Long Time Support) patches for all MSP430
 toolchain components.
Original commit
Tuesday, 16 Aug 2011
19:55 lev search for other commits by this committer
  Add new LTS (upstream) patch.
Original commit
Thursday, 28 Jul 2011
11:52 lev search for other commits by this committer
  (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.
Original commit
Tuesday, 26 Jul 2011
16:26 lev search for other commits by this committer
  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.
Original commit
Sunday, 3 Jul 2011
14:59 ohauer search for other commits by this committer
-remove MD5
Original commit
Sunday, 22 Jan 2006
08:30 edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
Original commit
Monday, 19 Sep 2005
13:39 lev search for other commits by this committer
  Latest gcc 3.4.4, latest msp430 patches.
Original commit
Tuesday, 3 Aug 2004
10:55 lev search for other commits by this committer
  Update to latest (and recommended by msp430 maintainers) version 3.4.1
Original commit
Tuesday, 6 Apr 2004
08:56 lev search for other commits by this committer
  Some bugfixes
Original commit
Wednesday, 3 Mar 2004
13:10 lev search for other commits by this committer
  Add new devices
Original commit
Tuesday, 24 Feb 2004
14:45 lev search for other commits by this committer
  New devices added.
  New function attribute `task' fo SOS RTOS added.
Original commit
Friday, 6 Feb 2004
12:50 lev search for other commits by this committer
  New option for strict align, some bugfixes.
Original commit
Friday, 5 Dec 2003
14:59 lev search for other commits by this committer
  Fix multiplication code generation.
Original commit
Thursday, 20 Nov 2003
13:40 lev search for other commits by this committer
  Fix some old devices, add new ones.
Original commit
Thursday, 23 Oct 2003
12:23 lev search for other commits by this committer
  Fixes in compare.
Original commit
Friday, 17 Oct 2003
12:51 lev search for other commits by this committer
  [1] Update to new version.
  [2] Really don't install non-unique files. MANx too.
Original commit
Monday, 6 Oct 2003
13:16 lev search for other commits by this committer
  Fix one bug in optimizer/code generator

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

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

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

Approved by:    sobomax
Original commit
Sunday, 6 Apr 2003
14:09 nork search for other commits by this committer
Update to 3.2.2.20030304.

PR:             ports/50395
Submitted by:   Lev A. Serbryakov <lev@serebryakov.spb.ru> (maintainer)
Original commit
Monday, 24 Feb 2003
00:39 edwin search for other commits by this committer
[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>
Original commit
Friday, 22 Nov 2002
18:53 nork search for other commits by this committer
Update to 20021120.

PR:             ports/45566
Submitted by:   Lev A. Serbryakov <lev@serebryakov.spb.ru> (maintainer)
Original commit
Monday, 11 Nov 2002
06:02 sada search for other commits by this committer
- upgrade patchversion to 20021105
- portlint
PR:     ports/45161
Submitted by:   maintainer
Original commit
Wednesday, 6 Nov 2002
10:16 jkoshy search for other commits by this committer
GCC Cross compiler for the Texas Instruments MSP430 architecture.

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

Number of commits found: 35