Date: Sat, 26 Aug 2017 20:55:41 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448784 - head/science/massxpert Message-ID: <201708262055.v7QKtfYw060472@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708262055.v7QKtfYw060472>