Home
last modified time | relevance | path

Searched full:brew (Results 1 – 25 of 28) sorted by relevance

12

/src/contrib/tcpdump/cmake/Modules/
H A DFindCRYPTO.cmake24 # PKG_CONFIG_PATH from "brew --env openssl" and add that
32 find_program(BREW brew)
33 if(BREW)
38 execute_process(COMMAND "${BREW}" "--env" "--plain" "openssl"
45 # brew --env --plain openssl succeeded.
117 if(BREW)
119 # The brew man page lies when it speaks of
120 # $BREW --prefix --installed <formula>
129 execute_process(COMMAND "${BREW}" "--prefix" "--installed" "openssl"
140 execute_process(COMMAND "${BREW}" "--prefix" "openssl"
/src/contrib/libarchive/build/ci/github_actions/
H A Dinstall-macos-dependencies.sh5 #brew update > /dev/null
6 #brew upgrade > /dev/null
9 brew uninstall cmake
12 brew install \
/src/contrib/unbound/contrib/ios/
H A Dinstall_tools.sh4 # brew update hangs, so we try to skip that step.
6 #brew update 1>/dev/null
9 #brew install curl perl 1>/dev/null
10 HOMEBREW_NO_AUTO_UPDATE=1 brew install curl perl 1>/dev/null
/src/contrib/openbsm/
H A D.travis.yml16 brew update;
17 brew install byacc flex openssl;
H A DINSTALL19 brew install openssl
/src/contrib/libfido2/.actions/
H A Dbuild-osx-clang8 export PKG_CONFIG_PATH="$(brew --prefix openssl@3.0)/lib/pkgconfig"
9 SCAN="$(brew --prefix llvm)/bin/scan-build"
/src/contrib/libder/.github/workflows/
H A Dbuild.yml33 brew update --quiet || true
34 brew install cmake coreutils
/src/tools/build/
H A Dmake.py50 # On MacOS, this tool will search for an llvm toolchain installed via brew and
189 # Avoid calling brew --prefix on macOS if all variables are already set:
204 path = subprocess.run(["brew", "--prefix", package], stdout=subprocess.PIPE,
220 if shutil.which("brew"):
227 # brew installs lld as a separate package for LLVM 19 and later
/src/contrib/tcpdump/
H A Dconfigure.ac86 # Do we have the brew command from Homebrew?
88 AC_PATH_PROG([BREW], [brew])
1052 # PKG_CONFIG_PATH from "brew --env openssl" and add that
1061 if test -n "$BREW"; then
1062 openssl_pkgconfig_dir=`$BREW --env --plain openssl | sed -n 's/PKG_CONFIG_PATH: //p'`
1078 if test "x$HAVE_LIBCRYPTO" != "xyes" -a -n "$BREW"; then
1081 # The brew man page lies when it speaks of
1082 # $BREW --prefix --installed <formula>
1091 if $BREW --prefix --installed openssl >/dev/null 2>&1; then
1100 openssl_path=`$BREW --prefix openssl`
H A Dconfigure672 BREW
4500 # Do we have the brew command from Homebrew?
4502 # Extract the first word of "brew", so it can be a program name with args.
4503 set dummy brew; ac_word=$2
4510 case $BREW in
4512 ac_cv_path_BREW="$BREW" # Let the user override the test with a path.
4537 BREW=$ac_cv_path_BREW
4538 if test -n "$BREW"; then
4539 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $BREW" >&5
4540 printf "%s\n" "$BREW" >&6; }
[all …]
/src/.github/workflows/
H A Dcross-bootstrap-tools.yml50 brew update --quiet || true
51 brew install ${{ matrix.pkgs }} || true
/src/crypto/openssh/.github/
H A Dsetup_ci.sh20 PACKAGER=brew
179 brew)
181 if brew install $PACKAGES; then
/src/contrib/libfido2/.github/workflows/
H A Dmacos_builds.yml28 run: brew install libcbor llvm mandoc openssl@3.0 pkg-config zlib
/src/contrib/file/
H A DREADME.DEVELOPER44 brew install autoconf automake libtool
/src/contrib/libyaml/.github/workflows/
H A Dmain.yml30 brew install automake bash coreutils make
/src/contrib/libcbor/
H A Drelease.sh80 echo "HOWTO: https://github.com/Linuxbrew/brew/blob/master/docs/How-To-Open-a-Homebrew-Pull-Request…
H A DREADME.md35 brew install libcbor
/src/contrib/libpcap/
H A Dconfigure.ac839 # Do we have the brew command from Homebrew?
841 AC_PATH_PROG([BREW], [brew])
1794 # PKG_CONFIG_PATH from "brew --env openssl" and add that
1803 if test -n "$BREW"; then
1804 openssl_pkgconfig_dir=`$BREW --env --plain openssl | sed -n 's/PKG_CONFIG_PATH: //p'`
1821 if test "x$HAVE_OPENSSL" != "xyes" -a -n "$BREW"; then
1824 # The brew man page lies when it speaks of
1825 # $BREW --prefix --installed <formula>
1832 if $BREW --prefix --installed openssl >/dev/null 2>&1; then
1841 openssl_path=`$BREW --prefix openssl`
[all …]
H A Dconfigure708 BREW
7111 # Do we have the brew command from Homebrew?
7113 # Extract the first word of "brew", so it can be a program name with args.
7114 set dummy brew; ac_word=$2
7121 case $BREW in
7123 ac_cv_path_BREW="$BREW" # Let the user override the test with a path.
7148 BREW=$ac_cv_path_BREW
7149 if test -n "$BREW"; then
7150 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $BREW" >&5
7151 printf "%s\n" "$BREW" >&6; }
[all …]
/src/contrib/kyua/
H A DREADME.md55 * OS X (with Homebrew): install the `kyua` package with `brew install kyua`.
/src/contrib/libcbor/doc/source/
H A Dgetting_started.rst19 **OS X** users can use `Homebrew <http://brew.sh/>`_:
23 brew install libcbor
/src/contrib/libfido2/
H A DREADME.adoc85 $ brew install libfido2
/src/contrib/libcbor/.circleci/
H A Dconfig.yml185 - run: brew install cmocka cmake
/src/share/doc/IPv6/
H A DIMPLEMENTATION1786 as OpenBSD team has their home-brew IPsec stack and they have no plan
1806 home-brew PFKEY v2 implementation. This conforms to RFC2367.
1808 The home-brew IKE daemon, "racoon" is included in the kit (kame/kame/racoon,
/src/contrib/pam_modules/pam_passwdqc/
H A Dwordset_4k.c681 "brew",

12