Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

r*: migrate to pkgconf #198698

Merged
merged 36 commits into from
Nov 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
2bdc152
r: migrate to `pkgconf`
cho-m Nov 22, 2024
05e3f85
r3: migrate to `pkgconf`
cho-m Nov 22, 2024
8287d7e
rabbitmq-c: migrate to `pkgconf`
cho-m Nov 22, 2024
4f1c28a
rasqal: migrate to `pkgconf`
cho-m Nov 22, 2024
24b33d9
rattler-build: migrate to `pkgconf`
cho-m Nov 22, 2024
d04404e
rdkit: migrate to `pkgconf`
cho-m Nov 22, 2024
8ada676
recc: migrate to `pkgconf`
cho-m Nov 22, 2024
b683c41
redland: migrate to `pkgconf`
cho-m Nov 22, 2024
a34d49d
redshift: migrate to `pkgconf`
cho-m Nov 22, 2024
c876d2d
redstore: migrate to `pkgconf`
cho-m Nov 22, 2024
4fb4049
redwax-tool: migrate to `pkgconf`
cho-m Nov 22, 2024
006f3c3
retdec: migrate to `pkgconf`
cho-m Nov 22, 2024
90599a7
rgbds: migrate to `pkgconf`
cho-m Nov 22, 2024
e8765d2
riemann-client: migrate to `pkgconf`
cho-m Nov 22, 2024
bcaa187
ripgrep: migrate to `pkgconf`
cho-m Nov 22, 2024
72d87a3
riscv64-elf-binutils: migrate to `pkgconf`
cho-m Nov 22, 2024
0a69269
river: migrate to `pkgconf`
cho-m Nov 22, 2024
9e98ea7
rizin: migrate to `pkgconf`
cho-m Nov 22, 2024
f2b593c
rkflashtool: migrate to `pkgconf`
cho-m Nov 22, 2024
e66dae3
rmlint: migrate to `pkgconf`
cho-m Nov 22, 2024
264d987
rmw: migrate to `pkgconf`
cho-m Nov 22, 2024
0b6144e
rojo: migrate to `pkgconf`
cho-m Nov 22, 2024
c582a2b
rom-tools: migrate to `pkgconf`
cho-m Nov 22, 2024
e91ff2b
root: migrate to `pkgconf`
cho-m Nov 22, 2024
83f9bc0
rpki-client: migrate to `pkgconf`
cho-m Nov 22, 2024
134fd2f
rrdtool: migrate to `pkgconf`
cho-m Nov 22, 2024
c71b344
rsgain: migrate to `pkgconf`
cho-m Nov 22, 2024
0fe4a8a
rsyslog: migrate to `pkgconf`
cho-m Nov 22, 2024
8365598
rtl_433: migrate to `pkgconf`
cho-m Nov 22, 2024
22e9dc6
rubberband: migrate to `pkgconf`
cho-m Nov 22, 2024
b21033b
ruby: migrate to `pkgconf`
cho-m Nov 22, 2024
2bf1afb
[email protected]: migrate to `pkgconf`
cho-m Nov 22, 2024
f6eed7d
[email protected]: migrate to `pkgconf`
cho-m Nov 22, 2024
d6a15f2
rustls-ffi: migrate to `pkgconf`
cho-m Nov 22, 2024
4507b75
rustup: migrate to `pkgconf`
cho-m Nov 22, 2024
113a821
rye: migrate to `pkgconf`
cho-m Nov 22, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Formula/r/r.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class R < Formula

Check notice on line 1 in Formula/r/r.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

Bottle cache hit

Bottle for r built at 4f2d2b34793 (Merge 1c4ce2a3a2c5d43dd71b190e4cd89b2ae5b42916 into f94e4b0b95949d73018e469f282f50b4ea935bae, 2024-11-22)

Check notice on line 1 in Formula/r/r.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

Bottle cache hit

Bottle for r built at 4f2d2b34793 (Merge 1c4ce2a3a2c5d43dd71b190e4cd89b2ae5b42916 into f94e4b0b95949d73018e469f282f50b4ea935bae, 2024-11-22)

Check notice on line 1 in Formula/r/r.rb

View workflow job for this annotation

GitHub Actions / macOS 15-arm64

Bottle cache hit

