From owner-svn-ports-head@freebsd.org Mon May 23 06:35:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1168DB46489; Mon, 23 May 2016 06:35:06 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D08C419FB; Mon, 23 May 2016 06:35:05 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4N6Z5uB010662; Mon, 23 May 2016 06:35:05 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N6Z5Er010661; Mon, 23 May 2016 06:35:05 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201605230635.u4N6Z5Er010661@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 23 May 2016 06:35:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415703 - head/graphics/seexpr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 May 2016 06:35:06 -0000 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