svn commit: r500678 - head/devel/pyside2

Christoph Moench-Tegeder cmt at FreeBSD.org
Thu May 2 18:53:46 UTC 2019


Author: cmt
Date: Thu May  2 18:53:44 2019
New Revision: 500678
URL: https://svnweb.freebsd.org/changeset/ports/500678

Log:
  another shot at fixing pyside2's build
  
  the failure is still not reproducable, but I'm still getting fallout
  mails. the log files seem to be pointing at a build order problem,
  that is, a undeclared dependency between targets. set MAKE_JOBS_UNSAFE
  until I figured out what exactly is missing, and to get out some
  packages, and to reduce fallout mails.

Modified:
  head/devel/pyside2/Makefile

Modified: head/devel/pyside2/Makefile
==============================================================================
--- head/devel/pyside2/Makefile	Thu May  2 18:52:04 2019	(r500677)
+++ head/devel/pyside2/Makefile	Thu May  2 18:53:44 2019	(r500678)
@@ -29,6 +29,8 @@ USE_QT=		3d buildtools_build charts core datavis3d dec
 CMAKE_ARGS+=	"-DUSE_PYTHON_VERSION=${PYTHON_VER}" \
 		"-DPYTHON_EXECUTABLE=${PYTHON_CMD}"
 
+MAKE_JOBS_UNSAFE=	yes
+
 .include <bsd.port.pre.mk>
 
 .if ${PYTHON_MAJOR_VER} >= 3


More information about the svn-ports-all mailing list