Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jan 2017 12:50:04 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r432732 - head/math/asir2000
Message-ID:  <201701291250.v0TCo4CV068997@repo.freebsd.org>

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



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