FreeBSD Bugzilla – Attachment 215934 Details for
Bug 247537
math/givaro: Fix build on CURRENT
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
givaro.diff (text/plain), 3.14 KB, created by
Gleb Popov
on 2020-06-25 14:23:32 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Gleb Popov
Created:
2020-06-25 14:23:32 UTC
Size:
3.14 KB
patch
obsolete
>Index: math/givaro/Makefile >=================================================================== >--- math/givaro/Makefile (revision 539747) >+++ math/givaro/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= givaro > PORTVERSION= 4.1.1 > DISTVERSIONPREFIX=v >+PORTREVISION= 1 > CATEGORIES= math > > MAINTAINER= pi@FreeBSD.org >Index: math/givaro/files/patch-configure.ac >=================================================================== >--- math/givaro/files/patch-configure.ac (revision 539747) >+++ math/givaro/files/patch-configure.ac (working copy) >@@ -1,6 +1,6 @@ >---- configure.ac.orig 2017-11-23 13:32:58 UTC >+--- configure.ac.orig 2019-06-07 13:23:45 UTC > +++ configure.ac >-@@ -52,11 +52,7 @@ AC_COMPILER_NAME >+@@ -49,11 +49,7 @@ AC_COMPILER_NAME > > # We need a C++11 compiler now - AB 2014-12-12 > # clang-3.8 does not support __float128 without explicitly passing it -std=c++11 >Index: math/givaro/files/patch-src_kernel_gmp++_gmp++__int.h >=================================================================== >--- math/givaro/files/patch-src_kernel_gmp++_gmp++__int.h (nonexistent) >+++ math/givaro/files/patch-src_kernel_gmp++_gmp++__int.h (working copy) >@@ -0,0 +1,10 @@ >+--- src/kernel/gmp++/gmp++_int.h.orig 2019-06-07 13:23:45 UTC >++++ src/kernel/gmp++/gmp++_int.h >+@@ -234,6 +234,7 @@ namespace Givaro { >+ */ >+ ///@{ >+ giv_all_inlined Integer& operator = (const Integer& n); >++ giv_all_inlined Integer& operator = (const Integer& n) const; >+ giv_all_inlined Integer& logcpy(const Integer& n); >+ giv_all_inlined Integer& copy(const Integer& n); >+ ///@} > >Property changes on: math/givaro/files/patch-src_kernel_gmp++_gmp++__int.h >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: math/givaro/files/patch-src_kernel_gmp++_gmp++__int__cstor.C >=================================================================== >--- math/givaro/files/patch-src_kernel_gmp++_gmp++__int__cstor.C (nonexistent) >+++ math/givaro/files/patch-src_kernel_gmp++_gmp++__int__cstor.C (working copy) >@@ -0,0 +1,14 @@ >+--- src/kernel/gmp++/gmp++_int_cstor.C.orig 2019-06-07 13:23:45 UTC >++++ src/kernel/gmp++/gmp++_int_cstor.C >+@@ -105,6 +105,11 @@ namespace Givaro { >+ return logcpy(n) ; >+ } >+ >++ Integer& Integer::operator = (const Integer &n) const >++ { >++ return const_cast<Integer*>(this)->logcpy(n) ; >++ } >++ >+ >+ Integer& Integer::copy(const Integer &n) >+ { > >Property changes on: math/givaro/files/patch-src_kernel_gmp++_gmp++__int__cstor.C >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
arrowd
:
maintainer-approval?
(
pi
)
Actions:
View
|
Diff
Attachments on
bug 247537
: 215934