Commit graph

9 commits

Author SHA1 Message Date
Mathieu Arnold
0438143249 Remove OSVERSION checks that do not make sense any more.
For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).

Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.

Differential Revision:	https://reviews.freebsd.org/D2209
2015-04-03 11:26:48 +00:00
Adam Weinberger
18a7fd6042 Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 16:23:08 +00:00
Vanilla I. Shu
2caca6722d 1: Stagify.
2: new syntax of LIB_DEPENDS.

Approved by:	portmgr@
2014-06-18 09:24:03 +00:00
Baptiste Daroussin
ce5e457020 Add NO_STAGE all over the place in preparation for the staging support (cat: math) 2013-09-20 20:55:04 +00:00
Baptiste Daroussin
f0a27c9d1e Convert to new options framework 2013-06-05 14:11:19 +00:00
Brendan Fabeny
a806a84e37 adjust directory permissions 2012-03-06 05:51:53 +00:00
Brendan Fabeny
1f9bd2c098 correct a mirror subdirectory 2012-01-20 14:45:59 +00:00
Brendan Fabeny
c17cbbe3cd use archive in unmodified form; make the MPFR dependency optional;
compile test executables with appropriate flags; enable SSE2 math
by default when possible
2012-01-12 23:13:33 +00:00
Brendan Fabeny
11fb6f6ca0 Add crlibm , correctly-rounded mathematics library. 2012-01-11 06:47:02 +00:00