Skip to content

Commit

Permalink
Merge pull request #199119 from Homebrew/pkgconf-migrations-versioned
Browse files Browse the repository at this point in the history
formulae(versioned): migrate to `pkgconf`
  • Loading branch information
p-linnane authored Nov 26, 2024
2 parents bdc96b0 + 79b61ce commit f7925d4
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Formula/o/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class OpenjdkAT11 < Formula
keg_only :versioned_formula

depends_on "autoconf" => :build
depends_on "pkg-config" => :build
depends_on "pkgconf" => :build
depends_on "freetype"
depends_on "giflib"
depends_on "harfbuzz"
Expand Down
2 changes: 1 addition & 1 deletion Formula/o/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class OpenjdkAT17 < Formula
keg_only :versioned_formula

depends_on "autoconf" => :build
depends_on "pkg-config" => :build
depends_on "pkgconf" => :build
depends_on xcode: :build # for metal

depends_on "freetype"
Expand Down
2 changes: 1 addition & 1 deletion Formula/o/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class OpenjdkAT21 < Formula
keg_only :versioned_formula

depends_on "autoconf" => :build
depends_on "pkg-config" => :build
depends_on "pkgconf" => :build
depends_on xcode: :build # for metal
depends_on "freetype"
depends_on "giflib"
Expand Down
2 changes: 1 addition & 1 deletion Formula/o/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class OpenjdkAT8 < Formula
keg_only :versioned_formula

depends_on "autoconf" => :build
depends_on "pkg-config" => :build
depends_on "pkgconf" => :build
depends_on arch: :x86_64
depends_on "freetype"
depends_on "giflib"
Expand Down
2 changes: 1 addition & 1 deletion Formula/p/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class PostgresqlAT13 < Formula
# https://www.postgresql.org/support/versioning/
deprecate! date: "2025-11-13", because: :unsupported

depends_on "pkg-config" => :build
depends_on "pkgconf" => :build
depends_on "icu4c@76"

# GSSAPI provided by Kerberos.framework crashes when forked.
Expand Down
2 changes: 1 addition & 1 deletion Formula/p/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class PostgresqlAT14 < Formula
# https://www.postgresql.org/support/versioning/
deprecate! date: "2026-11-12", because: :unsupported

depends_on "pkg-config" => :build
depends_on "pkgconf" => :build
depends_on "icu4c@76"

# GSSAPI provided by Kerberos.framework crashes when forked.
Expand Down
2 changes: 1 addition & 1 deletion Formula/p/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class PostgresqlAT15 < Formula
deprecate! date: "2027-11-11", because: :unsupported

depends_on "gettext" => :build
depends_on "pkg-config" => :build
depends_on "pkgconf" => :build
depends_on "icu4c@76"

# GSSAPI provided by Kerberos.framework crashes when forked.
Expand Down
2 changes: 1 addition & 1 deletion Formula/p/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class PythonAT310 < Formula
# build packages later. Xcode-only systems need different flags.
pour_bottle? only_if: :clt_installed

depends_on "pkg-config" => :build
depends_on "pkgconf" => :build
depends_on "gdbm"
depends_on "mpdecimal"
depends_on "openssl@3"
Expand Down
2 changes: 1 addition & 1 deletion Formula/p/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class PythonAT311 < Formula
# build packages later. Xcode-only systems need different flags.
pour_bottle? only_if: :clt_installed

depends_on "pkg-config" => :build
depends_on "pkgconf" => :build
depends_on "mpdecimal"
depends_on "openssl@3"
depends_on "sqlite"
Expand Down
2 changes: 1 addition & 1 deletion Formula/p/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class PythonAT312 < Formula
# build packages later. Xcode-only systems need different flags.
pour_bottle? only_if: :clt_installed

depends_on "pkg-config" => :build
depends_on "pkgconf" => :build
depends_on "mpdecimal"
depends_on "openssl@3"
depends_on "sqlite"
Expand Down
2 changes: 1 addition & 1 deletion Formula/p/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class PythonAT39 < Formula
# build packages later. Xcode-only systems need different flags.
pour_bottle? only_if: :clt_installed

depends_on "pkg-config" => :build
depends_on "pkgconf" => :build
depends_on "gdbm"
depends_on "mpdecimal"
depends_on "openssl@3"
Expand Down

0 comments on commit f7925d4

Please sign in to comment.