From owner-cvs-ports@FreeBSD.ORG Tue Sep 20 06:02:27 2011 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BFB961065672; Tue, 20 Sep 2011 06:02:27 +0000 (UTC) (envelope-from aakuusta@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 488148FC16; Tue, 20 Sep 2011 06:02:27 +0000 (UTC) Received: by gxk28 with SMTP id 28so137414gxk.13 for ; Mon, 19 Sep 2011 23:02:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:in-reply-to:date:message-id:references :user-agent:mime-version:content-type; bh=+n10hqZOznmJWInWZS/N6mx6vQtyU70KmicIwbJiQ/o=; b=MPjquF7OE0BdX/xkF6hDjGf6VjEKgJCyVBg9aRLhRJX5EAhF/O7cQcDMoILPNi60WS 6Lxt4HgI2akBqLg7embMRelCN0BY6upBLff4tUpN4O+PSnBDWwyj3kB52lW6wkIqgtbL ZPQ5jttu0ApaqCIYYHVKeJPjX2XNjYSXgwsVk= Received: by 10.151.93.11 with SMTP id v11mr272279ybl.334.1316498546424; Mon, 19 Sep 2011 23:02:26 -0700 (PDT) Received: from nil (musashi.geonosis.org. [88.198.107.171]) by mx.google.com with ESMTPS id s19sm8489849anm.20.2011.09.19.23.02.21 (version=SSLv3 cipher=OTHER); Mon, 19 Sep 2011 23:02:25 -0700 (PDT) From: h h To: Brendan Fabeny In-Reply-To: <201109200133.p8K1X0r8029934@repoman.freebsd.org> (Brendan Fabeny's message of "Tue, 20 Sep 2011 01:33:00 +0000 (UTC)") Date: Tue, 20 Sep 2011 10:01:55 +0400 Message-ID: <86ehzbhhv0.fsf@gmail.com> References: <201109200133.p8K1X0r8029934@repoman.freebsd.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/security/tor Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2011 06:02:27 -0000 Brendan Fabeny writes: > bf 2011-09-20 01:33:00 UTC > > FreeBSD ports repository > > Modified files: > security/tor Makefile > Log: > add a few mirrors and mark MAKE_JOBS_UNSAFE [1] Why not mark port as USE_GMAKE? GNU automake rarely generates makefiles conforming to BSD make rather than GNU make. And it builds fine with -j16 when using gmake.