Commit graph

26 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
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
54d040fb9c Update to version 2.16.1
Unbroke.
2005-09-19 12:48:52 +00:00
Kris Kennaway
0d8f47d8f7 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.
2005-07-23 02:53:43 +00:00
Kris Kennaway
09446d28ec BROKEN: Incomplete pkg-plist
Approved by:    portmgr (self)
2005-03-27 02:22:51 +00:00
Lev A. Serebryakov
4e581228ae Remove bad patch. It should be deleted in previous commit. 2004-08-14 06:58:14 +00:00
Lev A. Serebryakov
519118db47 Update yto latest version 2.15 2004-08-03 10:52:44 +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
e8299c9f37 Fix situation with info files. 2004-04-06 08:55:48 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +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
8367d176cd Two new devices 2004-03-03 13:07:46 +00:00
Lev A. Serebryakov
1861a670a6 New devices added, old ones fixed... 2004-02-24 14:44:27 +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
6827134553 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.
2003-10-15 13:18:19 +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
871019a53c (*) 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.
2003-08-12 08:49:49 +00:00
Lev A. Serebryakov
f174ec8b14 Add workaround for hardware bug of some MSP430 units.
Obtained from:	Target maintainers.
2003-08-01 13:28:11 +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
Edwin Groothuis
600789fbc9 [MAINTAINER UPDATE] Update port `devel/msp430-binutils' to new,
improved version.

PR:		ports/48497
Submitted by:	Lev A. Serbryakov <lev@serebryakov.spb.ru>
2003-02-24 00:20:54 +00:00
Akinori MUSHA
65dac0040a De-pkg-comment. 2003-02-21 11:23:04 +00:00
SADA Kenji
5f75c7d7cb upgrade to patchversion 20021028
PR:	ports/45160
Submitted by:	maintainer
2002-11-11 01:13:27 +00:00
Joseph Koshy
28e9f4e1d2 Cross toolchain for the Texas Instruments MSP430 architecture.
PR:		ports/44138
Submitted by:	"Lev A. Serbryakov" <lev@serebryakov.spb.ru>
2002-11-06 10:05:56 +00:00