this repo has no description

Remove any files with permissions different from 644 (mitigates ocaml/opam#3782)

Kate 326f5759 05233ad8

Changed files
+79 -117
packages
conf-adwaita-icon-theme
conf-adwaita-icon-theme.1
conf-automake
conf-automake.1
conf-bison
conf-bison.1
conf-bison.2
conf-boost
conf-boost.1
conf-flex
conf-flex.1
conf-flex.2
conf-gmp
conf-gmp.1
conf-libssl
conf-libssl.1
files
conf-libssl.3
gappa
graphics
graphics.3.07
graphics.3.07+1
graphics.3.07+2
graphics.3.08.0
graphics.3.08.1
graphics.3.08.2
graphics.3.08.3
graphics.3.08.4
graphics.3.09.0
graphics.3.09.1
graphics.3.09.2
graphics.3.09.3
graphics.3.10.0
graphics.3.10.1
graphics.3.10.2
graphics.3.11.0
graphics.3.11.1
graphics.3.11.2
graphics.3.12.0
graphics.3.12.1
graphics.4.00.0
graphics.4.00.1
graphics.4.01.0
graphics.4.02.0
graphics.4.02.1
graphics.4.02.2
graphics.4.02.3
graphics.4.03.0
graphics.4.04.0
graphics.4.04.1
graphics.4.04.2
graphics.4.05.0
graphics.4.06.0
graphics.4.06.1
graphics.4.07.0
graphics.4.07.1
graphics.4.08.0
graphics.4.08.1
llvm
llvm.3.9
files
oranger
oranger.0.9.11
oranger.2.0.1
oranger.2.0.2
ssl
ssl.0.5.5
packages/conf-adwaita-icon-theme/conf-adwaita-icon-theme.1/opam
packages/conf-automake/conf-automake.1/opam
packages/conf-bison/conf-bison.1/opam
packages/conf-bison/conf-bison.2/opam
packages/conf-boost/conf-boost.1/opam
packages/conf-flex/conf-flex.1/opam
packages/conf-flex/conf-flex.2/opam
packages/conf-gmp/conf-gmp.1/opam
packages/conf-libssl/conf-libssl.1/files/osx-build.sh
packages/conf-libssl/conf-libssl.3/files/homebrew.sh
+2 -2
packages/conf-libssl/conf-libssl.3/opam
···
["pkg-config" "--print-errors" "--exists" "openssl"]
{os != "freebsd" & os != "openbsd" & os != "netbsd" & # libssl is provided by base system on BSDs
os-distribution != "homebrew"}
-
["./homebrew.sh" "check"] {os-distribution = "homebrew"}
]
install: [
-
["./homebrew.sh" "install" lib] {os-distribution = "homebrew"}
]
depends: [
"conf-pkg-config" {build}
···
["pkg-config" "--print-errors" "--exists" "openssl"]
{os != "freebsd" & os != "openbsd" & os != "netbsd" & # libssl is provided by base system on BSDs
os-distribution != "homebrew"}
+
["sh" "-ex" "./homebrew.sh" "check"] {os-distribution = "homebrew"}
]
install: [
+
["sh" "-ex" "./homebrew.sh" "install" lib] {os-distribution = "homebrew"}
]
depends: [
"conf-pkg-config" {build}
packages/gappa/gappa.1.3.5/files/0001-Added-configure-for-c-11.patch
packages/graphics/graphics.3.07+1/files/install.sh
+2 -3
packages/graphics/graphics.3.07+1/opam
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
-
["chmod" "+x" "install.sh"]
-
["./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
-
["./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
+
["sh" "./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
+
["sh" "./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
packages/graphics/graphics.3.07+2/files/install.sh
+2 -3
packages/graphics/graphics.3.07+2/opam
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
-
["chmod" "+x" "install.sh"]
-
["./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
-
["./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
+
["sh" "./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
+
["sh" "./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
packages/graphics/graphics.3.07/files/install.sh
+2 -3
packages/graphics/graphics.3.07/opam
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
-
["chmod" "+x" "install.sh"]
-
["./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
-
["./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
+
["sh" "./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
+
["sh" "./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
packages/graphics/graphics.3.08.0/files/install.sh
+2 -3
packages/graphics/graphics.3.08.0/opam
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
-
["chmod" "+x" "install.sh"]
-
["./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
-
["./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
+
["sh" "./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
+
["sh" "./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
packages/graphics/graphics.3.08.1/files/install.sh
+2 -3
packages/graphics/graphics.3.08.1/opam
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
-
["chmod" "+x" "install.sh"]
-
["./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
-
["./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
+
["sh" "./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
+
["sh" "./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
packages/graphics/graphics.3.08.2/files/install.sh
+2 -3
packages/graphics/graphics.3.08.2/opam
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
-
["chmod" "+x" "install.sh"]
-
["./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
-
["./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
+
["sh" "./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
+
["sh" "./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
packages/graphics/graphics.3.08.3/files/install.sh
+2 -3
packages/graphics/graphics.3.08.3/opam
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
-
["chmod" "+x" "install.sh"]
-
["./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
-
["./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
+
["sh" "install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
+
["sh" "install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
packages/graphics/graphics.3.08.4/files/install.sh
+2 -3
packages/graphics/graphics.3.08.4/opam
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
-
["chmod" "+x" "install.sh"]
-
["./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
-
["./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
+
["sh" "./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
+
["sh" "./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
packages/graphics/graphics.3.09.0/files/install.sh
+2 -3
packages/graphics/graphics.3.09.0/opam
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
-
["chmod" "+x" "install.sh"]
-
["./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
-
["./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
+
["sh" "./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
+
["sh" "./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
packages/graphics/graphics.3.09.1/files/install.sh
+2 -3
packages/graphics/graphics.3.09.1/opam
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
-
["chmod" "+x" "install.sh"]
-
["./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
-
["./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
+
["sh" "./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
+
["sh" "./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
packages/graphics/graphics.3.09.2/files/install.sh
+2 -3
packages/graphics/graphics.3.09.2/opam
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
-
["chmod" "+x" "install.sh"]
-
["./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
-
["./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
+
["sh" "./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
+
["sh" "./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
packages/graphics/graphics.3.09.3/files/install.sh
+2 -3
packages/graphics/graphics.3.09.3/opam
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
-
["chmod" "+x" "install.sh"]
-
["./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
-
["./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
+
["sh" "./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
+
["sh" "./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
packages/graphics/graphics.3.10.0/files/install.sh
+2 -3
packages/graphics/graphics.3.10.0/opam
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
-
["chmod" "+x" "install.sh"]
-
["./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
-
["./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
+
["sh" "./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
+
["sh" "./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
packages/graphics/graphics.3.10.1/files/install.sh
+2 -3
packages/graphics/graphics.3.10.1/opam
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
-
["chmod" "+x" "install.sh"]
-
["./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
-
["./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
+
["sh" "./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
+
["sh" "./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
packages/graphics/graphics.3.10.2/files/install.sh
+2 -3
packages/graphics/graphics.3.10.2/opam
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
-
["chmod" "+x" "install.sh"]
-
["./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
-
["./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
+
["sh" "./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
+
["sh" "./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
packages/graphics/graphics.3.11.0/files/install.sh
+2 -3
packages/graphics/graphics.3.11.0/opam
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
-
["chmod" "+x" "install.sh"]
-
["./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
-
["./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
+
["sh" "./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
+
["sh" "./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
packages/graphics/graphics.3.11.1/files/install.sh
+2 -3
packages/graphics/graphics.3.11.1/opam
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
-
["chmod" "+x" "install.sh"]
-
["./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
-
["./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
+
["sh" "./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
+
["sh" "./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
packages/graphics/graphics.3.11.2/files/install.sh
+2 -3
packages/graphics/graphics.3.11.2/opam
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
-
["chmod" "+x" "install.sh"]
-
["./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
-
["./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
+
["sh" "./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
+
["sh" "./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
packages/graphics/graphics.3.12.0/files/install.sh
+2 -3
packages/graphics/graphics.3.12.0/opam
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
-
["chmod" "+x" "install.sh"]
-
["./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
-
["./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
+
["sh" "./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
+
["sh" "./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
packages/graphics/graphics.3.12.1/files/install.sh
+2 -3
packages/graphics/graphics.3.12.1/opam
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
-
["chmod" "+x" "install.sh"]
-
["./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
-
["./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
+
["sh" "./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
+
["sh" "./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
packages/graphics/graphics.4.00.0/files/install.sh
+2 -3
packages/graphics/graphics.4.00.0/opam
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
-
["chmod" "+x" "install.sh"]
-
["./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
-
["./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
+
["sh" "./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
+
["sh" "./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
packages/graphics/graphics.4.00.1/files/install.sh
+2 -3
packages/graphics/graphics.4.00.1/opam
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
-
["chmod" "+x" "install.sh"]
-
["./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
-
["./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
+
["sh" "./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
+
["sh" "./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
packages/graphics/graphics.4.01.0/files/install.sh
+2 -3
packages/graphics/graphics.4.01.0/opam
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
-
["chmod" "+x" "install.sh"]
-
["./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
-
["./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
+
["sh" "./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
+
["sh" "./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
packages/graphics/graphics.4.02.0/files/install.sh
+2 -3
packages/graphics/graphics.4.02.0/opam
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
-
["chmod" "+x" "install.sh"]
-
["./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
-
["./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
+
["sh" "./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
+
["sh" "./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
packages/graphics/graphics.4.02.1/files/install.sh
+2 -3
packages/graphics/graphics.4.02.1/opam
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
-
["chmod" "+x" "install.sh"]
-
["./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
-
["./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
+
["sh" "./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
+
["sh" "./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
packages/graphics/graphics.4.02.2/files/install.sh
+2 -3
packages/graphics/graphics.4.02.2/opam
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
-
["chmod" "+x" "install.sh"]
-
["./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
-
["./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
+
["sh" "./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
+
["sh" "./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
packages/graphics/graphics.4.02.3/files/install.sh
+2 -3
packages/graphics/graphics.4.02.3/opam
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
-
["chmod" "+x" "install.sh"]
-
["./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
-
["./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
+
["sh" "./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
+
["sh" "./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
packages/graphics/graphics.4.03.0/files/install.sh
+2 -3
packages/graphics/graphics.4.03.0/opam
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
-
["chmod" "+x" "install.sh"]
-
["./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
-
["./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
+
["sh" "./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
+
["sh" "./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
packages/graphics/graphics.4.04.0/files/install.sh
+2 -3
packages/graphics/graphics.4.04.0/opam
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
-
["chmod" "+x" "install.sh"]
-
["./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
-
["./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
+
["sh" "./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
+
["sh" "./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
packages/graphics/graphics.4.04.1/files/install.sh
+2 -3
packages/graphics/graphics.4.04.1/opam
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
-
["chmod" "+x" "install.sh"]
-
["./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
-
["./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
+
["sh" "./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
+
["sh" "./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
packages/graphics/graphics.4.04.2/files/install.sh
+2 -3
packages/graphics/graphics.4.04.2/opam
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
-
["chmod" "+x" "install.sh"]
-
["./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
-
["./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
+
["sh" "./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
+
["sh" "./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
packages/graphics/graphics.4.05.0/files/install.sh
+2 -3
packages/graphics/graphics.4.05.0/opam
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
-
["chmod" "+x" "install.sh"]
-
["./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
-
["./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
+
["sh" "./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
+
["sh" "./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
packages/graphics/graphics.4.06.0/files/install.sh
+2 -3
packages/graphics/graphics.4.06.0/opam
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
-
["chmod" "+x" "install.sh"]
-
["./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
-
["./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
+
["sh" "./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
+
["sh" "./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
packages/graphics/graphics.4.06.1/files/install.sh
+2 -3
packages/graphics/graphics.4.06.1/opam
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
-
["chmod" "+x" "install.sh"]
-
["./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
-
["./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
+
["sh" "./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
+
["sh" "./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
packages/graphics/graphics.4.07.0/files/install.sh
+2 -3
packages/graphics/graphics.4.07.0/opam
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
-
["chmod" "+x" "install.sh"]
-
["./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
-
["./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
+
["sh" "./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
+
["sh" "./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
packages/graphics/graphics.4.07.1/files/install.sh
+2 -3
packages/graphics/graphics.4.07.1/opam
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
-
["chmod" "+x" "install.sh"]
-
["./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
-
["./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
···
homepage: "https://ocaml.org"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
+
["sh" "./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
+
["sh" "./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
packages/graphics/graphics.4.08.0/files/install.sh
+2 -3
packages/graphics/graphics.4.08.0/opam
···
homepage: "https://ocaml.org"
license: "LGPL-2.1 with OCaml linking exception"
build: [
-
["chmod" "+x" "install.sh"]
-
["./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
-
["./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
···
homepage: "https://ocaml.org"
license: "LGPL-2.1 with OCaml linking exception"
build: [
+
["sh" "./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
+
["sh" "./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
packages/graphics/graphics.4.08.1/files/install.sh
+2 -3
packages/graphics/graphics.4.08.1/opam
···
homepage: "https://ocaml.org"
license: "LGPL-2.1 with OCaml linking exception"
build: [
-
["chmod" "+x" "install.sh"]
-
["./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
-
["./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
···
homepage: "https://ocaml.org"
license: "LGPL-2.1 with OCaml linking exception"
build: [
+
["sh" "./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
]
install: [
+
["sh" "./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
]
depends: [
"conf-libX11"
packages/llvm/llvm.3.9/files/build.sh
packages/oranger/oranger.0.9.11/files/compile_ranger.sh
packages/oranger/oranger.2.0.1/files/compile_ranger.sh
packages/oranger/oranger.2.0.2/files/compile_ranger.sh
packages/ssl/ssl.0.5.5/files/osx-configure.sh
+1 -1
packages/ssl/ssl.0.5.5/opam
···
bug-reports: "https://github.com/savonet/ocaml-ssl/issues"
build: [
["./configure" "--prefix" prefix] {os != "macos"}
-
["./osx-configure.sh" prefix] {os = "macos"}
[make]
]
install: [[make "install"]]
···
bug-reports: "https://github.com/savonet/ocaml-ssl/issues"
build: [
["./configure" "--prefix" prefix] {os != "macos"}
+
["sh" "./osx-configure.sh" prefix] {os = "macos"}
[make]
]
install: [[make "install"]]