Skip to content

Commit

Permalink
Add HOMEBREW_NO_AUTO_UPDATE=1 to homebrew packages
Browse files Browse the repository at this point in the history
See Homebrew/brew#14663 (comment) for the rational.
  • Loading branch information
samoht committed Mar 28, 2023
1 parent e395020 commit 163b0f2
Show file tree
Hide file tree
Showing 14 changed files with 58 additions and 16 deletions.
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

0 comments on commit 163b0f2

Please sign in to comment.