FreeBSD Bugzilla – Attachment 211220 Details for
Bug 243310
graphics/silgraphite: Fails to build on 13.0-CURRENT: /usr/include/c++/v1/type_traits:3699:9: error: no mathing constructor for initialization of 'gr3:ooo::Segment'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix for 13-CURRENT
graphics-silgraphite.txt (text/plain), 2.86 KB, created by
Po-Chuan Hsieh
on 2020-01-31 14:39:13 UTC
(
hide
)
Description:
Fix for 13-CURRENT
Filename:
MIME Type:
Creator:
Po-Chuan Hsieh
Created:
2020-01-31 14:39:13 UTC
Size:
2.86 KB
patch
obsolete
>Index: graphics/silgraphite/Makefile >=================================================================== >--- graphics/silgraphite/Makefile (revision 524628) >+++ graphics/silgraphite/Makefile (working copy) >@@ -10,9 +10,6 @@ > MAINTAINER= sunpoet@FreeBSD.org > COMMENT= Font engine for complex non-Roman writing systems > >-# /usr/include/c++/v1/type_traits:3699:9: error: no matching constructor for initialization of 'gr3ooo::Segment' >-BROKEN_FreeBSD_13= no matching constructor for initialization of 'gr3ooo::Segment' >- > LICENSE= CPL05 LGPL21+ > LICENSE_COMB= dual > LICENSE_FILE_CPL05= ${WRKSRC}/license/License_CPLv05.txt >Index: graphics/silgraphite/files/patch-engine-include-graphite-Segment.h >=================================================================== >--- graphics/silgraphite/files/patch-engine-include-graphite-Segment.h (nonexistent) >+++ graphics/silgraphite/files/patch-engine-include-graphite-Segment.h (working copy) >@@ -0,0 +1,11 @@ >+--- engine/include/graphite/Segment.h.orig 2009-01-29 08:33:19 UTC >++++ engine/include/graphite/Segment.h >+@@ -64,7 +64,7 @@ class Segment (public) >+ virtual ~Segment(); >+ >+ // Basic copy constructor: >+- Segment(Segment & seg); >++ Segment(const Segment & seg); >+ >+ // For making modified copies of segments: >+ static Segment * LineContextSegment(Segment & seg, bool fStartLine, bool fEndLine); > >Property changes on: graphics/silgraphite/files/patch-engine-include-graphite-Segment.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:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: graphics/silgraphite/files/patch-engine-src-segment-Segment.cpp >=================================================================== >--- graphics/silgraphite/files/patch-engine-src-segment-Segment.cpp (nonexistent) >+++ graphics/silgraphite/files/patch-engine-src-segment-Segment.cpp (working copy) >@@ -0,0 +1,11 @@ >+--- engine/src/segment/Segment.cpp.orig 2008-08-21 14:24:32 UTC >++++ engine/src/segment/Segment.cpp >+@@ -433,7 +433,7 @@ void Segment::InitWhiteSpaceSegment(int nNewDepth) >+ /*---------------------------------------------------------------------------------------------- >+ Basic copy method. >+ ----------------------------------------------------------------------------------------------*/ >+-Segment::Segment(Segment & seg) >++Segment::Segment(const Segment & seg) >+ { >+ int islout; >+ > >Property changes on: graphics/silgraphite/files/patch-engine-src-segment-Segment.cpp >___________________________________________________________________ >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: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
Actions:
View
|
Diff
Attachments on
bug 243310
:
210682
|
211187
| 211220