From 6961a9ee24ce32b91800366991c6f1837aeda8a1 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Sun, 29 Jan 2017 12:50:04 +0000 Subject: Mark BROKEN, does bot build (probably because of math/pari update): /usr/local/include/pari/paridecl.h:3202:9: error: conflicting types for 'mulreal' GEN mulreal(GEN x, GEN y); ^ ../include/ca.h:1749:6: note: previous declaration is here void mulreal(Num,Num,Real *); ^ --- math/asir2000/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/math/asir2000/Makefile b/math/asir2000/Makefile index 367e3989039c..df5febf13122 100644 --- a/math/asir2000/Makefile +++ b/math/asir2000/Makefile @@ -18,6 +18,8 @@ LICENSE_NAME= Risa/Asir Limited Use License LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +BROKEN= does not build + LIB_DEPENDS= libpari.so:math/pari MAKE_JOBS_UNSAFE= yes -- cgit