/freebsd/sys/contrib/zstd/ |
H A D | Makefile | 2 # Copyright (c) 2015-2021, Yann Collet, Facebook, Inc. 5 # This source code is licensed under both the BSD-style license (found in the 8 # You may select, at your option, one of the above-listed licenses. 16 BUILDIR = build 24 # When cross-compiling from linux to windows, you might 25 # need to specify this as "Windows." Fedora build fails 28 # Note: mingw-w64 build from linux to windows does not 40 ## default: Build lib-release and zstd-release 42 default: lib-release zstd-release 50 # skip zwrapper, can't build that on alternate architectures without the proper zlib installed [all …]
|
H A D | README.md | 4 targeting real-time compression scenarios at zlib-level and better compression ratios. 8 This repository represents the reference implementation, provided as an open-source dual [BSD](LICE… 11 a list of known ports and bindings is provided on [Zstandard homepage](http://www.zstd.net/#other-l… 15 [![Build Status][travisDevBadge]][travisLink] 16 [![Build status][AppveyorDevBadge]][AppveyorLink] 17 [![Build status][CircleDevBadge]][CircleLink] 18 [![Build status][CirrusDevBadge]][CirrusLink] 21 [travisDevBadge]: https://api.travis-ci.com/facebook/zstd.svg?branch=dev "Continuous Integration te… 22 [travisLink]: https://travis-ci.com/facebook/zstd 24 [AppveyorLink]: https://ci.appveyor.com/project/YannCollet/zstd-p0yf0 [all …]
|
/freebsd/contrib/googletest/ |
H A D | .travis.yml | 1 # Build matrix / environment variable are explained on: 2 # https://docs.travis-ci.com/user/customizing-the-build/ 4 # http://lint.travis-ci.org/ 13 - os: linux 14 compiler: gcc 16 install: ./ci/install-linux.sh && ./ci/log-config.sh 17 script: ./ci/build-linux-bazel.sh 18 - os: linux 21 install: ./ci/install-linux.sh && ./ci/log-config.sh 22 script: ./ci/build-linux-bazel.sh [all …]
|
/freebsd/contrib/ldns/ |
H A D | README-Travis.md | 3 …ompilers and platforms. Compilers include Clang and GCC; while platforms include Android, iOS, Lin… 5 …d recipes build and install OpenSSL, and then builds LDNS. The testing is tailored for Android NDK… 9 The LDNS Travis configuration file `.travis.yml` does not use top-level keys like `os:` and `compil… 13 …ng and GCC on various hardware. The hardware includes AMD64, Aarch64, PowerPC and s390x. PowerPC i… 16 - os: linux 17 name: GCC on Linux, Aarch64 18 compiler: gcc 21 - os: linux 22 name: Clang on Linux, Aarch64 28 OS X provides a single recipe to test Clang. GCC is not tested because GCC is an alias for Clang. [all …]
|
/freebsd/contrib/unbound/ |
H A D | README-Travis.md | 3 …ompilers and platforms. Compilers include Clang and GCC; while platforms include Android, iOS, Lin… 5 …es build and install OpenSSL and Expat, and then builds Unbound. The testing is tailored for Andro… 9 The Unbound Travis configuration file `.travis.yml` does not use top-level keys like `os:` and `com… 13 …ng and GCC on various hardware. The hardware includes AMD64, Aarch64, PowerPC and s390x. PowerPC i… 16 - os: linux 17 name: GCC on Linux, Aarch64 18 compiler: gcc 21 - os: linux 22 name: Clang on Linux, Aarch64 28 OS X provides a single recipe to test Clang. GCC is not tested because GCC is an alias for Clang. [all …]
|
/freebsd/crypto/openssl/util/perl/OpenSSL/ |
H A D | config.pm | 2 # Copyright 1998-2023 The OpenSSL Project Authors. All Rights Reserved. 47 my @c_compilers = qw(clang gcc cc); 56 my $v = `$CROSS_COMPILE$CC -v 2>&1`; 57 $v =~ m/(?:(?:clang|LLVM) version|.*based on LLVM)\s+([0-9]+\.[0-9]+)/; 62 my $nul = File::Spec->devnull(); 63 my $v = `$CROSS_COMPILE$CC -dumpversion 2> $nul`; 66 $v =~ s/^[a-zA-Z]*\-//; 77 [ 'A\/UX:.*', 'm68k-apple-aux3' ], 78 [ 'AIX:[3-9]:4:.*', '${MACHINE}-ibm-aix' ], 79 [ 'AIX:.*?:[5-9]:.*', '${MACHINE}-ibm-aix' ], [all …]
|
/freebsd/crypto/openssl/Configurations/ |
H A D | 10-main.conf | 1 ## -*- mode: perl; -*- 8 if (`nasm -v 2>NUL` =~ /NASM version ([0-9]+\.[0-9]+)/ && $1 >= 2.0) { 10 ASFLAGS => "-g", 11 asflags => "-Ox -f win64 -DNEAR", 12 asoutflag => "-o ", 22 $die->("NASM not found - make sure it's installed and available on %PATH%\n"); 36 my $ver=`nasm -v 2>NUL`; 37 my $vew=`nasmw -v 2>NUL`; 41 asflags => "-f win32", 42 asoutflag => "-o ", [all …]
|
/freebsd/tools/build/mk/ |
H A D | Makefile.boot | 1 CFLAGS+= -I${WORLDTMP}/legacy/usr/include 3 LDADD+= -legacy 4 LDFLAGS+= -L${WORLDTMP}/legacy/usr/lib 7 # On MacOS using a non-mac ar will fail the build, similarly on Linux using 32 # Add various -Werror flags to catch missing function declarations 33 CFLAGS+= -Werror=implicit-function-declaration -Werror=implicit-int \ 34 -Werror=return-type -Wundef 35 CFLAGS+= -DHAVE_NBTOOL_CONFIG_H=1 36 # This is needed for code that compiles for pre-C11 C standards 37 CWARNFLAGS.clang+=-Wno-typedef-redefinition [all …]
|
/freebsd/contrib/kyua/ |
H A D | .travis.yml | 5 - ./admin/travis-install-deps.sh 9 - os: linux 13 - os: linux 15 compiler: gcc 17 - os: linux 21 - os: linux 25 - os: linux 29 - os: linux 35 #- os: linux 39 #- os: linux [all …]
|
/freebsd/crypto/openssl/ |
H A D | NOTES-WINDOWS.md | 4 - [Native builds using Visual C++](#native-builds-using-visual-c++) 5 - [Native builds using Embarcadero C++Builder]( 6 #native-builds-using-embarcadero-c++-builder) 7 - [Native builds using MinGW](#native-builds-using-mingw) 8 - [Linking native applications](#linking-native-applications) 9 - [Hosted builds using Cygwin](#hosted-builds-using-cygwin) 11 There are various options to build and run OpenSSL on the Windows platforms. 14 To build a native OpenSSL you can either use: 21 run on the GNU-like development environment MSYS2 22 or run on Linux or Cygwin [all …]
|
H A D | INSTALL.md | 1 Build and Install 5 systems: the Unix/Linux family (including macOS), OpenVMS, 11 - [Prerequisites](#prerequisites) 12 - [Notational Conventions](#notational-conventions) 13 - [Quick Installation Guide](#quick-installation-guide) 14 - [Building OpenSSL](#building-openssl) 15 - [Installing OpenSSL](#installing-openssl) 16 - [Configuration Options](#configuration-options) 17 - [API Level](#api-level) 18 - [Cross Compile Prefix](#cross-compile-prefix) [all …]
|
H A D | NOTES-ANDROID.md | 5 ------------------- 8 NDK. It's available for Linux, macOS and Windows, but only Linux 15 ------------- 17 Android is a cross-compiled target and you can't rely on `./Configure` 19 target explicitly; there are `android-arm`, `android-arm64`, `android-mips`, 20 `android-mip64`, `android-x86` and `android-x86_64` (`*MIPS` targets are no 23 Do not pass --cross-compile-prefix (as you might be tempted), as it 26 invoke `$(CROSS_COMPILE)clang` [`*gcc` on NDK 19 and lower] and company. 30 to point at the `NDK` directory. If you're using a side-by-side NDK the path 31 will look something like `/some/where/android-sdk/ndk/<ver>`, and for a [all …]
|
/freebsd/sys/contrib/xz-embedded/ |
H A D | README | 8 XZ Embedded was written for use in the Linux kernel, but the code can 13 of XZ Embedded isn't part of the Linux kernel tree. You should also 14 read linux/Documentation/xz.txt even if you aren't using XZ Embedded 15 as part of Linux; information in that file is not repeated in this 18 Compiling the Linux kernel module 26 cd linux/lib/xz 27 make -C /path/to/kernel/source \ 28 KCPPFLAGS=-I"$(pwd)/../../include" M="$(pwd)" \ 34 cd linux/lib/xz 35 make -C /path/to/kernel/source \ [all …]
|
/freebsd/contrib/pjdfstest/ |
H A D | .travis.yml | 6 - os: linux 9 - os: linux 10 compiler: gcc 12 - os: osx 14 - os: osx 15 compiler: gcc 18 - ./travis/build.sh 19 - ./travis/test.sh
|
/freebsd/contrib/libpcap/ |
H A D | INSTALL.md | 3 with CMake and any build system supported by CMake. 5 To build libpcap with the configure script and `make`: 7 * If you build from a git clone rather than from a release archive, 9 build the `configure` and `config.h.in` files. 12 `AUTORECONF=autoreconf-2.69 ./autogen.sh` 18 control the configuration of libpcap; `./configure --help` will show 23 libpcap if you just want to build tcpdump; just make sure the tcpdump 30 To build libpcap with CMake and the build system of your choice, from 33 * Create a build directory into which CMake will put the build files it 35 code directory as does the configure script. The build directory may be [all …]
|
H A D | CHANGES | 5 Mark pcap_vasprintf() as printf-like. 16 Avoid casting hack for the Windows cleanup-on-exit routine. 21 Remove the unused pcap-rpcap-int.h header file. 23 Make some static variables thread-local; fixes issue #1174. 33 Linux: 36 Avoid 32-bit unsigned integer overflow in USB captures. Fixes 49 Report {non-existent zone}/{interface} errors appropriately. 50 Allow attaching to links owned by a non-global zone. (Based on 55 in recent SDKs, including tagging pcap-namedb.h routines. 62 Fix various build problems. Fixes issue #1114. [all …]
|
/freebsd/contrib/libcbor/.circleci/ |
H A D | config.yml | 4 linux-setup: 6 - run: sudo apt-get update 8 - run: sudo NEEDRESTART_MODE=l apt-get install -y cmake ${TOOLCHAIN_PACKAGES} 9 - run: sudo NEEDRESTART_MODE=l apt-get install - [all...] |
/freebsd/crypto/openssh/ |
H A D | README.platform | 19 gets it wrong, or if you want to build binaries to work on earlier MLs 20 than the build host then you can add "-DBROKEN_GETADDRINFO" to CFLAGS 21 to force the previous IPv4-only behaviour. 31 --with-ssl-dir=/opt/freeware --with-zlib=/opt/freeware 44 ------ 45 To build on Cygwin, OpenSSH requires the following packages: 46 gcc, gcc-mingw-core, mingw-runtime, binutils, make, openssl, 47 openssl-devel, zlib, minres, minires-devel. 51 ------------------ 52 Darwin does not provide a tun(4) driver required for OpenSSH-based [all …]
|
/freebsd/sys/conf/ |
H A D | kern.pre.mk | 20 .-include <local.kern.pre.mk> 22 # The kernel build always occurs in the object directory which is .CURDIR. 27 # The kernel build always expects .OBJDIR=.CURDIR. 55 CTFFLAGS+= -g 58 _COPTFLAGS_EXTRA=-frename-registers 62 COPTFLAGS?=-O2 -pipe ${_COPTFLAGS_EXTRA} 63 .if !empty(COPTFLAGS:M-O[23s]) && empty(COPTFLAGS:M-fno-strict-aliasing) 64 COPTFLAGS+= -fno-strict-aliasing 69 NOSTDINC= -nostdinc 71 INCLUDES= ${NOSTDINC} ${INCLMAGIC} -I. -I$S -I$S/contrib/ck/include [all …]
|
/freebsd/contrib/arm-optimized-routines/ |
H A D | config.mk.dist | 3 # Copyright (c) 2018-2023, Arm Limited. 4 # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception 6 # Subprojects to build 9 # Subsubprojects to build if subproject pl is built 15 # Use for cross compilation with gcc. 16 #CROSS_COMPILE = aarch64-none-linux-gnu- 19 CC = $(CROSS_COMPILE)gcc 20 CFLAGS = -std=c99 -pipe -O3 21 CFLAGS += -Wall -Wno-missing-braces 22 CFLAGS += -Werror=implicit-function-declaration [all …]
|
/freebsd/contrib/capsicum-test/ |
H A D | GNUmakefile | 5 ARCHFLAG=-m$(ARCH) 8 EXTRA_LIBS=-lprocstat 11 ifeq ($(OS),Linux) 12 PROCESSOR:=$(shell uname -p) 14 ifneq ($(wildcard /usr/lib/$(PROCESSOR)-linux-gnu),) 16 PLATFORM_LIBDIR=/usr/lib/$(PROCESSOR)-linux-gnu 18 # Attempt to determine library location from gcc configuration. 19 PLATFORM_LIBDIR=$(shell gcc -v 2>&1 | grep "Configured with:" | sed 's/.*--libdir=\(\/usr\/[^ ]*\).… 24 # assumption that any installed version is 64-bit. 25 ifeq ($(ARCHFLAG),-m32) [all …]
|
/freebsd/sys/contrib/libsodium/dist-build/ |
H A D | android-mips64.sh | 3 export CFLAGS="-Os -march=${TARGET_ARCH}" 4 CC="mips64el-linux-android-gcc" NDK_PLATFORM=android-21 ARCH=mips64 HOST_COMPILER=mips64el-linux-an…
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | ChangeLog-2.0 | 1 Changes in version 2.0.21-stable (18 Nov 2012) 6 o dns: Avoid a memory-leak on OOM in evdns. (73e85dd, f2bff75 George Danchev) 7 o build: Use python2 rather than python (0eb0109 Ross Lagerwall) 8 o build: Compile without warnings on mingw64 (94866c2) 9 o build: Fix compilation on mingw64 with -DUSE_DEBUG (62bd2c4) 10 o build: Make rpcgen_wrapper.sh work on systems without a "python2" binary (f3009e4) 18 Changes in version 2.0.20-stable (23 Aug 2012) 35 BUILD FIXES: 36 o Add GCC annotations so that the vsprintf functions get checked properly (117e327) 44 o Fix various check-after-dereference issues in unit tests: found by coverity (4f3732d) [all …]
|
/freebsd/contrib/libevent/ |
H A D | ChangeLog-2.0 | 1 Changes in version 2.0.21-stable (18 Nov 2012) 6 o dns: Avoid a memory-leak on OOM in evdns. (73e85dd, f2bff75 George Danchev) 7 o build: Use python2 rather than python (0eb0109 Ross Lagerwall) 8 o build: Compile without warnings on mingw64 (94866c2) 9 o build: Fix compilation on mingw64 with -DUSE_DEBUG (62bd2c4) 10 o build: Make rpcgen_wrapper.sh work on systems without a "python2" binary (f3009e4) 18 Changes in version 2.0.20-stable (23 Aug 2012) 35 BUILD FIXES: 36 o Add GCC annotations so that the vsprintf functions get checked properly (117e327) 44 o Fix various check-after-dereference issues in unit tests: found by coverity (4f3732d) [all …]
|
/freebsd/sys/contrib/device-tree/scripts/ |
H A D | Kbuild.include | 12 dot-target = $(dir $@).$(notdir $@) 15 # The temporary file to save gcc -MD generated dependencies must not 17 depfile = $(subst $(comma),_,$(dot-target).d) 48 # - If no file exist it is created 49 # - If the content differ the new file is used 50 # - If they are equal no change, and no timestamp update 51 # - stdin is piped in from the first prerequisite ($<) so one has 54 $(Q)set -e; \ 56 mkdir -p $(dir $@); \ 58 if [ -r $@ ] && cmp -s $@ $@.tmp; then \ [all …]
|