aboutsummaryrefslogtreecommitdiff
path: root/math/ldouble
Commit message (Collapse)AuthorAgeFilesLines
* math/ldouble: add BUILD_DEPENDS as:devel/binutilsEd Maste2020-05-221-0/+2
| | | | | | | | | | | | | | | /usr/bin/as will soon be removed from the FreeBSD base system, for FreeBSD 13.0. Depend on as (not ${LOCALBASE}/bin/as) so that this will introduce no change for existing 11.x and 12.x, which will continue to use the base system GNU as 2.17.50. PR: 205250 Approved by: portmgr (blanket) Notes: svn path=/head/; revision=536203
* - Switch to options helpersDmitry Marakasov2016-09-051-5/+7
| | | | | | | - Silence stripping Notes: svn path=/head/; revision=421356
* Reset ports maintained by bf@ until he has time again to work on them.Rene Ladan2016-06-271-1/+1
| | | | | | | | | PR: 210474 Submitted by: jbeich With hat: portmgr-secretary Notes: svn path=/head/; revision=417685
* Convert tab after WWW: in pkg-descrs to single space as per PHBDmitry Marakasov2016-05-231-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415738
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* - Support stagingEmanuel Haupt2014-02-211-10/+9
| | | | | | | | - Remove USE_ZIP - Strip shared object Notes: svn path=/head/; revision=345359
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | math) Notes: svn path=/head/; revision=327746
* - Get Rid MD5 supportMartin Wilke2011-03-201-2/+0
| | | | Notes: svn path=/head/; revision=271346
* Over to new volunteer.Mark Linimon2010-07-261-1/+1
| | | | Notes: svn path=/head/; revision=258259
* Reset ahze@ due to maintainer-timeouts and no response to email.Mark Linimon2010-07-261-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=258254
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+1
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Mark ONLY_FOR_ARCHS=i386 sparc64Michael Johnson2006-05-031-3/+1
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=161265
* - After 2nd glance at the docs readd iad64 to NOT_FOR_ARCHSMichael Johnson2006-05-011-1/+1
| | | | Notes: svn path=/head/; revision=161061
* - Attempt to fix build on amd64 and ia64 by removing sparc64-only CFLAGSMichael Johnson2006-05-011-1/+5
| | | | Notes: svn path=/head/; revision=161058
* - Mark NOT_FOR_ARCH=ia64Michael Johnson2006-05-011-1/+1
| | | | | | | Reported by: kris mail Notes: svn path=/head/; revision=161032
* - Add amd64 to NOT_FOR_ARCHSMichael Johnson2006-04-221-0/+1
| | | | Notes: svn path=/head/; revision=160153
* - install mathl.h on i386Michael Johnson2006-04-191-1/+5
| | | | | | | | | - Bump PORTREVISION Requested by: thierry to unbreak lang/gambas Notes: svn path=/head/; revision=159970
* - Use MASTER_SITE_LOCAL in MASTER_SITES to fix fetchMichael Johnson2006-04-181-1/+3
| | | | | | | Reported by: kris mail Notes: svn path=/head/; revision=159896
* - Add support for atleast sparc64 and maybe other 64bit cpusMichael Johnson2006-04-145-12/+53
| | | | | | | - Grab MAINTAINER on ldouble Notes: svn path=/head/; revision=159490
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149432
* Don't build example programs since we don't install themMichael Johnson2004-11-231-82/+9
| | | | | | | Approved by: adamw (implicit) Notes: svn path=/head/; revision=122201
* Utilize ONLY_FOR_ARCHS for i386Michael Johnson2004-11-181-0/+1
| | | | | | | | | | since ldouble is for 32bit machines Pointed out by: pointyhat via kris Approved by: adamw (implicit) Notes: svn path=/head/; revision=121839
* Remove vtel.rgv.net from MASTER_SITES, its now deadMichael Johnson2004-11-111-2/+1
| | | | | | | Approved by: marcus (co mentor) Notes: svn path=/head/; revision=121350
* Add ldoubleMichael Johnson2004-11-074-0/+157
Library of elementary mathematical functions, probability and elliptic integrals in 80-bit long double precision. Approved by: pav (co mentor) Notes: svn path=/head/; revision=121047