/freebsd/share/man/man7/ |
H A D | release.7 | 29 .Nm release 30 .Nd "release building infrastructure" 33 provides a complete build environment suitable for users to make 37 All of the tools necessary to build a release are available from the 40 .Pa src/release . 41 A complete release can be built with only a single command, 42 including the creation of ISO images suitable for burning to CD-ROM, 45 .Dq Li "make release" . 48 build environment, with no local modifications to the source tree or to 53 .Pq Pa src/release/release.sh [all …]
|
H A D | build.7 | 1 .\"- 2 .\" SPDX-License-Identifier: BSD-2-Clause 32 .Nm build 33 .Nd general instructions on how to build the 45 These directories may be initially empty or non-existent until updated with 65 For more information about the ports build process, see 70 command is used in each of these directories to build and install the 80 A source tree is allowed to be read-only. 95 The build may be controlled by defining 102 The default components included in the build are specified in the file [all …]
|
H A D | arch.7 | 1 .\" Copyright (c) 2016-2017 The FreeBSD Foundation. 32 .Nd Architecture-specific details 40 For full details consult the processor-specific ABI supplement 82 architecture support varies by release. 85 release to support each architecture. 86 .Bl -column -offset indent "Architecture" "Initial Release" 87 .It Sy Architecture Ta Sy Initial Release 100 .Bl -column -offset indent "Architecture" "Initial Release" "Final Release" 101 .It Sy Architecture Ta Sy Initial Release Ta Sy Final Release 128 .Bl -tag -width "Dv ILP32" [all …]
|
/freebsd/contrib/wpa/wpa_supplicant/vs2005/ |
H A D | wpa_supplicant.sln | 4 …roject("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wpa_supplicant", "wpa_supplicant\wpa_supplican… 6 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wpa_cli", "wpa_cli\wpa_cli.vcproj", "{E3A7B181… 8 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wpasvc", "wpasvc\wpasvc.vcproj", "{E2A4A85F-CA… 10 …roject("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wpa_passphrase", "wpa_passphrase\wpa_passphras… 12 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "win_if_list", "win_if_list\win_if_list.vcproj"… 14 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "eapol_test", "eapol_test\eapol_test.vcproj", "… 18 DPCodeReviewSolutionGUID = {00000000-0000-0000-0000-000000000000} 22 Release|Win32 = Release|Win32 25 {8BCFDA77-AEDC-4168-8897-5B73105BBB87}.Debug|Win32.ActiveCfg = Debug|Win32 26 {8BCFDA77-AEDC-4168-8897-5B73105BBB87}.Debug|Win32.Build.0 = Debug|Win32 [all …]
|
/freebsd/sys/contrib/libsodium/ |
H A D | libsodium.sln | 6 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libsodium", "libsodium.vcxproj", "{A185B162-6C… 14 Release|Win32 = Release|Win32 15 Release|x64 = Release|x64 20 {A185B162-6CB6-4502-B03F-B56F7699A8D9}.Debug|Win32.ActiveCfg = Debug|Win32 21 {A185B162-6CB6-4502-B03F-B56F7699A8D9}.Debug|Win32.Build.0 = Debug|Win32 22 {A185B162-6CB6-4502-B03F-B56F7699A8D9}.Debug|x64.ActiveCfg = Debug|x64 23 {A185B162-6CB6-4502-B03F-B56F7699A8D9}.Debug|x64.Build.0 = Debug|x64 24 {A185B162-6CB6-4502-B03F-B56F7699A8D9}.DebugDLL|Win32.ActiveCfg = DebugDLL|Win32 25 {A185B162-6CB6-4502-B03F-B56F7699A8D9}.DebugDLL|Win32.Build.0 = DebugDLL|Win32 26 {A185B162-6CB6-4502-B03F-B56F7699A8D9}.DebugDLL|x64.ActiveCfg = DebugDLL|x64 [all …]
|
/freebsd/contrib/libxo/doc/ |
H A D | getting.rst | 7 libxo now ships as part of the FreeBSD Operating System (as of Release 14 The latest release of libxo is available at: 21 we do development under the "*develop*" branch, and release from 25 git clone https://github.com/Juniper/libxo.git -b develop 29 http://nvie.com/posts/a-successful-git-branching-model 35 ----------------------------- 39 A. Use a "distfile" for a specific release. We use github to maintain 40 our releases. Visit the `release page`_ to see the list of 41 releases. To download the latest, look for the release witeh the 42 green "Latest release" button and the green "libxo-RELEASE.tar.gz" [all …]
|
/freebsd/sys/contrib/zstd/ |
H A D | appveyor.yml | 1 # Following tests are run _only_ on `release` branch 4 - 5 version: 1.0.{build} 8 - release 9 - master 10 - /appveyor*/ 11 - /visual*/ 14 - COMPILER: "gcc" 17 SCRIPT: "make allzstd MOREFLAGS=-static" 19 BUILD: "true" [all …]
|
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 …]
|
/freebsd/contrib/nvi/ |
H A D | INSTALL.md | 3 …chray/nvi2/wiki/Porting) in the Wiki. This document is an overview of the build process that allow… 7 - CMake >= 3.17; 8 - Ninja build system; 9 - libiconv (for `USE_ICONV`); 10 - libncursesw (for `USE_WIDECHAR`); 14 - Berkeley DB1 in libc; 15 - /var/tmp/vi.recover/ with mode 41777. 19 …build system generator. By specifying "Ninja Multi-Config" as the build system to generate, you ca… 22 cmake -G "Ninja Multi-Config" -B build 25 Now `build` becomes your build directory to hold the artifacts. To build nvi2 in Debug mode, run [all …]
|
/freebsd/contrib/bc/ |
H A D | NEWS.md | 5 This is a production release that fixes `Ctrl+d` on FreeBSD and Linux when using 13 This is a production release that fixes a warning using GCC on FreeBSD. 19 This is a production release to fix three bugs. 33 This is a production release to fix one bug. 40 This is a production release to fix one small bug. 49 This is a production release to fix problems in the `bc` manual. 55 This is a production release to fix the library build on Mac OSX. 61 This is a production release to remove some debugging code that I accidentally 66 This is a production release with a bug fix for `SIGINT` only being handled 71 This is a production release with three new functions in the [extended math [all …]
|
/freebsd/release/ |
H A D | release.sh | 2 #- 3 # Copyright (c) 2020-2021 Rubicon Communications, LLC (netgate.com) 4 # Copyright (c) 2013-2019 The FreeBSD Foundation 33 # release.sh: check out source trees, and build release components with 35 # Based on release/generate-release.sh written by Nathan Whitehorn 42 # Prototypes that can be redefined per-chroot or per-target. 48 echo "Usage: $0 [-c release.conf]" 52 # env_setup(): Set up the default build environment variables, such as the 53 # CHROOTDIR, VCSCMD, GITROOT, etc. This is called before the release.conf 54 # file is sourced, if '-c <release.conf>' is specified. [all …]
|
H A D | release.conf.sample | 5 ## defined in release.sh. 10 ## Set the directory within which the release will be built. 25 #GITCMD="/usr/local/bin/git clone -q --branch main" 39 #MAKE_FLAGS="-s" 41 ## Set to use world- and kernel-specific make(1) flags. 42 #WORLD_FLAGS="-j $(sysctl -n hw.ncpu)" 43 #KERNEL_FLAGS="-j $(( $(( $(sysctl -n hw.ncpu) + 1 )) / 2 ))" 45 ## Set miscellaneous 'make release' settings. 51 ## Set to '1' to disable multi-threaded xz(1) compression. 57 ## Set to a list of ports required to build embedded system-on-chip [all …]
|
H A D | Makefile | 2 # Makefile for building releases and release media. 4 # User-driven targets: 5 # cdrom: Builds release CD-ROM media (disc1.iso) 6 # dvdrom: Builds release DVD-ROM media (dvd1.iso) 8 # mini-memstick: Builds minimal memory stick image (mini-memstick.img) 10 # release: Invokes real-release, vm-release, cloudware-release and oci-release targets 11 # real-release: Build all media and FTP distribution area 12 # vm-release: Build all virtual machine image targets 13 # cloudware-release: Build all cloud hosting provider targets 14 # oci-release: Build all OCI container images [all …]
|
/freebsd/contrib/bc/vs/ |
H A D | bc.sln | 6 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bc", "bc.vcxproj", "{4450D61F-2535-4085-B1B1-F… 12 Release|x64 = Release|x64 13 Release|x86 = Release|x86 16 {4450D61F-2535-4085-B1B1-F96ACD23CC9F}.Debug|x64.ActiveCfg = Debug|x64 17 {4450D61F-2535-4085-B1B1-F96ACD23CC9F}.Debug|x64.Build.0 = Debug|x64 18 {4450D61F-2535-4085-B1B1-F96ACD23CC9F}.Debug|x86.ActiveCfg = Debug|Win32 19 {4450D61F-2535-4085-B1B1-F96ACD23CC9F}.Debug|x86.Build.0 = Debug|Win32 20 {4450D61F-2535-4085-B1B1-F96ACD23CC9F}.Release|x64.ActiveCfg = Release|x64 21 {4450D61F-2535-4085-B1B1-F96ACD23CC9F}.Release|x64.Build.0 = Release|x64 22 {4450D61F-2535-4085-B1B1-F96ACD23CC9F}.Release|x86.ActiveCfg = Release|Win32 [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 -y libcmocka-de [all...] |
/freebsd/sys/contrib/libsodium/packaging/nuget/ |
H A D | package.gsl | 9 <?xml version="1.0" encoding="utf-8"?> 10 <!-- 14 --> 24 …a.org/wikipedia/commons/thumb/7/78/Salt_shaker_on_white_background.jpg/220px-Salt_shaker_on_white_… 27 …<description>Sodium is a portable, cross-compilable, installable, packageable fork of NaCl, with a… 30 <copyright>(c) 2013-2017, Frank Denis (attribution required)</copyright> 37 <!-- Salt shaker icon by Dubravko Soric : 38 …ommons/thumb/7/78/Salt_shaker_on_white_background.jpg/220px-Salt_shaker_on_white_background.jpg --> 41 <!-- include --> 43 <file src="..\\..\\src\\libsodium\\include\\sodium.h" target="build\\native\\include" /> [all …]
|
/freebsd/sys/contrib/libsodium/regen-msvc/ |
H A D | libsodium.vcxproj | 1 <?xml version="1.0" encoding="utf-8"?> 2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/ms… 28 <ProjectConfiguration Include="Release|Win32"> 29 <Configuration>Release</Configuration> 32 <ProjectConfiguration Include="Release|x64"> 33 <Configuration>Release</Configuration> 38 <ProjectGuid>{A185B162-6CB6-4502-B03F-B56F7699A8D9}</ProjectGuid> 71 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 85 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 104 <Import Project="msvc-scripts\sodium.props" /> [all …]
|
H A D | tl_libsodium.vcxproj.tpl | 1 <?xml version="1.0" encoding="utf-8"?> 2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/ms… 28 <ProjectConfiguration Include="Release|Win32"> 29 <Configuration>Release</Configuration> 32 <ProjectConfiguration Include="Release|x64"> 33 <Configuration>Release</Configuration> 38 <ProjectGuid>{A185B162-6CB6-4502-B03F-B56F7699A8D9}</ProjectGuid> 71 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 85 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 104 <Import Project="msvc-scripts\sodium.props" /> [all …]
|
/freebsd/lib/libc/rpc/ |
H A D | README | 3 LINE WITH QUESTIONS ON THIS RELEASE. THEY CANNOT ANSWER QUESTIONS ABOUT THIS 4 UNSUPPORTED SOURCE RELEASE. 8 This distribution contains SunSoft's implementation of transport-independent 9 RPC (TI-RPC), External Data Representation (XDR), and various utilities and 15 transport-specific RPC (TS-RPC). 17 TI-RPC is an enhanced version of TS-RPC that requires the UNIX System V 19 (XTI). TI-RPC is on-the-wire compatible with the TS-RPC, which is supported 20 by almost 70 vendors on all major operating systems. TS-RPC source code 23 This release is a native source release, that is, it is compatible for 24 building on Solaris 2.3. This release was built on Solaris 2.3 using SunPro [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 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 23 - os: linux [all …]
|
/freebsd/contrib/libfido2/ |
H A D | README.adoc | 3 image:https://github.com/yubico/libfido2/workflows/linux/badge.svg["Linux Build Status (github actions)", link="https://github.com/Yubico/libfido2/actions"] 4 image:https://github.com/yubico/libfido2/workflows/macos/badge.svg["macOS Build Status (github actions)", link="https://github.com/Yubico/libfido2/actions"] 5 image:https://github.com/yubico/libfido2/workflows/windows/badge.svg["Windows Build Status (github actions)", link="https://github.com/Yubico/libfido2/actions"] 7 image:https://oss-fuzz-build-logs.storage.googleapis.com/badges/libfido2.svg["Fuzz Status (oss-fuzz)", link="https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opene [all...] |
/freebsd/contrib/unifdef/win32/ |
H A D | unifdef.sln | 4 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "unifdef", "unifdef.vcxproj", "{52450E07-855E-4… 9 Release|Win32 = Release|Win32 12 {52450E07-855E-4522-BD4C-7B1E84D8D592}.Debug|Win32.ActiveCfg = Debug|Win32 13 {52450E07-855E-4522-BD4C-7B1E84D8D592}.Debug|Win32.Build.0 = Debug|Win32 14 {52450E07-855E-4522-BD4C-7B1E84D8D592}.Release|Win32.ActiveCfg = Release|Win32 15 {52450E07-855E-4522-BD4C-7B1E84D8D592}.Release|Win32.Build.0 = Release|Win32
|
/freebsd/sys/contrib/openzfs/scripts/ |
H A D | kmodtool | 4 # kmodtool - Helper script for building kernel module RPMs 5 # Copyright (c) 2003-2012 Ville Skyttä <ville.skytta@iki.fi>, 28 shopt -s extglob 30 myprog="kmodtool-${repo}" 49 # the next line is not multi-line safe -- not needed *yet* 68 %global akmod_install mkdir -p \$RPM_BUILD_ROOT/%{_usrsrc}/akmods/; \\\ 69 LANG=C rpmbuild --define "_sourcedir %{_sourcedir}" \\\ 70 --define "_srcrpmdir \$RPM_BUILD_ROOT/%{_usrsrc}/akmods/" \\\ 71 -bs --nodeps %{_specdir}/%{name}.spec ; \\\ 72 ln -s \$(ls \$RPM_BUILD_ROOT/%{_usrsrc}/akmods/) \$RPM_BUILD_ROOT/%{_usrsrc}/akmods/${kmodname}-kmo… [all …]
|
/freebsd/contrib/libpcap/ |
H A D | CHANGES | 2 Summary for 1.10.5 libpcap release 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. 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/expat/ |
H A D | Changes | 14 !! - <blink>fixing a complex non-public security issue</blink>, !! 15 !! - teaming up on researching and fixing future security reports and !! 16 !! ClusterFuzz findings with few-days-max response times in communication !! 19 !! - implementing and auto-testing XML 1.0r5 support !! 21 !! - smart ideas on fixing the Autotools CMake files generation issue !! 23 !! - the Windows binaries topic (needs requirements engineering first), !! 24 !! - pushing migration from `int` to `size_t` further !! 25 !! including edge-cases test coverage (needs discussion before anything). !! 27 !! For details, please reach out via e-mail to sebastian@pipping.org so we !! 30 !! THANK YOU! Sebastian Pipping -- Berlin, 2024-03-09 !! [all …]
|