aboutsummaryrefslogtreecommitdiff
path: root/devel/msp430-binutils
Commit message (Collapse)AuthorAgeFilesLines
* Remove bad patch. It should be deleted in previous commit.Lev A. Serebryakov2004-08-141-15/+0
| | | | Notes: svn path=/head/; revision=116176
* Update yto latest version 2.15Lev A. Serebryakov2004-08-0328-1289/+200
| | | | Notes: svn path=/head/; revision=115335
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=113296
* Fix situation with info files.Lev A. Serebryakov2004-04-062-40/+11
| | | | Notes: svn path=/head/; revision=106304
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=103963
* Two new devicesLev A. Serebryakov2004-03-039-47/+116
| | | | Notes: svn path=/head/; revision=102815
* New devices added, old ones fixed...Lev A. Serebryakov2004-02-2412-97/+164
| | | | Notes: svn path=/head/; revision=101985
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Don't install `${PREFIX}/lib/libiberty.a'Lev A. Serebryakov2003-10-153-15/+31
| | | | | | | | Now this ports doesn't CONFLICT with other *-binutils ports. All files, installed by this port, are unique. Notes: svn path=/head/; revision=91321
* Make portlint(1) happy by changing strip to ${STRIP_CMD}Sergey A. Osokin2003-09-241-1/+1
| | | | | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998 Notes: svn path=/head/; revision=89169
* (*) Add new devices.Lev A. Serebryakov2003-08-1219-9/+1237
| | | | | | | | | | | | (*) Fix some bugs. These changes will be in next binutils release from RedHat. But we could use them before release :) Obtained from: Target developers. Notes: svn path=/head/; revision=86800
* Add workaround for hardware bug of some MSP430 units.Lev A. Serebryakov2003-08-012-0/+38
| | | | | | | Obtained from: Target maintainers. Notes: svn path=/head/; revision=86118
* Update to latest version.Lev A. Serebryakov2003-06-253-22/+58
| | | | | | | Approved by: sobomax Notes: svn path=/head/; revision=83577
* Change MAINTAINER field of my ports to lev@FReeBSD.org, my brand-newLev A. Serebryakov2003-06-171-1/+1
| | | | | | | | | committer's e-mail Approved by: sobomax Notes: svn path=/head/; revision=83152
* [MAINTAINER UPDATE] Update port `devel/msp430-binutils' to new,Edwin Groothuis2003-02-244-2/+24
| | | | | | | | | | improved version. PR: ports/48497 Submitted by: Lev A. Serbryakov <lev@serebryakov.spb.ru> Notes: svn path=/head/; revision=76336
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76032
* upgrade to patchversion 20021028SADA Kenji2002-11-113-10/+42
| | | | | | | | PR: ports/45160 Submitted by: maintainer Notes: svn path=/head/; revision=69868
* Cross toolchain for the Texas Instruments MSP430 architecture.Joseph Koshy2002-11-065-0/+270
PR: ports/44138 Submitted by: "Lev A. Serbryakov" <lev@serebryakov.spb.ru> Notes: svn path=/head/; revision=69567