Bottle for r built at 4f2d2b34793 (Merge 1c4ce2a3a2c5d43dd71b190e4cd89b2ae5b42916 into f94e4b0b95949d73018e469f282f50b4ea935bae, 2024-11-22)

Check notice on line 1 in Formula/r/r.rb

View workflow job for this annotation

GitHub Actions / macOS 13-x86_64

Bottle cache hit

Bottle for r built at 4f2d2b34793 (Merge 1c4ce2a3a2c5d43dd71b190e4cd89b2ae5b42916 into f94e4b0b95949d73018e469f282f50b4ea935bae, 2024-11-22)

Check notice on line 1 in Formula/r/r.rb

View workflow job for this annotation

GitHub Actions / macOS 14-x86_64

Bottle cache hit

Bottle for r built at 4f2d2b34793 (Merge 1c4ce2a3a2c5d43dd71b190e4cd89b2ae5b42916 into f94e4b0b95949d73018e469f282f50b4ea935bae, 2024-11-22)
desc "Software environment for statistical computing"
homepage "https://www.r-project.org/"
url "https://cran.r-project.org/src/base/R-4/R-4.4.2.tar.gz"
Expand All @@ -20,7 +20,7 @@
sha256 x86_64_linux: "6a984c21e657a33571022f0254219c0f220c225a9d39379f5e3240eedcd71188"
end

depends_on "pkg-config" => :build
depends_on "pkgconf" => :build
depends_on "cairo"
depends_on "gcc" # for gfortran
depends_on "gettext"
Expand Down
10 changes: 4 additions & 6 deletions Formula/r/r3.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class R3 < Formula

Check notice on line 1 in Formula/r/r3.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

Bottle cache hit

Bottle for r3 built at 4f2d2b34793 (Merge 1c4ce2a3a2c5d43dd71b190e4cd89b2ae5b42916 into f94e4b0b95949d73018e469f282f50b4ea935bae, 2024-11-22)

Check notice on line 1 in Formula/r/r3.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

Bottle cache hit

Bottle for r3 built at 4f2d2b34793 (Merge 1c4ce2a3a2c5d43dd71b190e4cd89b2ae5b42916 into f94e4b0b95949d73018e469f282f50b4ea935bae, 2024-11-22)

Check notice on line 1 in Formula/r/r3.rb

View workflow job for this annotation

GitHub Actions / macOS 15-arm64

Bottle cache hit

Bottle for r3 built at 4f2d2b34793 (Merge 1c4ce2a3a2c5d43dd71b190e4cd89b2ae5b42916 into f94e4b0b95949d73018e469f282f50b4ea935bae, 2024-11-22)

Check notice on line 1 in Formula/r/r3.rb

View workflow job for this annotation

GitHub Actions / macOS 13-x86_64

Bottle cache hit

Bottle for r3 built at 4f2d2b34793 (Merge 1c4ce2a3a2c5d43dd71b190e4cd89b2ae5b42916 into f94e4b0b95949d73018e469f282f50b4ea935bae, 2024-11-22)

Check notice on line 1 in Formula/r/r3.rb

View workflow job for this annotation

GitHub Actions / macOS 14-x86_64

Bottle cache hit

Bottle for r3 built at 4f2d2b34793 (Merge 1c4ce2a3a2c5d43dd71b190e4cd89b2ae5b42916 into f94e4b0b95949d73018e469f282f50b4ea935bae, 2024-11-22)
desc "High-performance URL router library"
homepage "https://github.com/c9s/r3"
url "https://github.com/c9s/r3/archive/refs/tags/1.3.4.tar.gz"
Expand Down Expand Up @@ -32,17 +32,15 @@
depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "libtool" => :build
depends_on "pkg-config" => :build
depends_on "pkgconf" => :build
depends_on "jemalloc"
depends_on "pcre"

def install
system "./autogen.sh"
system "./configure", "--disable-debug",
"--disable-dependency-tracking",
"--disable-silent-rules",
"--prefix=#{prefix}",
"--with-malloc=jemalloc"
system "./configure", "--disable-silent-rules",
"--with-malloc=jemalloc",
*std_configure_args
system "make", "install"
end

Expand Down
2 changes: 1 addition & 1 deletion Formula/r/rabbitmq-c.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class RabbitmqC < Formula

