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

Add HOMEBREW_NO_AUTO_UPDATE=1 to homebrew packages #23586

Merged
merged 1 commit into from
Mar 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
9 changes: 6 additions & 3 deletions packages/conf-bison/conf-bison.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,20 @@ homepage: "https://www.gnu.org/software/bison/"
bug-reports: "https://lists.gnu.org/mailman/listinfo/bug-bison"
license: "GPL-3.0-or-later"
authors: [
"Robert Corbett"
"Robert Corbett"
"Richard Stallman"
"Wilfred Hansen"
"Akim Demaille"
"Paul Hilfinger"
"Paul Hilfinger"
"Joel E. Denny"
"Paolo Bonzini"
"Alex Rozenman"
"Paul Eggert"
]
build-env: [HOMEBREW_NO_INSTALL_FROM_API = "1"]
build-env: [
[HOMEBREW_NO_INSTALL_FROM_API = "1"]
[HOMEBREW_NO_AUTO_UPDATE = "1"]
]
build: [
["bison" "--version"] {os-family != "homebrew"}
["sh" "-c" "\"$(brew --prefix bison)/bin/bison\" --version"] {os-family = "homebrew"}
Expand Down
5 changes: 4 additions & 1 deletion packages/conf-flex/conf-flex.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ homepage: "https://github.com/westes/flex"
bug-reports: "https://github.com/westes/flex/issues"
license: "https://github.com/westes/flex/blob/master/COPYING"
authors: "The Flex Project"
build-env: [HOMEBREW_NO_INSTALL_FROM_API = "1"]
build-env: [
[HOMEBREW_NO_INSTALL_FROM_API = "1"]
[HOMEBREW_NO_AUTO_UPDATE = "1"]
]
build: [
["flex" "--version"] {os-family != "homebrew"}
["sh" "-c" "\"$(brew --prefix flex)/bin/flex\" --version"] {os-family = "homebrew"}
Expand Down
5 changes: 4 additions & 1 deletion packages/conf-libclang/conf-libclang.1.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ authors: "The LLVM team"
homepage: "http://llvm.org"
bug-reports: "https://llvm.org/bugs/"
license: "MIT"
build-env: [HOMEBREW_NO_INSTALL_FROM_API = "1"]
build-env: [
[HOMEBREW_NO_INSTALL_FROM_API = "1"]
[HOMEBREW_NO_AUTO_UPDATE = "1"]
]
build: [
["bash" "-ex" "configure.sh" version]
]
Expand Down
5 changes: 4 additions & 1 deletion packages/conf-libclang/conf-libclang.10/opam
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ authors: "The LLVM team"
homepage: "http://llvm.org"
bug-reports: "https://llvm.org/bugs/"
license: "MIT"
build-env: [HOMEBREW_NO_INSTALL_FROM_API = "1"]
build-env: [
[HOMEBREW_NO_INSTALL_FROM_API = "1"]
[HOMEBREW_NO_AUTO_UPDATE = "1"]
]
build: [
["bash" "-ex" "configure.sh" version]
]
Expand Down
5 changes: 4 additions & 1 deletion packages/conf-libclang/conf-libclang.11/opam
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ authors: "The LLVM team"
homepage: "http://llvm.org"
bug-reports: "https://llvm.org/bugs/"
license: "MIT"
build-env: [HOMEBREW_NO_INSTALL_FROM_API = "1"]
build-env: [
[HOMEBREW_NO_INSTALL_FROM_API = "1"]
[HOMEBREW_NO_AUTO_UPDATE = "1"]
]
build: [
["bash" "-ex" "configure.sh" version]
]
Expand Down
5 changes: 4 additions & 1 deletion packages/conf-libclang/conf-libclang.12/opam
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ authors: "The LLVM team"
homepage: "http://llvm.org"
bug-reports: "https://llvm.org/bugs/"
license: "MIT"
build-env: [HOMEBREW_NO_INSTALL_FROM_API = "1"]
build-env: [
[HOMEBREW_NO_INSTALL_FROM_API = "1"]
[HOMEBREW_NO_AUTO_UPDATE = "1"]
]
build: [
["bash" "-ex" "configure.sh" version]
]
Expand Down
5 changes: 4 additions & 1 deletion packages/conf-libclang/conf-libclang.13/opam
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ authors: "The LLVM team"
homepage: "http://llvm.org"
bug-reports: "https://llvm.org/bugs/"
license: "MIT"
build-env: [HOMEBREW_NO_INSTALL_FROM_API = "1"]
build-env: [
[HOMEBREW_NO_INSTALL_FROM_API = "1"]
[HOMEBREW_NO_AUTO_UPDATE = "1"]
]
build: [
["bash" "-ex" "configure.sh" version]
]
Expand Down
5 changes: 4 additions & 1 deletion packages/conf-libclang/conf-libclang.14/opam
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ authors: "The LLVM team"
homepage: "http://llvm.org"
bug-reports: "https://llvm.org/bugs/"
license: "MIT"
build-env: [HOMEBREW_NO_INSTALL_FROM_API = "1"]
build-env: [
[HOMEBREW_NO_INSTALL_FROM_API = "1"]
[HOMEBREW_NO_AUTO_UPDATE = "1"]
]
build: [
["bash" "-ex" "configure.sh" version]
]
Expand Down
5 changes: 4 additions & 1 deletion packages/conf-libclang/conf-libclang.15/opam
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ authors: "The LLVM team"
homepage: "http://llvm.org"
bug-reports: "https://llvm.org/bugs/"
license: "MIT"
build-env: [HOMEBREW_NO_INSTALL_FROM_API = "1"]
build-env: [
[HOMEBREW_NO_INSTALL_FROM_API = "1"]
[HOMEBREW_NO_AUTO_UPDATE = "1"]
]
build: [
["bash" "-ex" "configure.sh" version]
]
Expand Down
5 changes: 4 additions & 1 deletion packages/conf-libssl/conf-libssl.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ authors: ["The OpenSSL Project"]
bug-reports: "https://github.com/ocaml/opam-repository/issues"
homepage: "https://www.openssl.org/"
license: "Apache-1.0"
build-env: [HOMEBREW_NO_INSTALL_FROM_API = "1"]
build-env: [
[HOMEBREW_NO_INSTALL_FROM_API = "1"]
[HOMEBREW_NO_AUTO_UPDATE = "1"]
]
build: [
["pkg-config" "openssl"]
{os != "macos" & os != "freebsd" & os != "openbsd" & os != "netbsd"}
Expand Down
5 changes: 4 additions & 1 deletion packages/conf-libssl/conf-libssl.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ authors: ["The OpenSSL Project"]
bug-reports: "https://github.com/ocaml/opam-repository/issues"
homepage: "https://www.openssl.org/"
license: "Apache-1.0"
build-env: [HOMEBREW_NO_INSTALL_FROM_API = "1"]
build-env: [
[HOMEBREW_NO_INSTALL_FROM_API = "1"]
[HOMEBREW_NO_AUTO_UPDATE = "1"]
]
build: [
["pkg-config" "openssl"]
{os != "freebsd" & os != "openbsd" & os != "netbsd"} # libssl is provided by base system on BSDs
Expand Down
5 changes: 4 additions & 1 deletion packages/conf-libssl/conf-libssl.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ authors: ["The OpenSSL Project"]
bug-reports: "https://github.com/ocaml/opam-repository/issues"
homepage: "https://www.openssl.org/"
license: "Apache-1.0"
build-env: [HOMEBREW_NO_INSTALL_FROM_API = "1"]
build-env: [
[HOMEBREW_NO_INSTALL_FROM_API = "1"]
[HOMEBREW_NO_AUTO_UPDATE = "1"]
]
build: [
["pkg-config" "--print-errors" "--exists" "openssl"]
{os != "freebsd" & os != "openbsd" & os != "netbsd" & # libssl is provided by base system on BSDs
Expand Down
5 changes: 4 additions & 1 deletion packages/conf-libssl/conf-libssl.4/opam
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ authors: ["The OpenSSL Project"]
bug-reports: "https://github.com/ocaml/opam-repository/issues"
homepage: "https://www.openssl.org/"
license: "Apache-1.0"
build-env: [HOMEBREW_NO_INSTALL_FROM_API = "1"]
build-env: [
[HOMEBREW_NO_INSTALL_FROM_API = "1"]
[HOMEBREW_NO_AUTO_UPDATE = "1"]
]
build: [
["pkg-config" "--print-errors" "--exists" "openssl"]
{os != "freebsd" & os != "openbsd" & os != "netbsd" & # libssl is provided by base system on BSDs
Expand Down
5 changes: 4 additions & 1 deletion packages/conf-qt/conf-qt.5.2.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ dev-repo: "git+https://github.com/Kakadu/lablqml.git"
#setenv: [ PATH += "/usr/lib64/qt5/bin:/usr/lib/qt5/bin"] #{ os-distribution = "alpine" | os-distribution = "centos" | os-distribution = "fedora" }

extra-files: [ "configure.sh" "md5=78ed05ba24ce4c1f929276bdefef8818" ]
build-env: [HOMEBREW_NO_INSTALL_FROM_API = "1"]
build-env: [
[HOMEBREW_NO_INSTALL_FROM_API = "1"]
[HOMEBREW_NO_AUTO_UPDATE = "1"]
]
build: [
["sh" "-ex" "./configure.sh" "%{version}%" ]
{ os="macos" | os-family="debian" | os-distribution = "arch" }
Expand Down