svn commit: r432732 - head/math/asir2000

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Jan 29 12:50:05 UTC 2017


Author: amdmi3
Date: Sun Jan 29 12:50:04 2017
New Revision: 432732
URL: https://svnweb.freebsd.org/changeset/ports/432732

Log:
  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 *);
       ^

Modified:
  head/math/asir2000/Makefile

Modified: head/math/asir2000/Makefile
==============================================================================
--- head/math/asir2000/Makefile	Sun Jan 29 12:48:21 2017	(r432731)
+++ head/math/asir2000/Makefile	Sun Jan 29 12:50:04 2017	(r432732)
@@ -18,6 +18,8 @@ LICENSE_NAME=	Risa/Asir Limited Use Lice
 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


More information about the svn-ports-all mailing list