Check notice on line 1 in Formula/r/rabbitmq-c.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

Bottle cache hit

Bottle for rabbitmq-c built at 4f2d2b34793 (Merge 1c4ce2a3a2c5d43dd71b190e4cd89b2ae5b42916 into f94e4b0b95949d73018e469f282f50b4ea935bae, 2024-11-22)

Check notice on line 1 in Formula/r/rabbitmq-c.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

Bottle cache hit

Bottle for rabbitmq-c built at 4f2d2b34793 (Merge 1c4ce2a3a2c5d43dd71b190e4cd89b2ae5b42916 into f94e4b0b95949d73018e469f282f50b4ea935bae, 2024-11-22)

Check notice on line 1 in Formula/r/rabbitmq-c.rb

View workflow job for this annotation

GitHub Actions / macOS 15-arm64

Bottle cache hit

Bottle for rabbitmq-c built at 4f2d2b34793 (Merge 1c4ce2a3a2c5d43dd71b190e4cd89b2ae5b42916 into f94e4b0b95949d73018e469f282f50b4ea935bae, 2024-11-22)

Check notice on line 1 in Formula/r/rabbitmq-c.rb

View workflow job for this annotation

GitHub Actions / macOS 13-x86_64

Bottle cache hit

Bottle for rabbitmq-c built at 4f2d2b34793 (Merge 1c4ce2a3a2c5d43dd71b190e4cd89b2ae5b42916 into f94e4b0b95949d73018e469f282f50b4ea935bae, 2024-11-22)

Check notice on line 1 in Formula/r/rabbitmq-c.rb

View workflow job for this annotation

GitHub Actions / macOS 14-x86_64

Bottle cache hit

Bottle for rabbitmq-c built at 4f2d2b34793 (Merge 1c4ce2a3a2c5d43dd71b190e4cd89b2ae5b42916 into f94e4b0b95949d73018e469f282f50b4ea935bae, 2024-11-22)
desc "C AMQP client library for RabbitMQ"
homepage "https://github.com/alanxz/rabbitmq-c"
url "https://github.com/alanxz/rabbitmq-c/archive/refs/tags/v0.15.0.tar.gz"
Expand All @@ -16,7 +16,7 @@
end

depends_on "cmake" => :build
depends_on "pkg-config" => :build
depends_on "pkgconf" => :build
depends_on "xmlto" => :build
depends_on "openssl@3"
depends_on "popt"
Expand Down
6 changes: 2 additions & 4 deletions Formula/r/rasqal.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class Rasqal < Formula

Check notice on line 1 in Formula/r/rasqal.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

Bottle cache hit

Bottle for rasqal built at 4f2d2b34793 (Merge 1c4ce2a3a2c5d43dd71b190e4cd89b2ae5b42916 into f94e4b0b95949d73018e469f282f50b4ea935bae, 2024-11-22)

Check notice on line 1 in Formula/r/rasqal.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

Bottle cache hit

Bottle for rasqal built at 4f2d2b34793 (Merge 1c4ce2a3a2c5d43dd71b190e4cd89b2ae5b42916 into f94e4b0b95949d73018e469f282f50b4ea935bae, 2024-11-22)

Check notice on line 1 in Formula/r/rasqal.rb

View workflow job for this annotation

GitHub Actions / macOS 15-arm64

Bottle cache hit

Bottle for rasqal built at 4f2d2b34793 (Merge 1c4ce2a3a2c5d43dd71b190e4cd89b2ae5b42916 into f94e4b0b95949d73018e469f282f50b4ea935bae, 2024-11-22)

Check notice on line 1 in Formula/r/rasqal.rb

View workflow job for this annotation

GitHub Actions / macOS 13-x86_64

Bottle cache hit

Bottle for rasqal built at 4f2d2b34793 (Merge 1c4ce2a3a2c5d43dd71b190e4cd89b2ae5b42916 into f94e4b0b95949d73018e469f282f50b4ea935bae, 2024-11-22)

Check warning on line 1 in Formula/r/rasqal.rb

View workflow job for this annotation

GitHub Actions / Linux

`brew linkage --cached --test --strict rasqal` failed on Linux!

util-linux

Check notice on line 1 in Formula/r/rasqal.rb

