svn commit: r411746 - branches/2016Q1/x11/leechcraft
Raphael Kubo da Costa
rakuco at FreeBSD.org
Wed Mar 23 23:28:24 UTC 2016
Author: rakuco
Date: Wed Mar 23 23:28:22 2016
New Revision: 411746
URL: https://svnweb.freebsd.org/changeset/ports/411746
Log:
MFH: r411745
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)
Approved by: portmgr blanket approval
Modified:
branches/2016Q1/x11/leechcraft/Makefile
Directory Properties:
branches/2016Q1/ (props changed)
Modified: branches/2016Q1/x11/leechcraft/Makefile
==============================================================================
--- branches/2016Q1/x11/leechcraft/Makefile Wed Mar 23 23:26:19 2016 (r411745)
+++ branches/2016Q1/x11/leechcraft/Makefile Wed Mar 23 23:28:22 2016 (r411746)
@@ -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 \
More information about the svn-ports-branches
mailing list