From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 10:03:12 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7A086C6D; Wed, 1 Oct 2014 10:03:12 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 66921A1D; Wed, 1 Oct 2014 10:03:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91A3C2Q092524; Wed, 1 Oct 2014 10:03:12 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91A3CRA092523; Wed, 1 Oct 2014 10:03:12 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201410011003.s91A3CRA092523@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Wed, 1 Oct 2014 10:03:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369710 - head/japanese/slrn X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 10:03:12 -0000 Author: marino Date: Wed Oct 1 10:03:11 2014 New Revision: 369710 URL: https://svnweb.freebsd.org/changeset/ports/369710 QAT: https://qat.redports.org/buildarchive/r369710/ Log: japanese/slrn is not jobs safe It can try to use config.h before it's generated. Modified: head/japanese/slrn/Makefile Modified: head/japanese/slrn/Makefile ============================================================================== --- head/japanese/slrn/Makefile Wed Oct 1 09:42:39 2014 (r369709) +++ head/japanese/slrn/Makefile Wed Oct 1 10:03:11 2014 (r369710) @@ -27,6 +27,8 @@ ALL_TARGET= all slrnpull WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} JDOCSRC= ${WRKDIR}/${PORTNAME}-doc-j0.9.5.6-0 +MAKE_JOBS_UNSAFE= yes + # Tentatively improve inner makefiles in attempt to fix parallel builds post-patch: @${REINPLACE_CMD} -e 's|-mkdir|mkdir -p| ; \