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-binutils/Makefile
SVNWeb

Number of commits found: 37

Mon, 19 Oct 2015
[ 13:34 lev search for other commits by this committer ] Original commit   Revision:399668 (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
 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.
Thu, 14 May 2015
[ 10:15 mat search for other commits by this committer ] Original commit   Revision:386312 (Only the first 10 of 1814 ports in this commit are shown above. View all ports for this commit)
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
Sun, 18 May 2014
[ 19:11 lev search for other commits by this committer ] Original commit   Revision:354450 (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
 STAGEfy msp430 toolchain ports, un-break msp430-gdb with clang.
Fri, 20 Sep 2013
[ 17:13 bapt search for other commits by this committer ] Original commit   Revision:327724 (Only the first 10 of 2998 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
Wed, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Thu, 2 May 2013
[ 14:19 bapt search for other commits by this committer ] Original commit   Revision:317121
Switch from a sh call to a 100% make(1) syntax to please bmake(1)
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, 25 Sep 2011
[ 10:08 lev search for other commits by this committer ] Original commit 
  Bump PORTREVISION for previous update.
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.
Fri, 5 Aug 2011
[ 13:21 lev search for other commits by this committer ] Original commit 
  Add latest patches to msp430-binutils and msp430mcu.
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.
Wed, 27 Jul 2011
[ 07:20 lev search for other commits by this committer ] Original commit 
  Fix msp430-ld, broken by env variable ARCH.
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.
Sat, 19 Apr 2008
[ 17:56 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 2842 ports in this commit are shown above. View all ports for this commit)
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
Mon, 23 Jul 2007
[ 09:36 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 437 ports in this commit are shown above. View all ports for this commit)
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
Thu, 23 Feb 2006
[ 10:40 ade search for other commits by this committer ] Original commit  (Only the first 10 of 2514 ports in this commit are shown above. View all ports for this commit)
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Tue, 15 Nov 2005
[ 06:52 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1438 ports in this commit are shown above. View all ports for this commit)
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.
Mon, 19 Sep 2005
[ 12:48 lev search for other commits by this committer ] Original commit 
  Update to version 2.16.1
  Unbroke.
Sat, 23 Jul 2005
[ 02:53 kris search for other commits by this committer ] Original commit  (Only the first 10 of 159 ports in this commit are shown above. View all ports for this commit)
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.
Sun, 27 Mar 2005
[ 02:18 kris search for other commits by this committer ] Original commit 
BROKEN: Incomplete pkg-plist

Approved by:    portmgr (self)
Tue, 3 Aug 2004
[ 10:52 lev search for other commits by this committer ] Original commit  (Only the first 10 of 28 ports in this commit are shown above. View all ports for this commit)
  Update yto latest version 2.15
Fri, 9 Jul 2004
[ 17:43 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 489 ports in this commit are shown above. View all ports for this commit)
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:             63944
Based on work by:eik and marcus
Approved by:    ade (autotools maintainer)
Tested by:      kris on pointyhat
Bound to be hidden problems:    You bet
Tue, 6 Apr 2004
[ 08:55 lev search for other commits by this committer ] Original commit 
 Fix situation with info files.
Sun, 14 Mar 2004
[ 06:17 ade search for other commits by this committer ] Original commit  (Only the first 10 of 945 ports in this commit are shown above. View all ports for this commit)
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.
Wed, 3 Mar 2004
[ 13:07 lev search for other commits by this committer ] Original commit 
   Two new devices
Tue, 24 Feb 2004
[ 14:44 lev search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
  New devices added, old ones fixed...
Wed, 4 Feb 2004
[ 05:21 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1588 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Wed, 15 Oct 2003
[ 13:18 lev search for other commits by this committer ] Original commit 
  Don't install `${PREFIX}/lib/libiberty.a'
  Now this ports doesn't CONFLICT with other *-binutils ports.
  All files, installed by this port, are unique.
Wed, 24 Sep 2003
[ 09:37 osa search for other commits by this committer ] Original commit  (Only the first 10 of 143 ports in this commit are shown above. View all ports for this commit)
Make portlint(1) happy by changing strip to ${STRIP_CMD}

Submitted by:   Oleg Karachevtsev <ok@etrust.ru>
PR:             56998
Tue, 12 Aug 2003
[ 08:49 lev search for other commits by this committer ] Original commit  (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
  (*) Add new devices.
  (*) Fix some bugs.

  These changes will be in next binutils release from RedHat.
  But we could use them before release :)

Obtained from:  Target developers.
Fri, 1 Aug 2003
[ 13:28 lev search for other commits by this committer ] Original commit 
  Add workaround for hardware bug of some MSP430 units.

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

Approved by:    sobomax
Tue, 17 Jun 2003
[ 13:53 lev search for other commits by this committer ] Original commit  (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
Change MAINTAINER field of my ports to lev@FReeBSD.org, my brand-new
committer's e-mail

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

PR:             ports/48497
Submitted by:   Lev A. Serbryakov <lev@serebryakov.spb.ru>
Fri, 21 Feb 2003
[ 11:23 knu search for other commits by this committer ] Original commit  (Only the first 10 of 422 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Mon, 11 Nov 2002
[ 01:13 sada search for other commits by this committer ] Original commit 
upgrade to patchversion 20021028
PR:     ports/45160
Submitted by:   maintainer
Wed, 6 Nov 2002
[ 10:05 jkoshy search for other commits by this committer ] Original commit 
Cross toolchain for the Texas Instruments MSP430 architecture.

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

Number of commits found: 37