View workflow job for this annotation

GitHub Actions / macOS 14-x86_64

Bottle cache hit

Bottle for rasqal built at 4f2d2b34793 (Merge 1c4ce2a3a2c5d43dd71b190e4cd89b2ae5b42916 into f94e4b0b95949d73018e469f282f50b4ea935bae, 2024-11-22)
desc "RDF query library"
homepage "https://librdf.org/rasqal/"
url "https://download.librdf.org/source/rasqal-0.9.33.tar.gz"
Expand Down Expand Up @@ -28,7 +28,7 @@
sha256 cellar: :any_skip_relocation, x86_64_linux: "2267d3f39fc7d088095d64bb6cf86f5fcad6c2a72fdd72dde8237cc910b123d1"
end

depends_on "pkg-config" => :build
depends_on "pkgconf" => :build
depends_on "raptor"

# Fix -flat_namespace being used on Big Sur and later.
Expand All @@ -38,9 +38,7 @@
end

def install
system "./configure", "--prefix=#{prefix}",
"--with-html-dir=#{share}/doc",
"--disable-dependency-tracking"
system "./configure", "--with-html-dir=#{share}/doc", *std_configure_args
system "make", "install"
end
end
4 changes: 2 additions & 2 deletions Formula/r/rattler-build.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class RattlerBuild < Formula

Check notice on line 1 in Formula/r/rattler-build.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

Bottle cache hit

Bottle for rattler-build built at 4f2d2b34793 (Merge 1c4ce2a3a2c5d43dd71b190e4cd89b2ae5b42916 into f94e4b0b95949d73018e469f282f50b4ea935bae, 2024-11-22)

Check notice on line 1 in Formula/r/rattler-build.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

Bottle cache hit

Bottle for rattler-build built at 4f2d2b34793 (Merge 1c4ce2a3a2c5d43dd71b190e4cd89b2ae5b42916 into f94e4b0b95949d73018e469f282f50b4ea935bae, 2024-11-22)

Check notice on line 1 in Formula/r/rattler-build.rb

View workflow job for this annotation

GitHub Actions / macOS 15-arm64

Bottle cache hit

Bottle for rattler-build built at 4f2d2b34793 (Merge 1c4ce2a3a2c5d43dd71b190e4cd89b2ae5b42916 into f94e4b0b95949d73018e469f282f50b4ea935bae, 2024-11-22)

Check notice on line 1 in Formula/r/rattler-build.rb

View workflow job for this annotation

GitHub Actions / macOS 13-x86_64

Bottle cache hit

Bottle for rattler-build built at 4f2d2b34793 (Merge 1c4ce2a3a2c5d43dd71b190e4cd89b2ae5b42916 into f94e4b0b95949d73018e469f282f50b4ea935bae, 2024-11-22)

Check notice on line 1 in Formula/r/rattler-build.rb

View workflow job for this annotation

GitHub Actions / macOS 14-x86_64

Bottle cache hit

Bottle for rattler-build built at 4f2d2b34793 (Merge 1c4ce2a3a2c5d43dd71b190e4cd89b2ae5b42916 into f94e4b0b95949d73018e469f282f50b4ea935bae, 2024-11-22)
desc "Universal conda package builder"
homepage "https://github.com/prefix-dev/rattler-build"
url "https://github.com/prefix-dev/rattler-build/archive/refs/tags/v0.31.1.tar.gz"
Expand All @@ -23,7 +23,7 @@
sha256 cellar: :any_skip_relocation, x86_64_linux: "e30fa49f9291a7d3aa161e77e7a31eab390de8b2fbea90a985dfcea1f105c5ce"
end

depends_on "pkg-config" => :build
depends_on "pkgconf" => :build
depends_on "rust" => :build
depends_on "openssl@3"
depends_on "xz"
Expand Down Expand Up @@ -61,7 +61,7 @@
- hello | grep "Hello World!"
YAML
system bin/"rattler-build", "build", "--recipe", "recipe/recipe.yaml"
assert_predicate testpath/"output/noarch/test-package-0.1.0-buildstring.conda", :exist?
assert_path_exists testpath/"output/noarch/test-package-0.1.0-buildstring.conda"

