Date: Wed, 23 Mar 2016 23:26:19 +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: r411745 - head/x11/leechcraft Message-ID: <201603232326.u2NNQJ4Q045772@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Wed Mar 23 23:26:19 2016 New Revision: 411745 URL: https://svnweb.freebsd.org/changeset/ports/411745 Log: Drop MAKE_JOBS_UNSAFE. The port built fine with -j56 on Poudriere, and it also ran fine. I'm tempted to believe whatever problems there were when the port was initially added to the tree have since been solved, and the port should be make jobs safe now. PR: 207191 Approved by: maintainer timeout (vg, 39 days) Modified: head/x11/leechcraft/Makefile Modified: head/x11/leechcraft/Makefile ============================================================================== --- head/x11/leechcraft/Makefile Wed Mar 23 23:23:32 2016 (r411744) +++ head/x11/leechcraft/Makefile Wed Mar 23 23:26:19 2016 (r411745) @@ -19,7 +19,6 @@ LIB_DEPENDS= libqwt6.so:${PORTSDIR}/x11- #LC_REV= 1526-g7fdb92a INSTALLS_ICONS= yes -MAKE_JOBS_UNSAFE=yes USE_LDCONFIG= yes USES= cmake pkgconfig tar:xz USE_QT4= corelib declarative gui network script sql sql-sqlite3_run \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603232326.u2NNQJ4Q045772>