summaryrefslogtreecommitdiff
path: root/math/librandlib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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