assert_match version.to_s, shell_output(bin/"rattler-build --version")
end
Expand Down
2 changes: 1 addition & 1 deletion Formula/r/rdkit.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class Rdkit < Formula

Check notice on line 1 in Formula/r/rdkit.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

Bottle cache hit

Bottle for rdkit built at 4f2d2b34793 (Merge 1c4ce2a3a2c5d43dd71b190e4cd89b2ae5b42916 into f94e4b0b95949d73018e469f282f50b4ea935bae, 2024-11-22)

Check notice on line 1 in Formula/r/rdkit.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

Bottle cache hit

Bottle for rdkit built at 4f2d2b34793 (Merge 1c4ce2a3a2c5d43dd71b190e4cd89b2ae5b42916 into f94e4b0b95949d73018e469f282f50b4ea935bae, 2024-11-22)

Check notice on line 1 in Formula/r/rdkit.rb

View workflow job for this annotation

GitHub Actions / macOS 15-arm64

Bottle cache hit

Bottle for rdkit built at 4f2d2b34793 (Merge 1c4ce2a3a2c5d43dd71b190e4cd89b2ae5b42916 into f94e4b0b95949d73018e469f282f50b4ea935bae, 2024-11-22)

Check notice on line 1 in Formula/r/rdkit.rb

View workflow job for this annotation

GitHub Actions / macOS 13-x86_64

Bottle cache hit

Bottle for rdkit built at 4f2d2b34793 (Merge 1c4ce2a3a2c5d43dd71b190e4cd89b2ae5b42916 into f94e4b0b95949d73018e469f282f50b4ea935bae, 2024-11-22)

Check notice on line 1 in Formula/r/rdkit.rb

View workflow job for this annotation

GitHub Actions / macOS 14-x86_64

Bottle cache hit

Bottle for rdkit built at 4f2d2b34793 (Merge 1c4ce2a3a2c5d43dd71b190e4cd89b2ae5b42916 into f94e4b0b95949d73018e469f282f50b4ea935bae, 2024-11-22)
desc "Open-source chemoinformatics library"
homepage "https://rdkit.org/"
# NOTE: Make sure to update RPATHs if any "@rpath-referenced libraries" show up in `brew linkage`
Expand Down Expand Up @@ -26,7 +26,7 @@

depends_on "catch2" => :build
depends_on "cmake" => :build
depends_on "pkg-config" => :build
depends_on "pkgconf" => :build
depends_on "postgresql@14" => [:build, :test]
depends_on "postgresql@17" => [:build, :test]
depends_on "boost"
Expand Down
2 changes: 1 addition & 1 deletion Formula/r/recc.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class Recc < Formula

Check notice on line 1 in Formula/r/recc.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

Bottle cache hit

Bottle for recc built at 4f2d2b34793 (Merge 1c4ce2a3a2c5d43dd71b190e4cd89b2ae5b42916 into f94e4b0b95949d73018e469f282f50b4ea935bae, 2024-11-22)

Check notice on line 1 in Formula/r/recc.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

Bottle cache hit

Bottle for recc built at 4f2d2b34793 (Merge 1c4ce2a3a2c5d43dd71b190e4cd89b2ae5b42916 into f94e4b0b95949d73018e469f282f50b4ea935bae, 2024-11-22)

Check notice on line 1 in Formula/r/recc.rb

View workflow job for this annotation

GitHub Actions / macOS 15-arm64

Bottle cache hit

Bottle for recc built at 4f2d2b34793 (Merge 1c4ce2a3a2c5d43dd71b190e4cd89b2ae5b42916 into f94e4b0b95949d73018e469f282f50b4ea935bae, 2024-11-22)

Check notice on line 1 in Formula/r/recc.rb

View workflow job for this annotation

GitHub Actions / macOS 13-x86_64

Bottle cache hit

Bottle for recc built at 4f2d2b34793 (Merge 1c4ce2a3a2c5d43dd71b190e4cd89b2ae5b42916 into f94e4b0b95949d73018e469f282f50b4ea935bae, 2024-11-22)

Check notice on line 1 in Formula/r/recc.rb

View workflow job for this annotation

GitHub Actions / macOS 14-x86_64

Bottle cache hit

