From owner-svn-ports-branches@freebsd.org Wed Mar 23 23:28:23 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F1B08ADB996; Wed, 23 Mar 2016 23:28:23 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C392B1953; Wed, 23 Mar 2016 23:28:23 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2NNSMJN046031; Wed, 23 Mar 2016 23:28:22 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2NNSMvf046030; Wed, 23 Mar 2016 23:28:22 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201603232328.u2NNSMvf046030@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Wed, 23 Mar 2016 23:28:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r411746 - branches/2016Q1/x11/leechcraft X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Mar 2016 23:28:24 -0000 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 \