From dd436f9c3d87d17d6c0d01638447c9d3da96039b Mon Sep 17 00:00:00 2001 From: Caleb Xu Date: Tue, 24 Sep 2024 09:59:33 -0400 Subject: [PATCH 1/2] netsurf-buildsystem: replace prefix consistently to build :all bottle --- Formula/n/netsurf-buildsystem.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Formula/n/netsurf-buildsystem.rb b/Formula/n/netsurf-buildsystem.rb index 52dd8a6b241fa..0c89ff119a541 100644 --- a/Formula/n/netsurf-buildsystem.rb +++ b/Formula/n/netsurf-buildsystem.rb @@ -19,6 +19,9 @@ class NetsurfBuildsystem < Formula def install system "make", "install", "PREFIX=#{prefix}" + + # Consistently replace /usr/local with HOMEBREW_PREFIX for reproducible bottles + inreplace pkgshare/"makefiles/Makefile.tools", "/usr/local", HOMEBREW_PREFIX end test do From 359f9adf4700f318c30d6106233cef85473fe39f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Sep 2024 14:28:00 +0000 Subject: [PATCH 2/2] netsurf-buildsystem: update 1.10 bottle. --- Formula/n/netsurf-buildsystem.rb | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/Formula/n/netsurf-buildsystem.rb b/Formula/n/netsurf-buildsystem.rb index 0c89ff119a541..ec9f2f5a3ad00 100644 --- a/Formula/n/netsurf-buildsystem.rb +++ b/Formula/n/netsurf-buildsystem.rb @@ -7,14 +7,8 @@ class NetsurfBuildsystem < Formula head "https://git.netsurf-browser.org/buildsystem.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d5f2819c3e420ed6f9ecf816739b035fb1a4f0ad88acc08ba673fbc8da31c953" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "940a502f39ef0cda291801f35221b65d3d21aeee215322ad935d2b829b687e6d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "940a502f39ef0cda291801f35221b65d3d21aeee215322ad935d2b829b687e6d" - sha256 cellar: :any_skip_relocation, arm64_monterey: "940a502f39ef0cda291801f35221b65d3d21aeee215322ad935d2b829b687e6d" - sha256 cellar: :any_skip_relocation, sonoma: "7594be02107747afd03a214ad6baeb160ef751b62727ff94c8379cb9c7154277" - sha256 cellar: :any_skip_relocation, ventura: "7594be02107747afd03a214ad6baeb160ef751b62727ff94c8379cb9c7154277" - sha256 cellar: :any_skip_relocation, monterey: "7594be02107747afd03a214ad6baeb160ef751b62727ff94c8379cb9c7154277" - sha256 cellar: :any_skip_relocation, x86_64_linux: "940a502f39ef0cda291801f35221b65d3d21aeee215322ad935d2b829b687e6d" + rebuild 1 + sha256 cellar: :any_skip_relocation, all: "7698443194711b12a21395fe67c378a2d9cb323ace8f590cfeb79ff730c2ed98" end def install