aboutsummaryrefslogtreecommitdiff
path: root/math/randlib
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix build with src r354909 applied.Brooks Davis2019-11-251-1/+1
| | | | | | | | | | | | | | The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into errors causing these ports that declare them and use the FreeBSD make infrastructure as part of their build to fail. When the offending variables occur in a BSD Makefile, NO_MAN becomes MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and MK_PROFILE=no respectively. When declared in the environment they become WITHOUT_<FOO>. Notes: svn path=/head/; revision=518434
* - Switch to options helpersDmitry Marakasov2016-06-291-3/+3
| | | | Notes: svn path=/head/; revision=417787
* 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
* Allow staging as a regular userAntoine Brodin2014-08-241-1/+2
| | | | Notes: svn path=/head/; revision=365997
* Remove NOPORTDOCS and NOPORTEXAMPLES.Adam Weinberger2014-07-041-2/+2
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=360499
* Stagify.Vanilla I. Shu2014-06-192-4/+3
| | | | | | | Approved by: portmgr@ Notes: svn path=/head/; revision=358368
* 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
* Fix MASTER_SITES; add WWW; use NO_PROFILE instead of the deprecrated NOPROFILE;Brendan Fabeny2011-01-173-3/+5
| | | | | | | | | | remove MD5 checksum in distinfo Approved by: makc, miwi (mentors, implicit) Feature safe: yes Notes: svn path=/head/; revision=267918
* Change my ports to use my FreeBSD.org email address.Brendan Fabeny2010-07-081-1/+1
| | | | Notes: svn path=/head/; revision=257520
* - Hand over to volunteerPav Lucistnik2010-05-171-1/+1
| | | | | | | Submitted by: b. f. <bf1783@googlemail.com> Notes: svn path=/head/; revision=254483
* - Update to 1.3Pav Lucistnik2010-05-173-20/+18
| | | | | | | | PR: ports/145512 Submitted by: ej-sib <echoes_x865@mail.goo.ne.jp> Notes: svn path=/head/; revision=254477
* - Respect NOPORTDOCSPhilippe Audeoud2008-11-062-11/+8
| | | | | | | | | - Remove useless pkg-plist Noticed by: QAT Notes: svn path=/head/; revision=222453
* Reset tg due to lack of commits for several months and no response to email.Mark Linimon2008-09-071-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=220036
* - Remove support for a.out format and PORTOBJFORMAT variable from individualPav Lucistnik2007-01-301-7/+2
| | | | | | | | | ports With hat: portmgr Notes: svn path=/head/; revision=183698
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154159
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Fix build after recent sys.mk changesKris Kennaway2003-08-041-1/+3
| | | | | | | Submitted by: ru Notes: svn path=/head/; revision=86274
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651
* Fourth round of INSTALLS_SHLIBS conversion.Maxim Sobolev2000-06-162-3/+1
| | | | Notes: svn path=/head/; revision=29630
* Don't build the profiled lib.Thomas Gellekum2000-06-071-0/+1
| | | | Notes: svn path=/head/; revision=29301
* Convert to PORTNAME/PORTVERSION.Satoshi Asami2000-04-141-3/+3
| | | | Notes: svn path=/head/; revision=27509
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-2/+2
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20960
* Call ldconfig correctly so this has a fighting chance of working forSteve Price1999-07-041-2/+2
| | | | | | | both ELF and a.out builds. Notes: svn path=/head/; revision=20028
* The library requires a couple of routines from linpack, which areMatthew Hunt1999-04-191-1/+1
| | | | | | | | | | | | included but were not being compiled into the library. This resulted in missing symbols when code was linked against libranlib. We now compile in the provided linpack routines. Approved by: tg Notes: svn path=/head/; revision=18007
* Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeSatoshi Asami1998-11-141-5/+7
| | | | | | | | shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts instead of adding it to PKG_FLAGS after bsd.port.mk. Notes: svn path=/head/; revision=14512
* Make .so link in a.out case.Satoshi Asami1998-10-261-1/+4
| | | | Notes: svn path=/head/; revision=14191
* Convert to ELF.Steve Price1998-09-271-3/+4
| | | | Notes: svn path=/head/; revision=13463
* Execute `ldconfig -R' at the pkg_delete step.Thomas Gellekum1998-05-051-0/+1
| | | | | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp> Notes: svn path=/head/; revision=10860
* Install header file.Thomas Gellekum1998-02-052-1/+6
| | | | | | | PR: 5445 Notes: svn path=/head/; revision=9600
* Use the C version, not Fortran. There are no functional differences.Thomas Gellekum1997-04-234-14/+8
| | | | Notes: svn path=/head/; revision=6273
* Import of libranlib. libranlib is a library of random numberThomas Gellekum1997-04-076-0/+74
generators from netlib. Notes: svn path=/head/; revision=6153