svn commit: r448784 - head/science/massxpert

Raphael Kubo da Costa rakuco at FreeBSD.org
Sat Aug 26 20:55:42 UTC 2017


Author: rakuco
Date: Sat Aug 26 20:55:41 2017
New Revision: 448784
URL: https://svnweb.freebsd.org/changeset/ports/448784

Log:
  Revert r447879.
  
  Apparently the build is indeed broken with parallel jobs, even though I wasn't
  able to reproduce it in my tests. Checking what's broken would take time and
  anyone interested in that should rather try updating the port to 3.6.0.
  
  PR:		219293
  Reported by:	John Marino <freebsdml at marino.st>

Modified:
  head/science/massxpert/Makefile

Modified: head/science/massxpert/Makefile
==============================================================================
--- head/science/massxpert/Makefile	Sat Aug 26 20:26:23 2017	(r448783)
+++ head/science/massxpert/Makefile	Sat Aug 26 20:55:41 2017	(r448784)
@@ -26,5 +26,6 @@ USE_GNOME=	glib20
 USE_QT4=	corelib gui xml rcc_build qmake_build uic_build moc_build \
 		svg
 USE_LDCONFIG=	yes
+MAKE_JOBS_UNSAFE=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list