1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

math/p5-Math-MPFR: Update to 4.21

Changes:	https://metacpan.org/dist/Math-MPFR/changes
This commit is contained in:
Po-Chuan Hsieh 2022-04-18 07:48:22 +08:00
parent 0e51aa3161
commit 7f86bbfb73
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 12 additions and 12 deletions

View File

@ -1,7 +1,7 @@
# Created by: Wen Heping <wenheping@gmail.com>
PORTNAME= Math-MPFR
PORTVERSION= 4.17
PORTVERSION= 4.21
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1632227660
SHA256 (Math-MPFR-4.17.tar.gz) = 160bfcf8e0e45418876fb13830018bd246bd9d1383f39e202594c5749fc6ede2
SIZE (Math-MPFR-4.17.tar.gz) = 207313
TIMESTAMP = 1650229112
SHA256 (Math-MPFR-4.21.tar.gz) = 2959e17ba420702e74d521efa94d6bc77bca08ea4b18c4834aa7f2e52d9f7ebb
SIZE (Math-MPFR-4.21.tar.gz) = 213491

View File

@ -1,15 +1,15 @@
--- Makefile.PL.orig 2021-02-12 11:08:52 UTC
--- Makefile.PL.orig 2022-03-08 11:03:33 UTC
+++ Makefile.PL
@@ -206,7 +206,7 @@ else { # we still need to determine whether__float128
@@ -182,7 +182,7 @@ if(!defined($have_float128)) { # __float128 support, h
print $SAVE "\n\n" if $save;
print $SAVE "\n\n" if $save;
- my $mylibs = $mklib . " " . $mylibpth . " -lquadmath";
+ my $mylibs = $mklib . " " . $mylibpth;
- my $mylibs = $mklib . " " . $mylibpth . " -lquadmath";
+ my $mylibs = $mklib . " " . $mylibpth;
my $out = `$mycc -o have_f128.exe -x c have_f128.in 2>&1`;
@@ -347,7 +347,7 @@ my %options = (
# First up, build have_f128.exe from have_f128.c.
# This simply establishes whether the __float128 type is available.
@@ -392,7 +392,7 @@ my %options = (
AUTHOR => 'Sisyphus (sisyphus at (@) cpan dot (.) org)',
ABSTRACT => 'Perl interface to the MPFR (floating point) library',
DEFINE => $defines,