svn commit: r351146 - head/science/psi3

Antoine Brodin antoine at FreeBSD.org
Sat Apr 12 22:00:09 UTC 2014


Author: antoine
Date: Sat Apr 12 22:00:08 2014
New Revision: 351146
URL: http://svnweb.freebsd.org/changeset/ports/351146
QAT: https://qat.redports.org/buildarchive/r351146/

Log:
  Mark broken: Fails to build
  
  c++  -O2 -pipe -Wno-error=return-type -fno-strict-aliasing -DHAVE_CMATH=1 -DHAVE_CSTDIO=1 -DHAVE_CSTDLIB=1 -DHAVE_CSTRING=1 -DHAVE_CSTDDEF=1 -DHAVE_DECL_PUTENV=1 -DHAVE_PUTENV=1 -DHAVE_DECL_SETENV=1 -DHAVE_SETENV=1 -DHAVE_FUNC_ISINF=1   -I. -I../../../include -I/wrkdirs/usr/ports/science/psi3/work/psi3/include -I/wrkdirs/usr/ports/science/psi3/work/psi3/src/lib -I../../../src/lib  -c ip_read.cc -o ip_read.o
  ip_read.cc:63:3: error: use of undeclared identifier 'yyparse'
    yyparse();
    ^
  ip_read.cc:105:3: error: use of undeclared identifier 'yyparse'
    yyparse();
    ^
  2 errors generated.
  
  Reported by:	pkg-fallout since february 2014
  With hat:	portmgr

Modified:
  head/science/psi3/Makefile

Modified: head/science/psi3/Makefile
==============================================================================
--- head/science/psi3/Makefile	Sat Apr 12 21:54:53 2014	(r351145)
+++ head/science/psi3/Makefile	Sat Apr 12 22:00:08 2014	(r351146)
@@ -19,6 +19,8 @@ EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 MAINTAINER=	maho at FreeBSD.org
 COMMENT=	An electronic structure programs for high-accuracy computations
 
+BROKEN=		Fails to build
+
 .if exists(${LOCALBASE}/lib/libgoto2.so)
 WITH_BLAS?=     gotoblas
 .elif exists(${LOCALBASE}/lib/libatlas.so)


More information about the svn-ports-all mailing list