Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Feb 2021 19:46:09 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r563841 - head/lang/yap
Message-ID:  <202102021946.112Jk9iS018132@repo.freebsd.org>

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



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