Commit graph

26 commits

Author SHA1 Message Date
Edwin Groothuis
2406d49a61 Remove USE_REINPLACE from all categories starting with D 2006-05-04 21:41:12 +00:00
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
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
Simon Barner
1ecdd8d854 - Pass maintainership to jflemer@alum.rpi.edu
Approved by:	Espen Skoglund <esk@ira.uka.de> (old maintainer)
2005-09-15 09:32:13 +00:00
Simon Barner
992437d83f - Fix plist
- Save arm-elf-gcc295 from being deprecated

PR:		ports/84347
Submitted by:	James E. Flemer <jflemer@alum.rpi.edu>
Approved by:	Espen Skoglund <esk@ira.uka.de> (maintainer)
Approved by:	portmgr (erwin, clement)
2005-08-11 12:03:15 +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
c39cc2164b BROKEN: Incomplete pkg-plist 2005-05-07 23:09:34 +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
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
Pav Lucistnik
3ddc334e43 - Fix build on -CURRENT
- Mark ONLY_FOR_ARCHS = i386

PR:		ports/58502
Submitted by:	elvis <elvis@sslab.cs.ccu.edu.tw>
2003-12-07 23:11:49 +00:00
Gerald Pfeifer
37ad838ffa Unbreak build on -STABLE (partly by fixing the incorrect PERL->REINPLACE_CMD
substitution).

PR:		55475
Submitted by:	Michael Hsin <mhsin@mhsin.org>
2003-09-23 09:08:06 +00:00
Kris Kennaway
93872f18cc Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN
tag.  Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.

Pointy hat to:	kris
2003-06-04 22:43:38 +00:00
Kris Kennaway
d500c1cc50 BROKEN on 5.1: does not compile 2003-05-18 10:15:44 +00:00
Akinori MUSHA
65dac0040a De-pkg-comment. 2003-02-21 11:23:04 +00:00
Edwin Groothuis
f1597e5ee7 RE is an Extended one.
Noticed on: bento
2002-11-14 11:17:29 +00:00
Edwin Groothuis
a87048b8ce port needs perl to build -> USE_PERL5=yes
Noticed on: bento
2002-11-05 02:53:00 +00:00
Edwin Groothuis
6097f03e91 PERL -> REINPLACE
Noticed on: bento
2002-11-04 02:35:01 +00:00
Akinori MUSHA
ef55c7ea74 Use MASTER_SITES_GCC. 2002-10-19 19:01:14 +00:00
Ying-Chieh Liao
1fb133cc81 fix build when CPUTYPE is set
PR:		32584
Submitted by:	maintainer
2001-12-08 20:58:45 +00:00
Peter Pentchev
7845d72d67 Unbreak mtree in the correct way: do not install arm-elf-c++filt at all,
since it is installed by devel/arm-elf-binutils.

PR:		27733
Submitted by:	maintainer
2001-05-29 12:57:40 +00:00
Ying-Chieh Liao
65232d5b52 add missing file to PLIST
PR:		27453
Submitted by:	David W. Chapman Jr. <dwcjr@inethouston.net>
2001-05-29 12:34:28 +00:00
David E. O'Brien
7ecfe0da5a Upgrade to GCC 2.95.3. 2001-04-17 09:53:12 +00:00
FUJISHIMA Satsuki
5da7f0dce2 o Change MASTER_SITES to MASTER_SITE_SOURCEWARE.
o Uses split tarballs (gcc-{core,g++,objc}.tar.bz2)

PR:		24463
Submitted by:	maintainer
2001-01-19 20:25:52 +00:00
David E. O'Brien
a480a804e8 GNU cross compiler suite for ARM. This is a vanilla version of gcc only.
That is, it does not contain any libs or startup code for creating executable
files.

PR:		22849
Submitted by:	Espen Skoglund <esk@ira.uka.de>
		(with much cleanup and tweaks by me)
2001-01-06 08:05:31 +00:00