mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
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
This commit is contained in:
parent
5fddee0b53
commit
36d2b0806e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=563841
@ -12,6 +12,8 @@ MASTER_SITES= https://mirrors.dotsrc.org/mirrors/exherbo/ \
|
||||
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:textproc/texi2html \
|
||||
${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
|
||||
|
Loading…
Reference in New Issue
Block a user