Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 May 2016 06:35:05 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r415703 - head/graphics/seexpr
Message-ID:  <201605230635.u4N6Z5Er010661@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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