aboutsummaryrefslogtreecommitdiff
path: root/math/prng/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Bump PORTREVISION that should have happened in r510754 but didn't dueCy Schubert2019-09-021-1/+1
| | | | | | | | | to numerous git svn dcommit conflicts and subsequent git rebase issues. git svn conflicts are ugly. Notes: svn path=/head/; revision=510755
* Add a patch to remove use of gets(3)Li-Wen Hsu2019-09-011-1/+1
| | | | | | | | | | PR: 238692 Submitted by: rea Reported by: emaste Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=510709
* Install texinfo files (GNU info) into ${PREFIX}/share/infoBaptiste Daroussin2018-11-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | After a discussion on the mailing list on moving manpages to ${PREFIX}/share/man for consistency with base where it is installed in usr/share/man, it appeared the same should happen to GNU info files which were installed under share in base and not in ports. Now texinfo is not in base on any of the supported version of FreeBSD it is possible to proceed to this move and it is easier to do than the manpage change. Other benefit than consistency are less patching: all build tools but cmake are expecting info files to be under share/info and cmake (patched here) was having an exception for BSD so the patch makes FreeBSD case less specific for them Bump revision of all impacted ports PR: 232907 exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17816 Notes: svn path=/head/; revision=484628
* Unbreak examples installationAntoine Brodin2018-01-131-1/+1
| | | | Notes: svn path=/head/; revision=458925
* - Convert to option helper install target (add OPTIONS_DEFINE=DOCSAlexey Dokuchaev2018-01-111-13/+6
| | | | | | | | | when it was missing) - Invoke INSTALL_DATA where appropriate instead of INSTALL_MAN - Fix some whitespace and formatting bugs along the way Notes: svn path=/head/; revision=458761
* Prefer -std=gnu89 over -fgnu89-inlineJan Beich2017-02-051-1/+1
| | | | Notes: svn path=/head/; revision=433346
* 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
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-151-0/+2
| | | | Notes: svn path=/head/; revision=361962
* Use options and stagingBrendan Fabeny2014-07-021-9/+10
| | | | Notes: svn path=/head/; revision=360233
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-3/+2
| | | | | | | math) Notes: svn path=/head/; revision=327746
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+0
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* add LICENSEBrendan Fabeny2011-08-191-0/+2
| | | | Notes: svn path=/head/; revision=280031
* enable regression tests on tinderboxes, and add aBrendan Fabeny2011-08-191-2/+3
| | | | | | | workaround to fix builds using clang and newer gcc Notes: svn path=/head/; revision=280030
* Change my ports to use my FreeBSD.org email address.Brendan Fabeny2010-07-081-2/+2
| | | | Notes: svn path=/head/; revision=257520
* PRNG is a collection of portable, high-performance ANSI-C implementations ofMartin Wilke2010-03-091-0/+39
pseudorandom number generators such as linear congruential, inversive congruential, and explicit inversive congruential random number generators (LCG, ICG and EICG, respectively) created by Otmar Lendl and and Josef Leydold. WWW: http://statistik.wu-wien.ac.at/software/prng/index.html PR: ports/144031 Submitted by: bf <bf1783 at gmail.com> Notes: svn path=/head/; revision=250787