aboutsummaryrefslogtreecommitdiff
path: root/math/gmp
Commit message (Collapse)AuthorAgeFilesLines
* Fix build on system built WITHOUT_INFOBaptiste Daroussin2014-06-251-2/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=359209
* When linking a library libA with a library libB using libtool, if libB.laTijl Coosemans2014-04-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exists, libtool will add all libraries libB.la refers to (dependency_libs field) to the linker command line and store them in the dependency_libs field of libA.la. So everything that subsequently links with libA will also link to these extra libraries. This causes too much overlinking. This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs field in .la libraries during staging. However, because .la libraries have very limited use when dependency_libs is empty it makes sense to completely remove them during staging. So with this commit USES=libtool is modified to remove .la libraries and a new form (USES=libtool:keepla) is introduced in case they need to be kept (dependency_libs is still emptied). PORTREVISION is bumped on all ports with USES=libtool that install .la libraries. Most ports are also changed to add :keepla because .la libraries have to be kept around as long as there are dependent ports with .la libraries that refer to them in their dependency_libs field. In most cases :keepla can be removed again as soon as all dependent ports that install .la libraries have some form of USES=libtool added to their Makefile. PR: ports/188759 Exp-run: bdrewery Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=351936
* Convert to USES=libtoolBaptiste Daroussin2014-03-022-4/+5
| | | | Notes: svn path=/head/; revision=346825
* The MCPU_OPTS conditional block currently incorrectly sets ABI=64 forKubilay Kocak2013-12-141-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | all ARCH strings that in 64. GMP expects mode64, mode32 or 32 as valid values for the ABI option [1]. Using an invalid value causes the following build error on powerpc64: configure: error: ABI=64 is not among the following valid choices: mode64 mode32 32 This is the minimum change to set the correct "mode64" ABI value when ARCH is powerpc64, while also keeping all other semantics the same. A more complete refactor of this port is possible, but would need an exp-run to test for regressions. The change was tested on powerpc64 (thanks justin) and amd64 (for regression) While I'm here: - Remove indefinite article from COMMENT [1] https://gmplib.org/manual/Build-Options.html PR: ports/179127 Submitted by: jhibbits Reviewed by: jhibbits, ak Approved by: maintainer timeout (6 months) Notes: svn path=/head/; revision=336420
* Update to 5.1.3 release.Alex Dupre2013-10-052-4/+4
| | | | Notes: svn path=/head/; revision=329504
* Remove NO_STAGE to ports natively stage ready shown by a FORCE_STAGE exp-runBaptiste Daroussin2013-09-241-1/+0
| | | | | | | Exp-run by: bdrewery Notes: svn path=/head/; revision=328096
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | math) Notes: svn path=/head/; revision=327746
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Update to 5.1.2 release.Alex Dupre2013-05-272-3/+3
| | | | Notes: svn path=/head/; revision=319220
* Update to 5.1.1 release.Alex Dupre2013-02-142-9/+3
| | | | Notes: svn path=/head/; revision=312232
* Fix build on ARM (temporary fix).Alex Dupre2013-02-131-0/+5
| | | | Notes: svn path=/head/; revision=312165
* Update to 5.1.0 release.Alex Dupre2013-02-063-11/+12
| | | | Notes: svn path=/head/; revision=311758
* Update to 5.0.5 release.Alex Dupre2012-05-092-3/+3
| | | | Notes: svn path=/head/; revision=296284
* Update to 5.0.4 release.Alex Dupre2012-03-082-4/+3
| | | | Notes: svn path=/head/; revision=292939
* Update to 5.0.3 release and pet portlint.Alex Dupre2012-01-302-8/+5
| | | | Notes: svn path=/head/; revision=290108
* - Remove WITH_FBSD10_FIX, is no longer neededMartin Wilke2011-11-091-1/+0
| | | | Notes: svn path=/head/; revision=285379
* - Fix build on FreeBSD 10Beat Gaetzi2011-10-291-0/+1
| | | | | | | Approved by: ale@ (maintainer) Notes: svn path=/head/; revision=284616
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-3/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* Update to 5.0.2 release.Alex Dupre2011-05-102-4/+7
| | | | Notes: svn path=/head/; revision=273903
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Update to 5.0.1 release.Alex Dupre2010-03-053-5/+5
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=250589
* Update to 5.0.0 "performance" release.Alex Dupre2010-01-193-12/+31
| | | | Notes: svn path=/head/; revision=248149
* Update to 4.3.2 release.Alex Dupre2010-01-112-4/+4
| | | | Notes: svn path=/head/; revision=247606
* Add 'check' as an alias for 'regression-tests', since it's advertisedAlex Dupre2009-12-171-1/+1
| | | | | | | | | by the gmp build. Submitted by: Mikhail Teterin Notes: svn path=/head/; revision=246047
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-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 Notes: svn path=/head/; revision=238781
* Update to 4.3.1 release.Alex Dupre2009-05-133-6/+6
| | | | Notes: svn path=/head/; revision=233832
* - Mark MAKE_JOBS_SAFE for SMP compilationMartin Matuska2009-03-251-0/+1
| | | | | | | | PR: ports/132968 Approved by: ale (maintainer, private e-mail) Notes: svn path=/head/; revision=230960
* Update to 4.2.4 release.Alex Dupre2008-09-232-4/+4
| | | | Notes: svn path=/head/; revision=220498
* Update to 4.2.3 release.Alex Dupre2008-08-282-4/+4
| | | | Notes: svn path=/head/; revision=219365
* - Add regression-test targetAlex Dupre2008-06-253-4/+8
| | | | | | | | | | | - Update WWW link - Use bzip2 PR: ports/124922 Submitted by: Pedro F. Giffuni <pfgshield-freebsd@yahoo.com> Notes: svn path=/head/; revision=215767
* Update to 4.2.2 release.Alex Dupre2007-09-185-580/+4
| | | | | | | Switch to GPLv3. Notes: svn path=/head/; revision=199651
* Add two upstream patches.Alex Dupre2007-02-073-2/+527
| | | | | | | | PR: ports/108855 Submitted by: maho Notes: svn path=/head/; revision=184466
* Use libtool port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-011-0/+1
| | | | Notes: svn path=/head/; revision=183830
* Try to fix breakage on 64 bit platforms.Alex Dupre2006-05-122-0/+51
| | | | Notes: svn path=/head/; revision=162154
* Update to 4.2.1 release.Alex Dupre2006-05-103-6/+6
| | | | Notes: svn path=/head/; revision=161928
* Update to 4.2 release.Alex Dupre2006-04-042-6/+5
| | | | Notes: svn path=/head/; revision=158752
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+4
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154159
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-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. Notes: svn path=/head/; revision=148323
* Remove mpfr library from libgmp: it'll be included in the mpfr port.Alex Dupre2005-08-292-6/+3
| | | | | | | | PR: ports/84724 Submitted by: Steven G. Kargl <kargl@troutmask.apl.washington.edu> Notes: svn path=/head/; revision=141314
* 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