Index: head/graphics/silgraphite/Makefile =================================================================== --- head/graphics/silgraphite/Makefile (revision 524719) +++ head/graphics/silgraphite/Makefile (revision 524720) @@ -1,38 +1,35 @@ # Created by: Dennis Herrmann # $FreeBSD$ PORTNAME= silgraphite PORTVERSION= 2.3.1 PORTREVISION= 4 CATEGORIES= graphics devel MASTER_SITES= SF 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 LICENSE_FILE_LGPL21+ = ${WRKSRC}/license/License_LGPLv21.txt LICENSE_NAME_CPL05= Common Public License Version 0.5 LICENSE_PERMS_CPL05= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept OPTIONS_DEFINE= FREETYPE OPTIONS_DEFAULT=FREETYPE OPTIONS_SUB= yes CONFIGURE_ARGS= --without-xft --without-pangographite GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_CXXSTD= c++98 USE_LDCONFIG= yes USES= libtool pathfix pkgconfig FREETYPE_CONFIGURE_WITH=freetype FREETYPE_LIB_DEPENDS= libfreetype.so:print/freetype2 FREETYPE_USES= iconv .include Index: head/graphics/silgraphite/files/patch-engine-include-graphite-Segment.h =================================================================== --- head/graphics/silgraphite/files/patch-engine-include-graphite-Segment.h (nonexistent) +++ head/graphics/silgraphite/files/patch-engine-include-graphite-Segment.h (revision 524720) @@ -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: head/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: head/graphics/silgraphite/files/patch-engine-src-segment-Segment.cpp =================================================================== --- head/graphics/silgraphite/files/patch-engine-src-segment-Segment.cpp (nonexistent) +++ head/graphics/silgraphite/files/patch-engine-src-segment-Segment.cpp (revision 524720) @@ -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: head/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