Commit graph

39 commits

Author SHA1 Message Date
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Edwin Groothuis
acd87b4ad8 SHA256ify
Approved by:    krion@
2006-01-22 08:34:46 +00:00
Edwin Groothuis
e33233f948 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 01:55:36 +00:00
Mark Linimon
6f7c9bd614 Chase updated URLs per distfile survey. 2005-11-26 00:06:13 +00:00
Ade Lovett
54a0b86543 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.
2005-11-15 06:52:12 +00:00
Lev A. Serebryakov
f57f8830fe Latest gcc 3.4.4, latest msp430 patches. 2005-09-19 13:39:41 +00:00
Kris Kennaway
6cf6bed824 Now builds on amd64
Approved by:	portmgr (self)
2004-09-28 01:53:59 +00:00
Lev A. Serebryakov
1eab089e6e Update to latest (and recommended by msp430 maintainers) version 3.4.1 2004-08-03 10:55:14 +00:00
Joe Marcus Clarke
9e5632dd66 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
2004-07-09 17:43:11 +00:00
Lev A. Serebryakov
de66d5cedb Some bugfixes 2004-04-06 08:56:12 +00:00
Ade Lovett
3f651573ad 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.
2004-03-14 06:17:56 +00:00
Lev A. Serebryakov
4be40100eb Add new devices 2004-03-03 13:14:53 +00:00
Lev A. Serebryakov
48e16351b6 Broken on amd64, as any other gcc. 2004-02-25 11:37:03 +00:00
Lev A. Serebryakov
bf5a3d378d New devices added.
New function attribute `task' fo SOS RTOS added.
2004-02-24 14:45:43 +00:00
Lev A. Serebryakov
a8da24b1c0 New option for strict align, some bugfixes. 2004-02-06 12:50:58 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Lev A. Serebryakov
03a454e0ee Fix multiplication code generation. 2003-12-05 14:59:21 +00:00
Lev A. Serebryakov
10a7fbab57 Fix some old devices, add new ones. 2003-11-20 13:40:12 +00:00
Lev A. Serebryakov
22321eade6 Fixes in compare. 2003-10-23 12:23:51 +00:00
Lev A. Serebryakov
95f3ba274d [1] Update to new version.
[2] Really don't install non-unique files. MANx too.
2003-10-17 12:51:20 +00:00
Lev A. Serebryakov
2814221406 Don't install `${PREFIX}/lib/libiberty.a'
Now this port doesn't install non-unique files.
2003-10-15 15:05:16 +00:00
Lev A. Serebryakov
85ce20cb95 Fix one bug in optimizer/code generator
Obtained from:	Target's maintainers
2003-10-06 13:16:39 +00:00
Sergey A. Osokin
f37f7775e3 Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by:	Oleg Karachevtsev <ok@etrust.ru>
PR:		56998
2003-09-24 09:37:11 +00:00
Lev A. Serebryakov
786eedd813 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
2003-09-01 12:22:12 +00:00
Lev A. Serebryakov
83c701c12a Some fixes in target. 2003-08-26 13:31:54 +00:00
Lev A. Serebryakov
1426b99ca8 Update to new gcc release: 3.3.1 2003-08-14 13:26:09 +00:00
Lev A. Serebryakov
764fec7aa6 Fix some bugs in optimizer.
Obtained from:	Target mainainers
2003-08-12 12:33:12 +00:00
Lev A. Serebryakov
a3ad350b86 Fix "internal compiler error", add some optimizations. 2003-07-18 13:03:16 +00:00
Lev A. Serebryakov
89c9651ec7 Update with last fixes in target's patches. 2003-07-16 09:33:09 +00:00
Lev A. Serebryakov
1d9bbc3e39 Update to last patche's version. 2003-07-10 11:43:43 +00:00
Lev A. Serebryakov
845bce61cc Update to latest patches from mspgcc.sf.net.
Here are two important fixes.

Approved by:	sobomax
2003-06-28 17:54:42 +00:00
Lev A. Serebryakov
f3275a61b8 Update to latest version.
Approved by:	sobomax
2003-06-25 11:16:24 +00:00
Lev A. Serebryakov
1995afb5cf Change MAINTAINER field of my ports to lev@FReeBSD.org, my brand-new
committer's e-mail

Approved by:	sobomax
2003-06-17 13:53:45 +00:00
Norikatsu Shigemura
9a6229179f Update to 3.2.2.20030304.
PR:		ports/50395
Submitted by:	Lev A. Serbryakov <lev@serebryakov.spb.ru> (maintainer)
2003-04-06 14:09:22 +00:00
Edwin Groothuis
0e871671f1 [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>
2003-02-24 00:39:47 +00:00
Akinori MUSHA
65dac0040a De-pkg-comment. 2003-02-21 11:23:04 +00:00
Norikatsu Shigemura
671c895dcc Update to 20021120.
PR:		ports/45566
Submitted by:	Lev A. Serbryakov <lev@serebryakov.spb.ru> (maintainer)
2002-11-22 18:53:59 +00:00
SADA Kenji
5f21ceb2b6 - upgrade patchversion to 20021105
- portlint
PR:	ports/45161
Submitted by:	maintainer
2002-11-11 06:02:26 +00:00
Joseph Koshy
d81276d568 GCC Cross compiler for the Texas Instruments MSP430 architecture.
PR:		ports/44139
Submitted by:	Lev A. Serbryakov <lev@serebryakov.spb.ru>
2002-11-06 10:16:08 +00:00