From owner-cvs-ports@FreeBSD.ORG Thu Jul 14 23:48:09 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 03E87106564A; Thu, 14 Jul 2011 23:48:09 +0000 (UTC) (envelope-from inyaoo@gmail.com) Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id DCE2E8FC0A; Thu, 14 Jul 2011 23:48:07 +0000 (UTC) Received: by ewy1 with SMTP id 1so593020ewy.13 for ; Thu, 14 Jul 2011 16:48:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=QvCiOv7Xv3CWeMgWvK1/8dnqcZF/uxKlZDo/JxT1e/Y=; b=cfQjMVPiELeu/kRUNiom5PlwPvJaSvP7VyIF+9G/mNqMwLEr1ukxLuEJHwPblFaJM6 3xOTtJiMBSulIzhI1qsHVh2MSQMyQYIzPI6Oejd8v2vKyWCJyqUnXAMWoyeaD60qjqXg 7vArpbgvZreDwMC3/QkQ+Ee1sdwQUBAhKdhfw= Received: by 10.14.48.140 with SMTP id v12mr964604eeb.162.1310687286878; Thu, 14 Jul 2011 16:48:06 -0700 (PDT) Received: from localhost (rockhall.torservers.net [77.247.181.163]) by mx.google.com with ESMTPS id n41sm424812eeh.57.2011.07.14.16.48.00 (version=SSLv3 cipher=OTHER); Thu, 14 Jul 2011 16:48:05 -0700 (PDT) From: Pan Tsu To: Chris Rees References: <201103310337.p2V3bEhU087658@repoman.freebsd.org> <864o2otz64.fsf@gmail.com> Date: Fri, 15 Jul 2011 03:47:39 +0400 In-Reply-To: (Chris Rees's message of "Thu, 14 Jul 2011 22:50:46 +0100") Message-ID: <86ipr4jug4.fsf@gmail.com> 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, ports-committers@freebsd.org, Thomas Abthorpe Subject: Re: cvs commit: ports/Mk bsd.licenses.mk bsd.port.mk 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: Thu, 14 Jul 2011 23:48:09 -0000 Chris Rees writes: > [trimming cvs-all@] > > On 14 July 2011 20:55, Pan Tsu wrote: >> Thomas Abthorpe writes: >> >>> tabthorpe 2011-03-31 03:37:14 UTC >>> >>> FreeBSD ports repository >>> >>> Modified files: >>> Mk bsd.licenses.mk bsd.port.mk >>> Log: >>> - Disable license checking with DISABLE_LICENSES [1] >>> - Remove temp files from /tmp when build is interrupted [2] >>> >>> PR: ports/149837 [1], ports/155890 [2] >> >> ENOTIME? At least reopen ports/155890, I've sent an immediate followup >> back in 31 Mar. > > I'm not really sure I understand your problem. Is it just the > silencing of the trap command you're after? It un-silences a commandline previously silenced which consists of several commands spanning multiple lines. Here is an original diff - @while + @trap ... while ... and what was actually comitted - @while ... + trap ... while ...