Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Mar 2016 23:28:22 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r411746 - branches/2016Q1/x11/leechcraft
Message-ID:  <201603232328.u2NNSMvf046030@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603232328.u2NNSMvf046030>