svn commit: r553843 - head/devel/upp

Antoine Brodin antoine at FreeBSD.org
Sun Nov 1 14:25:37 UTC 2020


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}


More information about the svn-ports-head mailing list