Skip to content

Commit 263afa1

Browse files
authored
Merge pull request #262449 from Homebrew/pike-no-pcre
pike: drop `pcre` dependency
2 parents 2b2f047 + 8ac3929 commit 263afa1

File tree

1 file changed

+9
-14
lines changed

1 file changed

+9
-14
lines changed

Formula/p/pike.rb

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,19 @@ class Pike < Formula
1212
end
1313

1414
bottle do
15-
sha256 arm64_tahoe: "0c0dbf05213979a83add31b2d9c0983fbaeda715b9d644886ae523e6da58524f"
16-
sha256 arm64_sequoia: "1f3675eb394156e536145ea57151f73999675893f4827358673338d31e5dd044"
17-
sha256 arm64_sonoma: "86a5d508ea7ef36bc6c160adce3672556ca34b0f636227cc78fb69b1ebe69579"
18-
sha256 arm64_ventura: "6b6f4b66d20a1d4f0d12955f939280a02635e8c459d803ae90ba900d9b3d2401"
19-
sha256 sonoma: "3020a095c90dea0257703d3c47f594c5c9d136655469d57e369d9e89daf3fe97"
20-
sha256 ventura: "6cbd38e90fd0f66a8e87e084e7b78a659cf8e27c9b6f5e3ab001bdec2bd72656"
21-
sha256 arm64_linux: "d508b63e39b6dc8e7be55395dc1a87dfc1da292ddc638a254b49c0bd7052887d"
22-
sha256 x86_64_linux: "59dae235eeb446e2a34bcf99aa113b9571bb012f4559e44b973d2fbbd6d40832"
15+
rebuild 1
16+
sha256 arm64_tahoe: "189339328f08b4736331e28f84a222c9bd77ee5f3d0742ddf4f5a8a4b153682f"
17+
sha256 arm64_sequoia: "75e3d156d755d9f21686a6a97f7abe5bab99543aed10c0bc9b1924b522a76be3"
18+
sha256 arm64_sonoma: "aa0db19f0c8c530b0a2987a8e9109f59e912bed0e03230d648a6d5626b60f6f5"
19+
sha256 sonoma: "23f03f540634e32d1d2daecd6b396753b133aeb78a6bddc1c8e8a01907068835"
20+
sha256 arm64_linux: "4fff05c1bf9d0b62313086b0a50fdf8fad2cf794d27db659c3f87d3d22a8aff6"
21+
sha256 x86_64_linux: "b657334fefce83ee4ce0a359c8eea9a8b2d5a07638bba4972a33f4fe6c9bf89b"
2322
end
2423

25-
depends_on "gettext"
2624
depends_on "gmp"
2725
depends_on "jpeg-turbo"
2826
depends_on "libtiff"
2927
depends_on "nettle"
30-
depends_on "pcre"
3128
depends_on "webp"
3229

3330
uses_from_macos "bzip2"
@@ -38,10 +35,7 @@ class Pike < Formula
3835

3936
on_macos do
4037
depends_on "gnu-sed" => :build
41-
end
42-
43-
on_linux do
44-
depends_on "libnsl"
38+
depends_on "gettext"
4539
end
4640

4741
def install
@@ -62,6 +56,7 @@ def install
6256
--without-bundles
6357
--without-freetype
6458
--without-gdbm
59+
--without-libpcre
6560
--without-odbc
6661
]
6762

0 commit comments

Comments
 (0)