Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jan 2020 16:18:25 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r523422 - head/graphics/silgraphite
Message-ID:  <202001181618.00IGIPRX002243@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001181618.00IGIPRX002243>