From owner-svn-ports-all@freebsd.org Fri Mar 8 13:04:14 2019 Return-Path: Delivered-To: svn-ports-all@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 01D4F153CE7F for ; Fri, 8 Mar 2019 13:04:14 +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 66F2D72D1E 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 w6so17306510ljd.7 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=H1g5bZVIAsId6A7bYbftR7bzxbNB4WTi8MED0XkIAggSY1IyiaFlUGkRGO46mE+Tc+ /7vPUp1fs3qqRy1x7Esx5xAr/NqmeBXbVbAW0ECdnRz6qGZwLhmyyWe5vC6JOuzU3Crd ze3scO7KLTEg4pLBUr5u/0XAa2XXPCJGhBqBts6FVA2QHVppdAqOII2w13QD/pjc59Fn LzURvuONvkzFtBMXdkMNmblPeLCLZ2RmCe+clPjKwdTeMPK5FD/AFO5zk0MRvmCIc6gA mJROLxOw/KiwHBy0UPFjhqIn5jQmloSxQUD140QGsrp6OTjfNI76ivEJpPf471L1DeWa D5aQ== X-Gm-Message-State: APjAAAWIXTKP2eJTiiRvsdj1xbVBWLxziZ+gj4suaiTqBCKEH5xZvhZV Wz0VyUHQqWnDk7nyOLFTFblgh0hIRHVVOUfucDSXSQ== 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: 66F2D72D1E 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-all@freebsd.org X-Mailman-Version: 2.1.29 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, 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