From owner-svn-ports-head@freebsd.org Fri Mar 8 13:04:14 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF837153CE7E for ; Fri, 8 Mar 2019 13:04:13 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from mail-lj1-x243.google.com (mail-lj1-x243.google.com [IPv6:2a00:1450:4864:20::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 66FD272D1F for ; Fri, 8 Mar 2019 13:04:13 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by mail-lj1-x243.google.com with SMTP id l5so17324054lje.1 for ; Fri, 08 Mar 2019 05:04:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adamw-org.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=QTi0YPlQ3AlgGEBK01/xfAkPg6sfcden/4f2XZ5po34=; b=T7uJso+verC9dssSyp0bbb//21AOxv8GdJF08uoQjL8AHj/KYFv1f+t/URgu9fc5jm NRRRi0x2jI885DgUw9WLLxUIBDAQwW0GRQ5/PUvnYs0zMO8G4m0RhPdsRsCZIUjVSQkO 5TWTLQxkrP8uK9T8fraIUs2JQ5jE23RTt3/B25Hxaxg6j7wBmETYK3mGhskSs5Bk2511 H9i1uxKTMbP3k2DyNHYEzmVJ+y531w9cTNYwy1gRHGumuDrlIdrZZpq15CyDJzHspccb Vi4orFO7p7K+oUPl1h57g90bEd+emQjVk5cUyy0x0zG5sV6w1sscvDNlVF3mvpyckX2f oSxg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=QTi0YPlQ3AlgGEBK01/xfAkPg6sfcden/4f2XZ5po34=; b=hCIkmJj8MRwLCOq4YivgMbJ/6JeUYD3D8PShc4vXWAbM4qHk2Tc44M7Y+48E4Ibu5y oYLbaBBQLZKRR6mUc8Lei2XCHGwEaW3AQLSg+wBYKR3swhuWYf4K5f/32bq8+YtgPluy 2EN2j6/VRRerjP0B+wWbYFtwOPQGtG9+4ZSZeLBrN6AG2Snz9g70cenR5FH3R2zeIL+1 aAqSP4CdaKhoiz9qroTxAmxmHrkTOtxUTE0FCy60ge6EYTEiiIghyuDpaCW/a+3HNabw mc48yQGTOGTnjgH5l0oY2tKFDhQCN1weeuM4FLuUcnTOzZ3nkAPw8Bz/qEMQ8w0thLrX nsew== X-Gm-Message-State: APjAAAUxlL7FrNVK+3QznzZEmnk+u2AbYEZWExhHiY7P4r3HU59WJZpg MjCFV31gIysVaZ85tZOPYmygosPaqxbKnecTOOPQhkCYMmc= X-Google-Smtp-Source: APXvYqwUsE34+aLA0V+Ha/FYUNOmeNhcGxy90szRWnoL/K16XcjZxO7zwS5qZlS63XrmcwvaGpZ/XEgs8I/8oufgdtE= X-Received: by 2002:a2e:85cf:: with SMTP id h15mr9121086ljj.73.1552050251824; Fri, 08 Mar 2019 05:04:11 -0800 (PST) MIME-Version: 1.0 References: <201903080040.x280ewF0084625@repo.freebsd.org> In-Reply-To: <201903080040.x280ewF0084625@repo.freebsd.org> From: Adam Weinberger Date: Fri, 8 Mar 2019 06:03:55 -0700 Message-ID: Subject: Re: svn commit: r495007 - in head/devel: . llvm To: Brooks Davis Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 66FD272D1F X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.92 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.92)[-0.923,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Mar 2019 13:04:14 -0000 On Thu, Mar 7, 2019 at 5:41 PM Brooks Davis wrote: > > It is intended for use by users and should not be a port build dependency. Perhaps a comment near the top of the Makefile about this could be helpful. Right now there's nothing in the Makefile or pkg-descr to inform future porters of this important implementation detail. # Adam -- Adam Weinberger adamw@adamw.org https://www.adamw.org