Commit graph

29 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
ad4f267b7a Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.

With hat:	perl
2018-05-27 20:15:16 +00:00
Gerald Pfeifer
e59c88cece Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
2017-09-10 20:55:38 +00:00
Mark Linimon
782661513f Alphabetize archs.
Approved by:	portmgr (tier-2 blanket)
2017-06-22 06:03:21 +00:00
Gerald Pfeifer
04d6f52202 Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
2017-04-01 15:23:30 +00:00
Mathieu Arnold
8b4093cba5 Do not use post-stage. Use post-install instead.
The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.

PR:		214780
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-12-02 11:58:21 +00:00
Gerald Pfeifer
89f8b05214 Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
2016-11-20 09:38:08 +00:00
Dmitry Marakasov
8ed4dae5c2 - Remove always true condition
Approved by:	portmgr blanket
2016-06-24 13:08:21 +00:00
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
Kurt Jaeger
d1f0564295 math/Math-Int128: 0.21 -> 0.22
Fix for #RT103359: CLONE hook was dying because its signature
        was wrong (bug report by Duke Smith)
2015-05-06 20:42:35 +00:00
Sunpoet Po-Chuan Hsieh
45cdc4f4ad - Update to 0.21
Changes:	http://search.cpan.org/dist/Math-Int128/Changes
PR:		198562
Submitted by:	sunpoet (myself)
Approved by:	pi
2015-03-14 14:51:43 +00:00
Kurt Jaeger
165a485bb0 math/p5-Math-Int128: 0.17 -> 0.20
http://cpansearch.perl.org/src/SALVA/Math-Int128-0.20/Changes
2015-02-10 11:18:12 +00:00
Kurt Jaeger
81977bef72 math/p5-Math-Int128: 0.15 -> 0.17
- Better compiler detection on i386
- Some left/right shift fixes
http://cpansearch.perl.org/src/DROLSKY/Math-Int128-0.17/Changes
2014-12-29 20:53:49 +00:00
Mathieu Arnold
eee58d187e Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
2014-11-26 13:08:24 +00:00
Kurt Jaeger
400fc6ca43 math/p5-Math-Int128: fix _DEPENDS
PR:		194736
2014-11-19 06:29:58 +00:00
Kurt Jaeger
a3f14ba3ad math/p5-Math-Int128: 0.13 -> 0.15
http://cpansearch.perl.org/src/SALVA/Math-Int128-0.15/Changes

PR:		194736
2014-11-19 06:28:05 +00:00
Kurt Jaeger
de5c6806a0 math/p5-Math-Int128: add armv6 to NOT_FOR_ARCHS
PR:		194188
Submitted by:	sbruno
2014-11-01 10:00:57 +00:00
Mathieu Arnold
61de712f46 Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.

PR:		190681
Submitted by:	mat
Exp-Run by:	antoine
Sponsored by:	Absolight
2014-06-10 12:14:12 +00:00
Kurt Jaeger
c4e1289ca5 Mass-update maintainer from fbsd-ports@opsec.eu -> pi@FreeBSD.org 2014-06-08 19:05:27 +00:00
Gerald Pfeifer
1cd277bdce Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
2014-03-10 20:55:20 +00:00
Gerald Pfeifer
3be3e90f93 Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
2013-10-26 00:52:33 +00:00
Sunpoet Po-Chuan Hsieh
aa644e303c - Update to 0.13
- While I'm here, support STAGEDIR

Changes:	http://search.cpan.org/dist/Math-Int128/Changes
PR:		ports/182808
Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
2013-10-08 07:44:07 +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
Andrej Zverev
f4acfee81c our default gcc ports version 4.6, change USE_GCC to yes.
Submitted by:	gerald@
Approved by:	maintainer (implicit, no functional change)
2013-08-28 11:44:03 +00:00
Andrej Zverev
6c2be351c9 - update to 0.12
- split logic of compilter detection: need clang 3.2+ or gcc 4.4+
- mark not for ARCH i386

PR:		180487
Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu>
Approved by:	Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
2013-08-25 15:27:10 +00:00
Gerald Pfeifer
41e60477bd Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.
Right now this is a noop in the former case and a noop in the latter
case unless lang/gcc44 has been installed explicitly.

This puts a bit more emphasis on standardizing on a canonical version
"current" GCC and makes it easier to update that canonical version
by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port.

That is, USE_GCC=yes means "use a decent/modern version of GCC" without
having to worry about details.

Approved by:	portmgr (bdrewery)
2013-08-17 16:27:24 +00:00
Andrej Zverev
0aad97bb5c - Convert to new perl framework 2013-08-02 18:21:05 +00:00
Philippe Audeoud
e985dd017f - USE_GCC set to 4.6+
- Bump PORTREVISION

PR:		ports/174629
Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
2013-01-03 08:59:14 +00:00
Philippe Audeoud
f0d690b91a - Fix typo 2012-12-20 16:57:07 +00:00
Philippe Audeoud
e8f1c73d07 Math::Int64 adds support for 64 bit integers, signed and unsigned, to Perl.
WWW: http://search.cpan.org/dist/Math-Int64/

PR:		ports/174359
Submitted by:	fbsd-ports@opsec.eu
2012-12-20 08:47:10 +00:00