From owner-svn-ports-all@FreeBSD.ORG Fri Apr 18 18:30:31 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 03C814E6; Fri, 18 Apr 2014 18:30:31 +0000 (UTC) Received: from mail-ee0-x22f.google.com (mail-ee0-x22f.google.com [IPv6:2a00:1450:4013:c00::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1A364109A; Fri, 18 Apr 2014 18:30:29 +0000 (UTC) Received: by mail-ee0-f47.google.com with SMTP id b15so1850519eek.20 for ; Fri, 18 Apr 2014 11:30:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=Y2hAXMFjFsQ2fLbxzV1tzBHO1wDsDho7eGnNy5IaTPo=; b=QChOZcj2YzY4cQRItAZ9SQK/SjzNkBmtI73nWx3QWE3yOq5xVj4zeD4IiqRtZH3vKW 0nU+UPAWr4VtJm3uusVqYW7jmT9Y47YVC8Ntz6OYBj/TlnzzVKDt4Qko6jpjkPsz5Thy YHzRQFPrTR5BXQ9UrTNZ4CsJyf8pLvS2FyiSZuJaZ940uOII+1nVXhJSX+6YB3UcAzMr FClWA4NtABYKYAVjdbVQhBl/jEndm/mIGFrinTMpxu27lfNwQQ+yQ9P0z1iQTB6bjkXj k5IInH54l9PmN+9ZX1xP0L7hfFiEIDbuyXHhqdOiBXs5br6UxYF6Jty/QLEeweQEJQD6 8K9Q== X-Received: by 10.14.95.8 with SMTP id o8mr24198889eef.15.1397845828257; Fri, 18 Apr 2014 11:30:28 -0700 (PDT) Received: from caprica.slowicza.org ([176.109.164.5]) by mx.google.com with ESMTPSA id 48sm78762353eee.2.2014.04.18.11.30.27 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Fri, 18 Apr 2014 11:30:27 -0700 (PDT) Sender: =?UTF-8?B?UGF3ZcWCIFDEmWthbGE=?= Date: Fri, 18 Apr 2014 20:31:47 +0200 From: =?ISO-8859-2?Q?Pawe=B3_P=EAkala?= To: Steve Wills Subject: Re: svn commit: r351554 - head/Mk Message-ID: <20140418203147.39f056f8@caprica.slowicza.org> In-Reply-To: <20140418174725.GD3573@mouf.net> References: <201404181731.s3IHVDK0062215@svn.freebsd.org> <20140418174725.GD3573@mouf.net> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; i386-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 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: Fri, 18 Apr 2014 18:30:31 -0000 Dnia 2014-04-18, o godz. 17:47:27 Steve Wills napisa=B3(a): > Thanks! I have run into that too. I wonder about the case of doing > makepatch on an existing port and not knowing that you needed to > delete a patch. Would it be a good idea to emit a warning or > something when you would have generated an empty patch? Warning seems like a good idea.