git: ed8939d4472b - main - lang/gprolog: Comment out BROKEN_riscv64

Eugene Grosbein eugen at FreeBSD.org
Sat May 15 03:44:42 UTC 2021


The branch main has been updated by eugen:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ed8939d4472b29619c955a1404b74fe6b313c747

commit ed8939d4472b29619c955a1404b74fe6b313c747
Author:     Eugene Grosbein <eugen at FreeBSD.org>
AuthorDate: 2021-05-15 03:43:24 +0000
Commit:     Eugene Grosbein <eugen at FreeBSD.org>
CommitDate: 2021-05-15 03:43:24 +0000

    lang/gprolog: Comment out BROKEN_riscv64
    
    Comment out BROKEN_riscv64 after recent port change:
    either it fixes build or there will be fresh build log
    available at least (hopefully).
---
 lang/yap/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/yap/Makefile b/lang/yap/Makefile
index 435bc346616a..5b4dfa2f2435 100644
--- a/lang/yap/Makefile
+++ b/lang/yap/Makefile
@@ -16,7 +16,7 @@ LICENSE_COMB=		dual
 LICENSE_FILE_ART20=	${WRKSRC}/Artistic
 LICENSE_FILE_LGPL20=	${WRKSRC}/COPYING
 
-BROKEN_riscv64=		fails to build: procedure chr_translate/2 is undefined, called from context  prolog:once/1
+#BROKEN_riscv64=		fails to build: procedure chr_translate/2 is undefined, called from context  prolog:once/1
 
 LIB_DEPENDS=	libgmp.so:math/gmp
 


More information about the dev-commits-ports-all mailing list