Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
F
FreeBSD ports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
FreeBSD
FreeBSD ports
Commits
7443f493
Verified
Commit
7443f493
authored
1 year ago
by
sunpoet
Browse files
Options
Downloads
Patches
Plain Diff
math/p5-Math-MPFR: Update to 4.27
Changes:
https://metacpan.org/dist/Math-MPFR/changes
parent
a773f5f9
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
math/p5-Math-MPFR/Makefile
+1
-1
1 addition, 1 deletion
math/p5-Math-MPFR/Makefile
math/p5-Math-MPFR/distinfo
+3
-3
3 additions, 3 deletions
math/p5-Math-MPFR/distinfo
math/p5-Math-MPFR/files/patch-Makefile.PL
+19
-19
19 additions, 19 deletions
math/p5-Math-MPFR/files/patch-Makefile.PL
with
23 additions
and
23 deletions
math/p5-Math-MPFR/Makefile
+
1
−
1
View file @
7443f493
PORTNAME
=
Math-MPFR
PORTVERSION
=
4.2
6
PORTVERSION
=
4.2
7
CATEGORIES
=
math perl5
MASTER_SITES
=
CPAN
PKGNAMEPREFIX
=
p5-
...
...
This diff is collapsed.
Click to expand it.
math/p5-Math-MPFR/distinfo
+
3
−
3
View file @
7443f493
TIMESTAMP = 16
79499172
SHA256 (Math-MPFR-4.2
6
.tar.gz) =
71f7a9fb5830ef88365e256120b6d988b5016387870f1809acfaa1633e5143fd
SIZE (Math-MPFR-4.2
6
.tar.gz) = 22
6453
TIMESTAMP = 16
88167270
SHA256 (Math-MPFR-4.2
7
.tar.gz) =
f79406c3f1e0b1b9330addbe43fb6ea93f8fdf28d71fb838e21f2c04846c14fc
SIZE (Math-MPFR-4.2
7
.tar.gz) = 22
9685
This diff is collapsed.
Click to expand it.
math/p5-Math-MPFR/files/patch-Makefile.PL
+
19
−
19
View file @
7443f493
---
Makefile
.
PL
.
orig
2023
-
02
-
22
05
:
30
:
2
4
UTC
---
Makefile
.
PL
.
orig
2023
-
02
-
09
12
:
30
:
2
0
UTC
+++
Makefile
.
PL
@@
-
196
,
7
+
196
,
7
@@
unless
(
$skip_msvc
)
{
print
$SAVE
"
\n\n
"
if
$save
;
-
my
$mylibs
=
$mklib
.
"
"
.
$mylibpth
.
"
-lquadmath
";
+
my
$mylibs
=
$mklib
.
"
"
.
$mylibpth
;
# First up, build have_f128.exe from have_f128.c.
# This simply establishes whether the __float128 type is available.
@@
-
418
,
7
+
418
,
7
@@
my
%options
=
(
AUTHOR
=>
'
Sisyphus (sisyphus at (@) cpan dot (.) org)
',
ABSTRACT
=>
'
Perl interface to the MPFR (floating point) library
',
DEFINE
=>
$defines
,
-
LIBS
=>
[
'
-lmpfr -lgmp -lquadmath
'
],
+
LIBS
=>
[
'
-lmpfr -lgmp
'
],
PREREQ_PM
=>
{
'
Test::More
'
=>
'
0.88
',
},
#OBJECT => '$(O_FILES)', # set below if $Config{nvsize} == 8
LICENSE
=>
'
perl
',
@@
-
196
,
7
+
196
,
7
@@
unless
(
$skip_msvc
)
{
print
$SAVE
"
\n\n
"
if
$save
;
-
my
$mylibs
=
$mklib
.
"
"
.
$mylibpth
.
"
-lquadmath
";
+
my
$mylibs
=
$mklib
.
"
"
.
$mylibpth
;
# First up, build have_f128.exe from have_f128.c.
# This simply establishes whether the __float128 type is available.
@@
-
418
,
7
+
418
,
7
@@
my
%options
=
(
AUTHOR
=>
'
Sisyphus (sisyphus at (@) cpan dot (.) org)
',
ABSTRACT
=>
'
Perl interface to the MPFR (floating point) library
',
DEFINE
=>
$defines
,
-
LIBS
=>
[
'
-lmpfr -lgmp -lquadmath
'
],
+
LIBS
=>
[
'
-lmpfr -lgmp
'
],
PREREQ_PM
=>
{
'
Test::More
'
=>
'
0.88
',
},
#OBJECT => '$(O_FILES)', # set below if $Config{nvsize} == 8
LICENSE
=>
'
perl
',
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment