From c659cdba27f63a36a7b392b92855e318fda8527b Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Wed, 13 Nov 2024 13:28:52 -0500 Subject: [PATCH 1/5] libpthread-stubs: migrate to `pkgconf` --- Formula/lib/libpthread-stubs.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/lib/libpthread-stubs.rb b/Formula/lib/libpthread-stubs.rb index 5daf4b7e16bbe..42f9a3d4f8aa4 100644 --- a/Formula/lib/libpthread-stubs.rb +++ b/Formula/lib/libpthread-stubs.rb @@ -10,10 +10,10 @@ class LibpthreadStubs < Formula sha256 cellar: :any_skip_relocation, all: "303b8c21fc1b9322b6bd8f24e75a4e53a1c331d09b4f6271f75eba743d119819" end - depends_on "pkg-config" + depends_on "pkgconf" def install - system "./configure", *std_configure_args.reject { |s| s["--disable-debug"] } + system "./configure", *std_configure_args system "make", "install" end From 274ff9f9e9ef0db3b9a20bab3a774d65c7eea2d4 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Wed, 13 Nov 2024 13:38:22 -0500 Subject: [PATCH 2/5] node-build: migrate to `pkgconf` --- Formula/n/node-build.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/n/node-build.rb b/Formula/n/node-build.rb index 59e147c0c7137..fc2ad0457c64a 100644 --- a/Formula/n/node-build.rb +++ b/Formula/n/node-build.rb @@ -17,7 +17,7 @@ class NodeBuild < Formula depends_on "autoconf" depends_on "openssl@3" - depends_on "pkg-config" + depends_on "pkgconf" def install ENV["PREFIX"] = prefix From f7fd5a198018a92717caac86e618a213bf00ed24 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Wed, 13 Nov 2024 13:38:44 -0500 Subject: [PATCH 3/5] nwchem: migrate to `pkgconf` --- Formula/n/nwchem.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/n/nwchem.rb b/Formula/n/nwchem.rb index 458c3f5aca3a5..26d0228190c9b 100644 --- a/Formula/n/nwchem.rb +++ b/Formula/n/nwchem.rb @@ -27,7 +27,7 @@ class Nwchem < Formula depends_on "libxc" depends_on "open-mpi" depends_on "openblas" - depends_on "pkg-config" + depends_on "pkgconf" depends_on "python@3.13" depends_on "scalapack" From aa873cbdb09bfca2464a7b796b29f6676ff3df67 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Wed, 13 Nov 2024 13:39:16 -0500 Subject: [PATCH 4/5] pyenv: migrate to `pkgconf` --- Formula/p/pyenv.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/p/pyenv.rb b/Formula/p/pyenv.rb index f2c1649b87353..c496ab6d998b7 100644 --- a/Formula/p/pyenv.rb +++ b/Formula/p/pyenv.rb @@ -23,7 +23,7 @@ class Pyenv < Formula depends_on "autoconf" depends_on "openssl@3" - depends_on "pkg-config" + depends_on "pkgconf" depends_on "readline" uses_from_macos "python" => :test From 45c4b55bcd956cda59f0889ab602639cc1fb25b4 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Wed, 13 Nov 2024 13:39:49 -0500 Subject: [PATCH 5/5] ruby-build: migrate to `pkgconf` --- Formula/r/ruby-build.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/r/ruby-build.rb b/Formula/r/ruby-build.rb index e5824925f49e5..379048321b4bf 100644 --- a/Formula/r/ruby-build.rb +++ b/Formula/r/ruby-build.rb @@ -13,7 +13,7 @@ class RubyBuild < Formula depends_on "autoconf" depends_on "libyaml" depends_on "openssl@3" - depends_on "pkg-config" + depends_on "pkgconf" depends_on "readline" def install