aboutsummaryrefslogtreecommitdiffstats
path: root/math/gmp
Commit message (Collapse)AuthorAgeFilesLines
* Update to 5.0.1 release.ale2010-03-053-5/+5
| | | | Feature safe: yes
* Update to 5.0.0 "performance" release.ale2010-01-193-12/+31
|
* Update to 4.3.2 release.ale2010-01-112-4/+4
|
* Add 'check' as an alias for 'regression-tests', since it's advertisedale2009-12-171-1/+1
| | | | | | by the gmp build. Submitted by: Mikhail Teterin
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1
| | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
* Update to 4.3.1 release.ale2009-05-133-6/+6
|
* - Mark MAKE_JOBS_SAFE for SMP compilationmm2009-03-251-0/+1
| | | | | PR: ports/132968 Approved by: ale (maintainer, private e-mail)
* Update to 4.2.4 release.ale2008-09-232-4/+4
|
* Update to 4.2.3 release.ale2008-08-282-4/+4
|
* - Add regression-test targetale2008-06-253-4/+8
| | | | | | | | - Update WWW link - Use bzip2 PR: ports/124922 Submitted by: Pedro F. Giffuni <pfgshield-freebsd@yahoo.com>
* Update to 4.2.2 release.ale2007-09-185-580/+4
| | | | Switch to GPLv3.
* Add two upstream patches.ale2007-02-073-2/+527
| | | | | PR: ports/108855 Submitted by: maho
* Use libtool port instead of included version to avoid objformat a.out botchkris2007-02-011-0/+1
|
* Try to fix breakage on 64 bit platforms.ale2006-05-122-0/+51
|
* Update to 4.2.1 release.ale2006-05-103-6/+6
|
* Update to 4.2 release.ale2006-04-042-6/+5
|
* Conversion to a single libtool environment.ade2006-02-232-2/+4
| | | | Approved by: portmgr (kris)
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-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.
* Remove mpfr library from libgmp: it'll be included in the mpfr port.ale2005-08-292-6/+3
| | | | | PR: ports/84724 Submitted by: Steven G. Kargl <kargl@troutmask.apl.washington.edu>
* Update to 4.1.4 release:ale2005-01-262-10/+4
| | | | - use libtool 1.5
* Remove CONFLICTS, it's not necessary anymore.netchild2004-07-101-1/+0
| | | | | Submitted by: marius Approved by: maintainer timeout
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-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
* Update to 4.1.3 release:ale2004-06-105-36/+7
| | | | | | | | | | 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.
* Add size data, approved by maintainers.trevor2004-03-191-0/+1
|
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-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.
* Switch to my @FreeBSD.org email address.ale2004-01-182-2/+2
| | | | Approved by: nork (mentor)
* Fix build of math/libgmp4 on AMD64 systemsedwin2004-01-072-1/+15
| | | | | | | | | | 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
* Add CONFLICTS.netchild2003-07-011-1/+2
| | | | | Submitted by: Marius Strobl <marius@alchemy.franken.de> Approved by: maintainer
* [Maintainer Patch] Port: math/libgmp4 (install a single info file)edwin2003-03-312-10/+5
| | | | | PR: ports/48866 Submitted by: Alex Dupre <sysadmin@alexdupre.com>
* Enable building of MPFR, a C library for multiple-precision floating-pointnaddy2003-03-033-7/+15
| | | | | | | | | computations with exact rounding, in GMP. Take maintainership. PR: 48640 Submitted by: Alex Dupre <sysadmin@alexdupre.com>
* - drop maintainershipdinoex2003-02-231-1/+1
|
* - retire pkg-commentdinoex2003-02-211-1/+0
|
* - add COMMENTdinoex2003-02-211-0/+1
|
* - Clean Gnu-Infodinoex2003-01-151-2/+2
| | | | Submitted by: marius@alchemy.franken.de
* - Update to 4.1.2dinoex2003-01-022-2/+2
|
* - Update to 4.1.1dinoex2003-01-023-3/+3
|
* Take maintainershipdinoex2002-12-181-1/+1
|
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
| | | | Approved by: pat
* - Do not install .la filesijliao2002-07-214-11/+24
| | | | | | | - Fix pkg-comment format PR: 40796 Submitted by: Ports Fury
* upgrade to 4.1ijliao2002-06-253-4/+4
|
* enable c++ supportijliao2002-06-032-6/+8
| | | | bump portrevision
* upgrade to 4.0.1ijliao2002-04-153-8/+16
|
* USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.sobomax2001-08-311-1/+0
|
* Add math/libgmp3, version 3.1.1 of the GNU arbitrary precision arithmeticade2001-06-055-0/+60
library. PR: 24268 and 24855 Submitted by: ijliao@terry.dragon2.net and kargl@apl.washington.edu