From owner-svn-src-head@FreeBSD.ORG Wed Oct 1 22:10:56 2014 Return-Path: Delivered-To: svn-src-head@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 68FE6D19 for ; Wed, 1 Oct 2014 22:10:56 +0000 (UTC) Received: from mail-qc0-f176.google.com (mail-qc0-f176.google.com [209.85.216.176]) (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 223A62FC for ; Wed, 1 Oct 2014 22:10:55 +0000 (UTC) Received: by mail-qc0-f176.google.com with SMTP id r5so1265149qcx.21 for ; Wed, 01 Oct 2014 15:10:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=o14yQrWWqjqlrCVvdZy1KjTpRwkw1MxzLy7jcEfjmiE=; b=J8/sPlwUmy+6v4C2lDoQs/yVaaCUkMl2z5FWh0G0w39STcwObT3PvUPQ5FeawEhr3M mI7PsoREQOGUFyaJTYOV+KhdU8nisNcnmvFaDHXgGmBxe0dF+0OjIc2zB+lveh7ZHWpR V00eanoY6yg4OkPqz4ZwMMWkDOjIcD9YcKzxsSgWmj6B0qMjCgH6yd2411ubBKx24DLX yVNyFGNVP9SHdAUC5dDjyY98uDDhKpO5xGyV7IQUhJzHsXEx/S2fXpC7V7Vu1YjIOYaM uduMAPi6t8Incxu3YpQkNHxDLLEQozeqNzF43F97PPvd6sDSyF1XFx2RPKh25679GPYn YtKA== X-Gm-Message-State: ALoCoQlMUrb8V076YOkCy5nPPyGmGNQYsvU8f7FLvHR9wQS+0kW33avC8oi1mS2JDt3BdCD08+zl MIME-Version: 1.0 X-Received: by 10.224.4.72 with SMTP id 8mr36619333qaq.79.1412201454558; Wed, 01 Oct 2014 15:10:54 -0700 (PDT) Received: by 10.140.31.36 with HTTP; Wed, 1 Oct 2014 15:10:54 -0700 (PDT) In-Reply-To: References: <201409291505.s8TF5Nhh066884@svn.freebsd.org> Date: Wed, 1 Oct 2014 16:10:54 -0600 Message-ID: Subject: Re: svn commit: r272282 - head/share/mk From: Will Andrews To: NGie Cooper Content-Type: text/plain; charset=UTF-8 Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 22:10:56 -0000 On Wed, Oct 1, 2014 at 3:21 PM, NGie Cooper wrote: > Sounds like a documentation issue though (it's not listed in the > handbook :(..: https://www.freebsd.org/doc/handbook/ports-using.html ) Well, I would argue this sort of thing should not need to be documented in the first place. --Will.