svn commit: r416372 - head/math/libRmath

Antoine Brodin antoine at FreeBSD.org
Sat Jun 4 19:01:08 UTC 2016


Author: antoine
Date: Sat Jun  4 19:01:06 2016
New Revision: 416372
URL: https://svnweb.freebsd.org/changeset/ports/416372

Log:
  Mark BROKEN: fails to configure
  
  checking for pcre_fullinfo in -lpcre... no
  checking whether PCRE support suffices... configure: error: pcre >= 8.10 library and headers are required
  ===>  Script "configure" failed unexpectedly.
  
  Reported by:	pkg-fallout

Modified:
  head/math/libRmath/Makefile

Modified: head/math/libRmath/Makefile
==============================================================================
--- head/math/libRmath/Makefile	Sat Jun  4 18:44:32 2016	(r416371)
+++ head/math/libRmath/Makefile	Sat Jun  4 19:01:06 2016	(r416372)
@@ -5,6 +5,8 @@ PORTNAME=	libRmath
 
 COMMENT=	The standalone math library from R
 
+BROKEN=		fails to configure
+
 DESCR=	${.CURDIR}/pkg-descr
 LIBRMATH_SLAVEPORT=	yes
 MASTERDIR=	${.CURDIR}/../R


More information about the svn-ports-head mailing list