svn commit: r563841 - head/lang/yap

Mark Linimon linimon at FreeBSD.org
Tue Feb 2 19:46:10 UTC 2021


Author: linimon
Date: Tue Feb  2 19:46:09 2021
New Revision: 563841
URL: https://svnweb.freebsd.org/changeset/ports/563841

Log:
  Mark as BROKEN on riscv64:
  
    EXISTENCE ERROR- procedure chr_translate/2 is undefined, called from context  prolog:once/1
  
  While here, pet portlint (Makevar order).
  
  Approved by:	portmgr (tier-2 blanket)
  Obtained from:	lonesome.com build testing

Modified:
  head/lang/yap/Makefile

Modified: head/lang/yap/Makefile
==============================================================================
--- head/lang/yap/Makefile	Tue Feb  2 19:41:38 2021	(r563840)
+++ head/lang/yap/Makefile	Tue Feb  2 19:46:09 2021	(r563841)
@@ -12,6 +12,8 @@ MASTER_SITES=	https://mirrors.dotsrc.org/mirrors/exher
 MAINTAINER=	danilo at FreeBSD.org
 COMMENT=	High-performance Prolog compiler
 
+BROKEN_riscv64=		fails to build: procedure chr_translate/2 is undefined, called from context  prolog:once/1
+
 LIB_DEPENDS=	libgmp.so:math/gmp
 
 PORTSCOUT=	limit:^6\.2\.
@@ -24,11 +26,11 @@ DOCS_BUILD_DEPENDS=	${LOCALBASE}/bin/texi2html:textpro
 			${LOCALBASE}/bin/texi2pdf:print/texinfo
 DOCS_INSTALL_TARGET=	install install_docs
 
+USES=		gmake localbase readline
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-max-performance \
 		--disable-myddas
-USES=		gmake localbase readline
 
 DOCSDIR=	${PREFIX}/share/doc/Yap
 DATADIR=	${PREFIX}/share/Yap


More information about the svn-ports-all mailing list