aboutsummaryrefslogtreecommitdiff
path: root/devel/msp430-gcc
Commit message (Collapse)AuthorAgeFilesLines
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-2/+2
| | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=196111
* Conversion to a single libtool environment.Ade Lovett2006-02-231-2/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* SHA256ifyEdwin Groothuis2006-01-221-0/+2
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154110
* Chase updated URLs per distfile survey.Mark Linimon2005-11-261-1/+1
| | | | Notes: svn path=/head/; revision=149513
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=148323
* Latest gcc 3.4.4, latest msp430 patches.Lev A. Serebryakov2005-09-193-6/+16
| | | | Notes: svn path=/head/; revision=143156
* Now builds on amd64Kris Kennaway2004-09-281-5/+0
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118470
* Update to latest (and recommended by msp430 maintainers) version 3.4.1Lev A. Serebryakov2004-08-035-74/+87
| | | | Notes: svn path=/head/; revision=115336
* 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
* Some bugfixesLev A. Serebryakov2004-04-062-3/+3
| | | | Notes: svn path=/head/; revision=106305
* 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
* Add new devicesLev A. Serebryakov2004-03-032-3/+3
| | | | Notes: svn path=/head/; revision=102818
* Broken on amd64, as any other gcc.Lev A. Serebryakov2004-02-251-1/+8
| | | | Notes: svn path=/head/; revision=102081
* New devices added.Lev A. Serebryakov2004-02-242-3/+3
| | | | | | | New function attribute `task' fo SOS RTOS added. Notes: svn path=/head/; revision=101986
* New option for strict align, some bugfixes.Lev A. Serebryakov2004-02-062-3/+4
| | | | Notes: svn path=/head/; revision=100134
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Fix multiplication code generation.Lev A. Serebryakov2003-12-052-2/+2
| | | | Notes: svn path=/head/; revision=95132
* Fix some old devices, add new ones.Lev A. Serebryakov2003-11-202-2/+2
| | | | Notes: svn path=/head/; revision=94464
* Fixes in compare.Lev A. Serebryakov2003-10-232-2/+2
| | | | Notes: svn path=/head/; revision=91954
* [1] Update to new version.Lev A. Serebryakov2003-10-173-5/+33
| | | | | | | [2] Really don't install non-unique files. MANx too. Notes: svn path=/head/; revision=91508
* Don't install `${PREFIX}/lib/libiberty.a'Lev A. Serebryakov2003-10-153-1/+11
| | | | | | | Now this port doesn't install non-unique files. Notes: svn path=/head/; revision=91337
* Fix one bug in optimizer/code generatorLev A. Serebryakov2003-10-062-2/+2
| | | | | | | Obtained from: Target's maintainers Notes: svn path=/head/; revision=90447
* 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
* Target's maintainers claim, that gcc 3.2.x produce better code than 3.3.xLev A. Serebryakov2003-09-013-24/+10
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=88271
* Some fixes in target.Lev A. Serebryakov2003-08-262-2/+2
| | | | Notes: svn path=/head/; revision=87727
* Update to new gcc release: 3.3.1Lev A. Serebryakov2003-08-143-5/+5
| | | | Notes: svn path=/head/; revision=86938
* Fix some bugs in optimizer.Lev A. Serebryakov2003-08-122-2/+2
| | | | | | | Obtained from: Target mainainers Notes: svn path=/head/; revision=86809
* Fix "internal compiler error", add some optimizations.Lev A. Serebryakov2003-07-182-2/+2
| | | | Notes: svn path=/head/; revision=85129
* Update with last fixes in target's patches.Lev A. Serebryakov2003-07-162-2/+2
| | | | Notes: svn path=/head/; revision=84975
* Update to last patche's version.Lev A. Serebryakov2003-07-103-3/+3
| | | | Notes: svn path=/head/; revision=84587
* Update to latest patches from mspgcc.sf.net.Lev A. Serebryakov2003-06-282-2/+2
| | | | | | | | | Here are two important fixes. Approved by: sobomax Notes: svn path=/head/; revision=83782
* Update to latest version.Lev A. Serebryakov2003-06-253-20/+25
| | | | | | | 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
* Update to 3.2.2.20030304.Norikatsu Shigemura2003-04-062-2/+3
| | | | | | | | PR: ports/50395 Submitted by: Lev A. Serbryakov <lev@serebryakov.spb.ru> (maintainer) Notes: svn path=/head/; revision=78421
* [MAINTAINER UPDATE] Update port `devel/msp430-gcc' to new, improvedEdwin Groothuis2003-02-242-4/+5
| | | | | | | | | | and fixed version based on gcc 3.2.2. PR: ports/48498 Submitted by: Lev A. Serbryakov <lev@serebryakov.spb.ru> Notes: svn path=/head/; revision=76339
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76032
* Update to 20021120.Norikatsu Shigemura2002-11-222-2/+2
| | | | | | | | PR: ports/45566 Submitted by: Lev A. Serbryakov <lev@serebryakov.spb.ru> (maintainer) Notes: svn path=/head/; revision=70756
* - upgrade patchversion to 20021105SADA Kenji2002-11-113-5/+4
| | | | | | | | | - portlint PR: ports/45161 Submitted by: maintainer Notes: svn path=/head/; revision=69874
* GCC Cross compiler for the Texas Instruments MSP430 architecture.Joseph Koshy2002-11-065-0/+111
PR: ports/44139 Submitted by: Lev A. Serbryakov <lev@serebryakov.spb.ru> Notes: svn path=/head/; revision=69568