svn commit: r523422 - head/graphics/silgraphite
Tobias C. Berner
tcberner at FreeBSD.org
Sat Jan 18 16:18:25 UTC 2020
Author: tcberner
Date: Sat Jan 18 16:18:24 2020
New Revision: 523422
URL: https://svnweb.freebsd.org/changeset/ports/523422
Log:
graphics/silgraphite: mark broken on current
In file included from ../src/segment/Segment.cpp:19:
In file included from ../src/segment/Main.h:31:
In file included from ../include/graphite/GrCommon.h:26:
In file included from /usr/include/c++/v1/cstdlib:85:
In file included from /usr/include/c++/v1/stdlib.h:100:
In file included from /usr/include/c++/v1/math.h:311:
/usr/include/c++/v1/type_traits:3699:9: error: no matching constructor for initialization of 'gr3ooo::Segment'
_Tp __t(_VSTD::move(__x));
^ ~~~~~~~~~~~~~~~~
Modified:
head/graphics/silgraphite/Makefile
Modified: head/graphics/silgraphite/Makefile
==============================================================================
--- head/graphics/silgraphite/Makefile Sat Jan 18 16:17:30 2020 (r523421)
+++ head/graphics/silgraphite/Makefile Sat Jan 18 16:18:24 2020 (r523422)
@@ -10,6 +10,9 @@ MASTER_SITES= SF
MAINTAINER= sunpoet at 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
More information about the svn-ports-all
mailing list