svn commit: r415703 - head/graphics/seexpr

John Marino marino at FreeBSD.org
Mon May 23 06:35:06 UTC 2016


Author: marino
Date: Mon May 23 06:35:04 2016
New Revision: 415703
URL: https://svnweb.freebsd.org/changeset/ports/415703

Log:
  graphics/seexpr is not jobs safe (previously reported)
  
  This port has failed on me three separate times, it appears to be trying
  to link prematurely, e.g.
    ../SeExpr/libSeExpr.so: error: undefined reference to 'SeExprpos()'
  
  I reported it a few weeks ago, but now I'm going ahead and marking it
  as unsafe.

Modified:
  head/graphics/seexpr/Makefile

Modified: head/graphics/seexpr/Makefile
==============================================================================
--- head/graphics/seexpr/Makefile	Mon May 23 06:29:17 2016	(r415702)
+++ head/graphics/seexpr/Makefile	Mon May 23 06:35:04 2016	(r415703)
@@ -19,6 +19,8 @@ USES=		bison cmake compiler:c++0x pyqt:4
 USE_PYQT=	gui_build
 USE_QT4=	moc_build qmake_build rcc_build uic_build gui opengl
 
+MAKE_JOBS_UNSAFE=	yes
+
 WRKSRC=		${WRKDIR}/SeExpr-${GH_TAGNAME_EXTRACT}
 
 CXXFLAGS+=	-I${LOCALBASE}/include


More information about the svn-ports-all mailing list