svn commit: r416369 - head/math/qtiplot

Antoine Brodin antoine at FreeBSD.org
Sat Jun 4 17:19:51 UTC 2016


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 at 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


More information about the svn-ports-head mailing list