Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Nov 2020 14:25:36 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r553843 - head/devel/upp
Message-ID:  <202011011425.0A1EPaI2048942@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Nov  1 14:25:36 2020
New Revision: 553843
URL: https://svnweb.freebsd.org/changeset/ports/553843

Log:
  Mark BROKEN
  
  FontFc.cpp:(.text._ZN3Upp14GetFontInfoSysENS_4FontE+0xf7): undefined reference to `FT_Get_X11_Font_Format(FT_FaceRec_*)'
  
  Reported by:	pkg-fallout

Modified:
  head/devel/upp/Makefile

Modified: head/devel/upp/Makefile
==============================================================================
--- head/devel/upp/Makefile	Sun Nov  1 14:24:02 2020	(r553842)
+++ head/devel/upp/Makefile	Sun Nov  1 14:25:36 2020	(r553843)
@@ -13,6 +13,7 @@ COMMENT=	Ultimate++, a BSD-licensed, cross-platform, C
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/uppsrc/Core/Copying
 
+BROKEN=		fails to link
 BROKEN_powerpc=		Does not compile on ${ARCH}: error Unknown CPU architecture
 BROKEN_powerpc64=	Does not compile on ${ARCH}: error Unknown CPU architecture
 BROKEN_sparc64=		Does not compile on ${ARCH}



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