Commit graph

28 commits

Author SHA1 Message Date
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
Alex Dupre
4196aef3f4 Remove mpfr library from libgmp: it'll be included in the mpfr port.
PR:		ports/84724
Submitted by:	Steven G. Kargl <kargl@troutmask.apl.washington.edu>
2005-08-29 13:57:39 +00:00
Alex Dupre
55dfbc41e4 Update to 4.1.4 release:
- use libtool 1.5
2005-01-26 09:09:14 +00:00
Alexander Leidinger
da3e4a3751 Remove CONFLICTS, it's not necessary anymore.
Submitted by:	marius
Approved by:	maintainer timeout
2004-07-10 11:12:28 +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
Alex Dupre
435656c80d Update to 4.1.3 release:
o Upwardly binary compatible with 4.1.2, 4.1.1, 4.1, 4.0.1, 4.0, and 3.x versions.
 o Bug fix to FFT multiplication code.
 o Bug fix to K6 assembly code for gcd.
 o Bug fix to IA-64 assembly code for population count.
 o Portability improvements, most notably functional AMD64 support.
 o Many minor bug fixes.
 o Make portlint happy.
2004-06-09 22:49:30 +00:00
Trevor Johnson
3bca696b10 Add size data, approved by maintainers. 2004-03-18 18:01:13 +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
Alex Dupre
58c5b838c0 Switch to my @FreeBSD.org email address.
Approved by:	nork (mentor)
2004-01-18 10:50:15 +00:00
Edwin Groothuis
4601d4e923 Fix build of math/libgmp4 on AMD64 systems
On Opteron/AMD64 systems with GCC, count_trailing_zeros
	 in longlong.h may cause errors from the assembler about
	 incorrect registers used with bsfq.

Submitted by:	edwin@mavetju.org
Approved by:	Alex Dupre <sysadmin@alexdupre.com>
Obtained from:	http://www.swox.com/gmp/#STATUS
2004-01-07 00:35:40 +00:00
Alexander Leidinger
bad8bc1aee Add CONFLICTS.
Submitted by:	Marius Strobl <marius@alchemy.franken.de>
Approved by:	maintainer
2003-07-01 09:45:47 +00:00
Edwin Groothuis
4ac9759733 [Maintainer Patch] Port: math/libgmp4 (install a single info file)
PR:		ports/48866
Submitted by:	Alex Dupre <sysadmin@alexdupre.com>
2003-03-31 01:32:17 +00:00
Christian Weisgerber
4f08947cb4 Enable building of MPFR, a C library for multiple-precision floating-point
computations with exact rounding, in GMP.

Take maintainership.

PR:		48640
Submitted by:	Alex Dupre <sysadmin@alexdupre.com>
2003-03-02 17:56:58 +00:00
Dirk Meyer
e747fdd981 - drop maintainership 2003-02-23 15:27:24 +00:00
Dirk Meyer
4eb8d6d1fa - retire pkg-comment 2003-02-21 03:59:00 +00:00
Dirk Meyer
387f34ee24 - add COMMENT 2003-02-20 18:26:42 +00:00
Dirk Meyer
815490d88b - Clean Gnu-Info
Submitted by:	marius@alchemy.franken.de
2003-01-14 18:54:23 +00:00
Dirk Meyer
2dc089c93b - Update to 4.1.2 2003-01-02 04:26:52 +00:00
Dirk Meyer
63550df4f2 - Update to 4.1.1 2003-01-02 04:25:57 +00:00
Dirk Meyer
bc81abb89f Take maintainership 2002-12-17 20:21:11 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Ying-Chieh Liao
9f9684e7ea - Do not install .la files
- Fix pkg-comment format

PR:		40796
Submitted by:	Ports Fury
2002-07-20 18:44:31 +00:00
Ying-Chieh Liao
ac6dd0e395 upgrade to 4.1 2002-06-25 06:57:30 +00:00
Ying-Chieh Liao
bf9ac17fa0 enable c++ support
bump portrevision
2002-06-02 19:13:39 +00:00
Ying-Chieh Liao
986fa7a80f upgrade to 4.0.1 2002-04-15 09:00:07 +00:00
Maxim Sobolev
810fcd34d2 USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate. 2001-08-31 14:20:29 +00:00
Ade Lovett
cb7eb45776 Add math/libgmp3, version 3.1.1 of the GNU arbitrary precision arithmetic
library.

PR:		24268 and 24855
Submitted by:	ijliao@terry.dragon2.net and kargl@apl.washington.edu
2001-06-05 05:22:15 +00:00