From owner-svn-src-all@freebsd.org Thu Jan 16 19:18:30 2020 Return-Path: Delivered-To: svn-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 25EEB1F2322; Thu, 16 Jan 2020 19:18:30 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io1-f42.google.com (mail-io1-f42.google.com [209.85.166.42]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47zDWB0B9yz4S9M; Thu, 16 Jan 2020 19:18:29 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-io1-f42.google.com with SMTP id n11so23186002iom.9; Thu, 16 Jan 2020 11:18:29 -0800 (PST) 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=C6d/ouP7c/as72JAlgdRmtJakwimdQkO94zt2sFNYb4=; b=aVwoDWgZa2misqiRKvXLi7GKWUH4RbwvcA+IfImHVmBIZvigYlRyM2nVKq7RGFOuys aoNgAjNIVSFstF5d3EYRlotAejPZkJ/Fc8X259YkAwe6lYjWC3AhoTaB56Ons/WL652K XTEvy/1O0vKo+LfG1kFtVC0x4XRxBW9BUBOaLcB4Mwctr4tupg7CTFPlAhIxO6dgiSks 7vKoAEDyDUzoK2bKQefgWW7Pt2M8NKaPT4sAqtsRZrcjR+vVkblIW1Zb5V9GBdB4CtST 1N3Xxp9VkpX7RelJ5dMQpSnGbXvu0tmP82C8iWM9HgMmB1ShQfQP+9WKzowuxD0/LQCH iPCw== X-Gm-Message-State: APjAAAWtDxgEHfaI6QgCTAMzKCxVdv+/Vdcs/6ELMXFljnJTZO8moYlR DzXejGmI2p3y7RKnzQP7d1moK5oPsn75QLt4tIrSZQ== X-Google-Smtp-Source: APXvYqz4qApnGziDHQmOKx5kStPd9rJP2gj8DFHDxsS5c4fxlUdDkK8IgYbuHMKch5tbB5AC6O+CpFL+M0Oh08mwjN8= X-Received: by 2002:a5e:aa12:: with SMTP id s18mr26242063ioe.182.1579202308152; Thu, 16 Jan 2020 11:18:28 -0800 (PST) MIME-Version: 1.0 References: <202001161727.00GHR81m093567@repo.freebsd.org> <6489e1f1-561c-f1e8-babf-ed7900496488@FreeBSD.org> In-Reply-To: <6489e1f1-561c-f1e8-babf-ed7900496488@FreeBSD.org> From: Ed Maste Date: Thu, 16 Jan 2020 14:18:14 -0500 Message-ID: Subject: Re: svn commit: r356797 - head/share/mk To: John Baldwin Cc: src-committers , svn-src-all , svn-src-head Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 47zDWB0B9yz4S9M X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-6.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 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: Thu, 16 Jan 2020 19:18:30 -0000 On Thu, 16 Jan 2020 at 12:34, John Baldwin wrote: > > I would support having MK_PROFILE default to off for 13. I agree. > Do we know if any other systems still > ship -pg libraries as an option? Also, is anyone still using them? I'll try to check some representative Linux distributions, and later post a question on appropriate mailing lists to see if anyone's using them.