Bottle for recc built at 4f2d2b34793 (Merge 1c4ce2a3a2c5d43dd71b190e4cd89b2ae5b42916 into f94e4b0b95949d73018e469f282f50b4ea935bae, 2024-11-22)
desc "Remote Execution Caching Compiler"
homepage "https://buildgrid.gitlab.io/recc"
url "https://gitlab.com/BuildGrid/buildbox/buildbox/-/archive/1.2.33/buildbox-1.2.33.tar.gz"
Expand Down Expand Up @@ -33,7 +33,7 @@
end

on_linux do
depends_on "pkg-config" => :build
depends_on "pkgconf" => :build
depends_on "util-linux"
end

Expand Down
11 changes: 5 additions & 6 deletions Formula/r/redland.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ class Redland < Formula
sha256 x86_64_linux: "5439aed60715d12f7bce18e9292ce3301fc93b89cdb2eae2bd072a0a59a5fc6b"
end

depends_on "pkg-config" => :build
depends_on "pkgconf" => :build
depends_on "libtool"
depends_on "raptor"
depends_on "rasqal"
depends_on "sqlite"
Expand All @@ -47,12 +48,10 @@ class Redland < Formula
end

def install
system "./configure", "--disable-debug",
"--disable-dependency-tracking",
"--prefix=#{prefix}",
"--with-bdb=no",
system "./configure", "--with-bdb=no",
"--with-mysql=no",
"--with-sqlite=yes"
"--with-sqlite=yes",
*std_configure_args
system "make", "install"
end

Expand Down
8 changes: 3 additions & 5 deletions Formula/r/redshift.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class Redshift < Formula

Check notice on line 1 in Formula/r/redshift.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

Bottle cache hit

Bottle for redshift built at 4f2d2b34793 (Merge 1c4ce2a3a2c5d43dd71b190e4cd89b2ae5b42916 into f94e4b0b95949d73018e469f282f50b4ea935bae, 2024-11-22)

Check notice on line 1 in Formula/r/redshift.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

Bottle cache hit

Bottle for redshift built at 4f2d2b34793 (Merge 1c4ce2a3a2c5d43dd71b190e4cd89b2ae5b42916 into f94e4b0b95949d73018e469f282f50b4ea935bae, 2024-11-22)

Check notice on line 1 in Formula/r/redshift.rb

View workflow job for this annotation

GitHub Actions / macOS 15-arm64

Bottle cache hit

Bottle for redshift built at 4f2d2b34793 (Merge 1c4ce2a3a2c5d43dd71b190e4cd89b2ae5b42916 into f94e4b0b95949d73018e469f282f50b4ea935bae, 2024-11-22)

Check notice on line 1 in Formula/r/redshift.rb

View workflow job for this annotation

GitHub Actions / macOS 13-x86_64

Bottle cache hit

Bottle for redshift built at 4f2d2b34793 (Merge 1c4ce2a3a2c5d43dd71b190e4cd89b2ae5b42916 into f94e4b0b95949d73018e469f282f50b4ea935bae, 2024-11-22)

Check notice on line 1 in Formula/r/redshift.rb

View workflow job for this annotation

GitHub Actions / macOS 14-x86_64

Bottle cache hit

Bottle for redshift built at 4f2d2b34793 (Merge 1c4ce2a3a2c5d43dd71b190e4cd89b2ae5b42916 into f94e4b0b95949d73018e469f282f50b4ea935bae, 2024-11-22)
desc "Adjust color temperature of your screen according to your surroundings"
homepage "http://jonls.dk/redshift/"
url "https://github.com/jonls/redshift/releases/download/v1.12/redshift-1.12.tar.xz"
Expand Down Expand Up @@ -31,15 +31,13 @@
end

depends_on "intltool" => :build
depends_on "pkg-config" => :build
depends_on "pkgconf" => :build
depends_on "gettext"
depends_on "glib"

