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-gdb/Makefile

Number of commits found: 28

Monday, 19 Oct 2015
13:34 lev search for other commits by this committer
 New port: GCC toolchain for TI's MSP430 microcontrollers.

 It is official open-source release, prepared for TI by RedHat.

 Old "mspgcc" ports, which were made obsolete almost year ago, are marked
 as DEPRECATED.
Original commitRevision:399668 
Friday, 15 May 2015
15:38 lev search for other commits by this committer
  Fix building on modern systems.
Original commitRevision:386418 
Thursday, 14 May 2015
10:15 mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:386312 
Sunday, 18 May 2014
19:11 lev search for other commits by this committer
 STAGEfy msp430 toolchain ports, un-break msp430-gdb with clang.
Original commitRevision:354450 
Friday, 20 Sep 2013
17:13 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
Original commitRevision:327724 
Friday, 5 Aug 2011
13:21 lev search for other commits by this committer
  Add latest patches to msp430-binutils and msp430mcu.
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
Wednesday, 24 Nov 2010
14:35 pav search for other commits by this committer
- Update to 7.1 and unbreak

PR:             ports/152014
Submitted by:   mandree
Approved by:    maintainer timeout (lev; 16 days)
Original commit
Thursday, 3 Sep 2009
10:17 erwin search for other commits by this committer
Mark BROKEN: does not support recent FreeBSD versions
Original commit
Tuesday, 2 Oct 2007
08:08 linimon search for other commits by this committer
Mark as broken with gcc4.2.

While here, try to pet portlint a bit, but it's still pretty unhappy.
Original commit
Thursday, 23 Feb 2006
10:40 ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Original commit
Tuesday, 15 Nov 2005
06:52 ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
Original commit
Wednesday, 2 Nov 2005
23:24 edwin search for other commits by this committer
Fix pkg-plist, remove breakage.
Original commit
Saturday, 23 Jul 2005
02:53 kris search for other commits by this committer
This port is scheduled for deletion on 2005-09-22 if it is still broken
at that time and no PRs have been submitted to fix it.
Original commit
Sunday, 27 Mar 2005
02:20 kris search for other commits by this committer
BROKEN: Incomplete pkg-plist

Approved by:    portmgr (self)
Original commit
Saturday, 26 Mar 2005
21:54 kris search for other commits by this committer
BROKEN on ia64: Configure fails

Approved by:    portmgr (self)
Original commit
Tuesday, 3 Aug 2004
11:16 lev search for other commits by this committer
  Update to latest patches from msp430 maintainers.
Original commit
Thursday, 13 May 2004
08:49 kris search for other commits by this committer
BROKEN on sparc64: Fails to link
Original commit
Saturday, 3 Apr 2004
13:56 kris search for other commits by this committer
BROKEN on amd64: Configure fails
Original commit
Sunday, 14 Mar 2004
06:17 ade search for other commits by this committer
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

        USE_LIBTOOL=YES         ->      USE_LIBTOOL_VER=13
        USE_AUTOCONF=YES        ->      USE_AUTOCONF_VER=213
        USE_AUTOMAKE=YES        ->      USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
Original commit
Wednesday, 4 Feb 2004
05:21 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Original commit
Tuesday, 22 Jul 2003
09:36 lev search for other commits by this committer
  (1) Bump patchversion to latest cleanups
  (2) Solve "unfetchable distfiles" problem
Original commit
Tuesday, 17 Jun 2003
13:53 lev search for other commits by this committer
Change MAINTAINER field of my ports to lev@FReeBSD.org, my brand-new
committer's e-mail

Approved by:    sobomax
Original commit
Monday, 24 Feb 2003
00:44 edwin search for other commits by this committer
[MAINTAINER UPDATE] Update port `devel/msp430-gdb' to new, improved version.

PR:             ports/48500
Submitted by:   Lev A. Serbryakov <lev@serebryakov.spb.ru>
Original commit
Friday, 21 Feb 2003
11:23 knu search for other commits by this committer
De-pkg-comment.
Original commit
Monday, 11 Nov 2002
06:21 sada search for other commits by this committer
- upgrade patchversion to 20021031
- portlint
PR:     ports/45162
Submitted by:   maintainer
Original commit
Wednesday, 6 Nov 2002
10:18 jkoshy search for other commits by this committer
GDB support for the Texas Instruments MSP430 architecture.

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

Number of commits found: 28