Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jun 2016 17:19:50 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r416369 - head/math/qtiplot
Message-ID:  <201606041719.u54HJoTj056448@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Jun  4 17:19:50 2016
New Revision: 416369
URL: https://svnweb.freebsd.org/changeset/ports/416369

Log:
  Mark BROKEN: fails to build
  
  src/scripting/PythonScripting.cpp:61:10: fatal error: 'sipAPIqti.h' file not found
  #include "sipAPIqti.h"
           ^
  
  Reported by:	pkg-fallout

Modified:
  head/math/qtiplot/Makefile

Modified: head/math/qtiplot/Makefile
==============================================================================
--- head/math/qtiplot/Makefile	Sat Jun  4 16:43:14 2016	(r416368)
+++ head/math/qtiplot/Makefile	Sat Jun  4 17:19:50 2016	(r416369)
@@ -10,6 +10,8 @@ MASTER_SITES=	BERLIOS http://soft.proind
 MAINTAINER=	makc@FreeBSD.org
 COMMENT=	Data analysis and scientific plotting
 
+BROKEN=		fails to build
+
 LIB_DEPENDS=	libgsl.so:math/gsl \
 		libmuparser.so:math/muparser \
 		libpng.so:graphics/png



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