def install
args = %W[
--prefix=#{prefix}
args = %w[
--disable-silent-rules
--disable-dependency-tracking
--disable-geoclue
--disable-geoclue2
--with-systemduserunitdir=no
Expand All @@ -52,7 +50,7 @@
end

system "./bootstrap" if build.head?
system "./configure", *args
system "./configure", *args, *std_configure_args
system "make", "install"
pkgshare.install "redshift.conf.sample"
end
Expand Down
2 changes: 1 addition & 1 deletion Formula/r/redstore.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Redstore < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "f459a58381dd6067d033bb20eb4101af9136f5260796bd2daee07cf6365c3bde"
end

depends_on "pkg-config" => :build
depends_on "pkgconf" => :build
depends_on "raptor"
depends_on "rasqal"
depends_on "redland"
Expand Down
6 changes: 3 additions & 3 deletions Formula/r/redwax-tool.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ class RedwaxTool < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "5d5c0d21bc2469587576c4f1c97f65ab611e9e9f3deafa151d8dde7949ec12e3"
end

depends_on "pkg-config" => :build
depends_on "pkgconf" => :build
depends_on "apr"
depends_on "apr-util"
depends_on "openssl@3"

uses_from_macos "expat"

def install
system "./configure", *std_configure_args, "--disable-silent-rules", "--with-openssl"
system "./configure", "--disable-silent-rules", "--with-openssl", *std_configure_args
system "make", "install"
end

Expand Down Expand Up @@ -66,6 +66,6 @@ def install
assert_match s, output
end

assert_predicate testpath/"combined.pem", :exist?
assert_path_exists testpath/"combined.pem"
end
end
2 changes: 1 addition & 1 deletion Formula/r/retdec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Retdec < Formula
depends_on "automake" => :build
depends_on "cmake" => :build
depends_on "libtool" => :build
depends_on "pkg-config" => :build
depends_on "pkgconf" => :build
depends_on macos: :catalina
depends_on "openssl@3"
depends_on "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion Formula/r/rgbds.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Rgbds < Formula

depends_on "bison" => :build
depends_on "cmake" => :build
depends_on "pkg-config" => :build
depends_on "pkgconf" => :build
depends_on "rust" => :build
depends_on "libpng"

Expand Down
2 changes: 1 addition & 1 deletion Formula/r/riemann-client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class RiemannClient < Formula
depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "libtool" => :build
depends_on "pkg-config" => :build
depends_on "pkgconf" => :build

depends_on "json-c"
depends_on "openssl@3"
Expand Down
2 changes: 1 addition & 1 deletion Formula/r/ripgrep.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Ripgrep < Formula
end

depends_on "asciidoctor" => :build
depends_on "pkg-config" => :build
depends_on "pkgconf" => :build
depends_on "rust" => :build
depends_on "pcre2"

Expand Down
14 changes: 7 additions & 7 deletions Formula/r/riscv64-elf-binutils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Riscv64ElfBinutils < Formula
sha256 x86_64_linux: "2d20f3c9e5b38bd284237023d75cd87e34224390064af224929fd51cf740e0a2"
end

depends_on "pkg-config" => :build
depends_on "pkgconf" => :build
depends_on "zstd"

uses_from_macos "zlib"
Expand All @@ -33,12 +33,12 @@ class Riscv64ElfBinutils < Formula
def install
target = "riscv64-elf"
system "./configure", "--target=#{target}",
"--prefix=#{prefix}",
"--libdir=#{lib}/#{target}",
"--infodir=#{info}/#{target}",
"--with-system-zlib",
"--with-zstd",
"--disable-nls"
"--prefix=#{prefix}",
"--libdir=#{lib}/#{target}",
"--infodir=#{info}/#{target}",
"--with-system-zlib",
"--with-zstd",
"--disable-nls"
system "make"
system "make", "install"
end
Expand Down
2 changes: 1 addition & 1 deletion Formula/r/river.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class River < Formula
end

depends_on "cmake" => :build
depends_on "pkg-config" => :build
depends_on "pkgconf" => :build
depends_on "rust" => :build
depends_on "openssl@3"

Expand Down
2 changes: 1 addition & 1 deletion Formula/r/rizin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Rizin < Formula

depends_on "meson" => :build
depends_on "ninja" => :build
depends_on "pkg-config" => :build
depends_on "pkgconf" => :build
depends_on "capstone"
depends_on "libmagic"
depends_on "libzip"
Expand Down
2 changes: 1 addition & 1 deletion Formula/r/rkflashtool.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Rkflashtool < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "c38a8b6e2f2f2b8dd7b437c07916c5624076f472392a2899fbb3c397c07bb4a3"
end

depends_on "pkg-config" => :build
depends_on "pkgconf" => :build
depends_on "libusb"

def install
Expand Down
6 changes: 5 additions & 1 deletion Formula/r/rmlint.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,16 @@ class Rmlint < Formula
end

depends_on "gettext" => :build
depends_on "pkg-config" => :build
depends_on "pkgconf" => :build
depends_on "scons" => :build
depends_on "sphinx-doc" => :build
depends_on "glib"
depends_on "json-glib"

on_macos do
depends_on "gettext"
end

on_linux do
depends_on "elfutils"
depends_on "util-linux"
Expand Down
6 changes: 3 additions & 3 deletions Formula/r/rmw.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Rmw < Formula

depends_on "meson" => :build
depends_on "ninja" => :build
depends_on "pkg-config" => :build
depends_on "pkgconf" => :build
depends_on "canfigger"
depends_on "gettext"
# Slightly buggy with system ncurses
Expand All @@ -39,9 +39,9 @@ def install
file = testpath/"foo"
touch file
assert_match "removed", shell_output("#{bin}/rmw #{file}")
refute_predicate file, :exist?
refute_path_exists file
system bin/"rmw", "-u"
assert_predicate file, :exist?
assert_path_exists file
assert_match "/.local/share/Waste", shell_output("#{bin}/rmw -l")
assert_match "purging is disabled", shell_output("#{bin}/rmw -vvg")
end
Expand Down
4 changes: 2 additions & 2 deletions Formula/r/rojo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Rojo < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "d455bb69759f1d0030ef0d1a7ee8a182f682eb169169c3c5084e0dca263ecc68"
end

depends_on "pkg-config" => :build
depends_on "pkgconf" => :build
depends_on "rust" => :build
depends_on "openssl@3"

Expand All @@ -33,7 +33,7 @@ def install

test do
system bin/"rojo", "init"
assert_predicate testpath/"default.project.json", :exist?
assert_path_exists testpath/"default.project.json"

assert_match version.to_s, shell_output(bin/"rojo --version")
end
Expand Down
2 changes: 1 addition & 1 deletion Formula/r/rom-tools.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class RomTools < Formula
end

depends_on "asio" => :build
depends_on "pkg-config" => :build
depends_on "pkgconf" => :build
depends_on "flac"
# Need C++ compiler and standard library support C++17.
depends_on macos: :high_sierra
Expand Down
2 changes: 1 addition & 1 deletion Formula/r/root.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class Root < Formula

depends_on "cmake" => :build
depends_on "ninja" => :build
depends_on "pkg-config" => :build
depends_on "pkgconf" => :build
depends_on "cfitsio"
depends_on "davix"
depends_on "fftw"
Expand Down
8 changes: 4 additions & 4 deletions Formula/r/rpki-client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class RpkiClient < Formula
sha256 x86_64_linux: "ba880cf10fd69db73ab54d1b861bb35ebbf15f91333bce53e9ab64dbdb739817"
end

depends_on "pkg-config" => :build
depends_on "pkgconf" => :build
depends_on "libretls"
depends_on "openssl@3"
depends_on "rsync"
Expand All @@ -28,11 +28,11 @@ class RpkiClient < Formula
uses_from_macos "zlib"

def install
system "./configure", *std_configure_args,
"--with-rsync=#{Formula["rsync"].opt_bin}/rsync",
system "./configure", "--with-rsync=#{Formula["rsync"].opt_bin}/rsync",
"--disable-silent-rules",
"--sysconfdir=#{etc}",
"--localstatedir=#{var}"
"--localstatedir=#{var}",
*std_configure_args
system "make", "install"
end

Expand Down
2 changes: 1 addition & 1 deletion Formula/r/rrdtool.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class Rrdtool < Formula
depends_on "libtool" => :build
end

depends_on "pkg-config" => :build
depends_on "pkgconf" => :build
depends_on "cairo"
depends_on "glib"
depends_on "libpng"
Expand Down
2 changes: 1 addition & 1 deletion Formula/r/rsgain.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Rsgain < Formula
end

depends_on "cmake" => :build
depends_on "pkg-config" => :build
depends_on "pkgconf" => :build
depends_on "ffmpeg"
depends_on "fmt"
depends_on "inih"
Expand Down
Loading
Loading