From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS53758 23.128.96.0/24 X-Spam-Status: No, score=-3.7 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_PASS, SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id 7DD071F9E0 for ; Thu, 23 Apr 2020 20:50:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726500AbgDWUto (ORCPT ); Thu, 23 Apr 2020 16:49:44 -0400 Received: from mail-wm1-f65.google.com ([209.85.128.65]:40305 "EHLO mail-wm1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725934AbgDWUtn (ORCPT ); Thu, 23 Apr 2020 16:49:43 -0400 Received: by mail-wm1-f65.google.com with SMTP id u16so8282392wmc.5 for ; Thu, 23 Apr 2020 13:49:42 -0700 (PDT) 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=ljjFojialDJOdQCZ8vSuyH4uWAjvER1Nb3tno/l6dKA=; b=N11+ewYvypQuaeh7aoDPIwpjOAvbuLJZa8qYeXCBmQCpGL8tppf4Sws2shF6fLnZti Ibp04uvtw5N51qhpwhKLk87DCgCRETsivLbuxwFd7rzZY3CiDPy6ZxEEHfj/yrgD1QLt PtGGq9ovDox8AFJPxG60B1WAT7zLr2La1Y2y3l5CJVV0ch2LyGQ7ZB1mTkfwA5T7iIeE ES7dXi2jEKObHhzNM+iK1sQal/sodJ/L3Zsl0EHTgQIzZbfIuEUusbBUfhGKi+34bou5 HnBy/iQqsQxRFw6Xy9SAz+Tzg5/G+p/sxQa01tHufS3V6CrcgelWOdvYb2+f8XpC+WI0 cZAw== X-Gm-Message-State: AGi0PuZG7PV3SQ8Zds7KjZ5di73myohyC6INUuh8vC7EHf+erd0CkJH6 57S1DkGUytn9oiUz2S9Je3gkUcgOM5ElGXXpbtM= X-Google-Smtp-Source: APiQypJDThP0juUBCF3t+sYcGnfhyoMuNiEeHbFUmbP6386i830gEywJqaCH2qzMu+cKVDGP+j9rSV3WybwBjTF8Kgo= X-Received: by 2002:a05:600c:2046:: with SMTP id p6mr6117560wmg.177.1587674981641; Thu, 23 Apr 2020 13:49:41 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Eric Sunshine Date: Thu, 23 Apr 2020 16:49:30 -0400 Message-ID: Subject: Re: [PATCH] macos: do let the build find the gettext headers/libraries/msgfmt To: Johannes Schindelin via GitGitGadget Cc: Git List , =?UTF-8?Q?SZEDER_G=C3=A1bor?= , Johannes Schindelin Content-Type: text/plain; charset="UTF-8" Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Thu, Apr 23, 2020 at 12:17 PM Eric Sunshine wrote: > I'm slightly leery of seeing these applied globally on Mac OS in > config.mak.uname since various package managers on Mac OS install > packages in wildly different locations, and these settings might cause > the wrong version of a package to be picked up if a user has a > preferred version installed elsewhere. As a follow up, although slightly leery of applying this change globally to config.mak.uname, I don't necessarily oppose it either. Considering how widely adopted Homebrew is on Mac OS, baking in a bit of Homebrew-specific knowledge would make it easier for a Git developer to get up and running by eliminating some of the manual fiddling and configuration currently necessary.