summaryrefslogtreecommitdiff
path: root/math/gmp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 4.1.4 release:Alex Dupre2005-01-262-10/+4
| | | | | | | - use libtool 1.5 Notes: svn path=/head/; revision=127388
* Remove CONFLICTS, it's not necessary anymore.Alexander Leidinger2004-07-101-1/+0
| | | | | | | | Submitted by: marius Approved by: maintainer timeout Notes: svn path=/head/; revision=113327
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-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 Notes: svn path=/head/; revision=113296
* Update to 4.1.3 release:Alex Dupre2004-06-095-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. Notes: svn path=/head/; revision=111184
* Add size data, approved by maintainers.Trevor Johnson2004-03-181-0/+1
| | | | Notes: svn path=/head/; revision=104520
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-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. Notes: svn path=/head/; revision=103963
* Switch to my @FreeBSD.org email address.Alex Dupre2004-01-182-2/+2
| | | | | | | Approved by: nork (mentor) Notes: svn path=/head/; revision=98462
* Fix build of math/libgmp4 on AMD64 systemsEdwin Groothuis2004-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 Notes: svn path=/head/; revision=97519
* Add CONFLICTS.Alexander Leidinger2003-07-011-1/+2
| | | | | | | | Submitted by: Marius Strobl <marius@alchemy.franken.de> Approved by: maintainer Notes: svn path=/head/; revision=83971
* [Maintainer Patch] Port: math/libgmp4 (install a single info file)Edwin Groothuis2003-03-312-10/+5
| | | | | | | | PR: ports/48866 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Notes: svn path=/head/; revision=77791
* Enable building of MPFR, a C library for multiple-precision floating-pointChristian Weisgerber2003-03-023-7/+15
| | | | | | | | | | | | computations with exact rounding, in GMP. Take maintainership. PR: 48640 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Notes: svn path=/head/; revision=76745
* - drop maintainershipDirk Meyer2003-02-231-1/+1
| | | | Notes: svn path=/head/; revision=76276
* - retire pkg-commentDirk Meyer2003-02-211-1/+0
| | | | Notes: svn path=/head/; revision=76006
* - add COMMENTDirk Meyer2003-02-201-0/+1
| | | | Notes: svn path=/head/; revision=75965
* - Clean Gnu-InfoDirk Meyer2003-01-141-2/+2
| | | | | | | Submitted by: marius@alchemy.franken.de Notes: svn path=/head/; revision=73141
* - Update to 4.1.2Dirk Meyer2003-01-022-2/+2
| | | | Notes: svn path=/head/; revision=72148
* - Update to 4.1.1Dirk Meyer2003-01-023-3/+3
| | | | Notes: svn path=/head/; revision=72147
* Take maintainershipDirk Meyer2002-12-171-1/+1
| | | | Notes: svn path=/head/; revision=71692
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* - Do not install .la filesYing-Chieh Liao2002-07-204-11/+24
| | | | | | | | | | - Fix pkg-comment format PR: 40796 Submitted by: Ports Fury Notes: svn path=/head/; revision=63285
* upgrade to 4.1Ying-Chieh Liao2002-06-253-4/+4
| | | | Notes: svn path=/head/; revision=61908
* enable c++ supportYing-Chieh Liao2002-06-022-6/+8
| | | | | | | bump portrevision Notes: svn path=/head/; revision=60482
* upgrade to 4.0.1Ying-Chieh Liao2002-04-153-8/+16
| | | | Notes: svn path=/head/; revision=57709
* USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.Maxim Sobolev2001-08-311-1/+0
| | | | Notes: svn path=/head/; revision=47231
* Add math/libgmp3, version 3.1.1 of the GNU arbitrary precision arithmeticAde Lovett2001-06-055-0/+60
library. PR: 24268 and 24855 Submitted by: ijliao@terry.dragon2.net and kargl@apl.washington.edu Notes: svn path=/head/; revision=43514