From owner-svn-src-all@FreeBSD.ORG Wed Oct 1 22:11:01 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 44D80D37 for ; Wed, 1 Oct 2014 22:11:01 +0000 (UTC) Received: from mail-qg0-f42.google.com (mail-qg0-f42.google.com [209.85.192.42]) (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 04E532FF for ; Wed, 1 Oct 2014 22:11:00 +0000 (UTC) Received: by mail-qg0-f42.google.com with SMTP id z60so1031480qgd.15 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=Z4wAEHJrwMoEZxZkYZL4nZV2KDuywwOWX6CgwYlBe1LeYtnk8nHa1/eeA8cM8hzXdy EVnHMlicpS7VGqj8zqN2xTHaqkfghp41em8RyW+HO9WzOh/9cEtmCIGy0vgGR7Tmmq0r aMgtAusWWP+tkNrLN9RPQZMFxj5Hek6HOtQ4/S7PcY4lEVt5i68XlBWoQ0BV+aiKCqvD sYQnSRKPQlAzTCyeEaa7uewkLBDLMFXdWkMEsmulQ1Fu76w1uOUCHRXhijw58isugQ0K psqqo7sHMCleugv254MhTh03kit3CjcQ5QMY+z5YRVZ/KrokIogcUrbRA0qD+aCaZ4KZ 3ZSw== X-Gm-Message-State: ALoCoQlVqbWnAi1vxc9NEtbxiY6GtVIVZmNE1NA+AxNg0M4kHASOsfOZykge3Be0cuF9MZTaIkyV 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 22:11:01 -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.