Searched +full:libbsd +full:- +full:dev (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/expat/ |
H A D | configure.ac | 11 dnl Copyright (c) 2000-2005 Fred L. Drake, Jr. <fdrake@users.sourceforge.net> 12 dnl Copyright (c) 2001-2003 Greg Stein <gstein@users.sourceforge.net> 13 dnl Copyright (c) 2006-2012 Karl Waclawek <karl@waclawek.net> 14 dnl Copyright (c) 2016-2024 Sebastian Pipping <sebastian@pipping.org> 17 dnl Copyright (c) 2017-2020 Joe Orton <jorton@redhat.com> 20 dnl Copyright (c) 2018 Marco Maggi <marco.maggi-ipsu@poste.it> 26 dnl Copyright (c) 2024 Dag-Erling Smørgrav <des@des.dev> 52 dnl the command at m4-generation time. This allows us to create an m4 54 dnl version number at m4-time, rather than when ./configure is run, so 59 dnl test. I believe this test will work, but I don't have a place with non- [all …]
|
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 …]
|
/freebsd/contrib/elftoolchain/ |
H A D | .cirrus.yml | 3 image: freebsd-11-2-release-amd64 4 install_script: pkg install -y git py27-yaml 6 - fetch http://tetworks.opengroup.org/downloads/38/software/Sources/3.8/tet3.8-src.tar.gz 7 - tar -x -C test/tet -f tet3.8-src.tar.gz 8 - make 14 - apt-get update 15 - apt-get install -y 17 libarchive-dev libbsd-dev libc6-dev libexpat1-dev lsb-release 18 m4 perl python-yaml sharutils zlib1g-dev 20 - curl -O http://tetworks.opengroup.org/downloads/38/software/Sources/3.8/tet3.8-src.tar.gz [all …]
|
/freebsd/contrib/unbound/ |
H A D | configure.ac | 1 # -*- Autoconf -*- 15 …([VERSION_MAJOR]).m4_defn([VERSION_MINOR]).m4_defn([VERSION_MICRO]),[unbound-bugs@nlnetlabs.nl or … 30 # 1.3.0 had 1:0:0 # ub_cancel and -export-symbols. 35 # 1.4.0-snapshots had 1:5:0 120 # Current -- the number of the binary API that we're implementing 121 # Revision -- which iteration of the implementation of the binary 123 # Age -- How many previous binary API versions do we also 143 cmdln="`echo $@ | sed -e 's/\\\\/\\\\\\\\/g' | sed -e 's/"/\\\\"/'g`" 167 if uname -s 2>&1 | grep MINGW >/dev/null; then on_mingw="yes" 169 if echo $host | grep mingw >/dev/null; then on_mingw="yes" [all …]
|
H A D | configure | 2 # Guess values for system-dependent variables and create Makefiles. 5 # Report bugs to <unbound-bugs@nlnetlabs.nl or https://github.com/NLnetLabs/unbound/issues>. 8 # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, 14 ## -------------------- ## 16 ## -------------------- ## 21 if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 25 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 27 alias -g '${1+"$@"}'='"$@"' 30 case `(set -o) 2>/dev/null` in #( 32 set -o posix ;; #( [all …]
|
/freebsd/tools/build/ |
H A D | Makefile | 23 _XCODE_ROOT!=xcode-select -p 27 # Only command line tools installed -> host headers are in the SDKs directory 30 # Full XCode installed -> host headers are below Platforms/MacOSX.platform 35 .error You must install the macOS SDK (try xcode-select --install) 41 # Allow building libc-internal files (also on non-FreeBSD hosts) 42 CFLAGS+= -I${.CURDIR}/libc-bootstrap 43 # Symbol versioning is not required for -legacy (and macOS bootstrap) 46 _WITH_PWCACHEDB!= grep -c pwcache_groupdb ${HOST_INCLUDE_ROOT}/grp.h || true 48 .PATH: ${.CURDIR}/../../contrib/libc-pwcache 49 CFLAGS.pwcache.c+= -I${.CURDIR}/../../contrib/libc-pwcache [all …]
|
/freebsd/contrib/libpcap/ |
H A D | configure.ac | 24 # These are the variables that are used in Makefile, pcap-config, and 42 # pcap-config, so that "pcap-config --libs --static" will report them. 45 # REQUIRES_PRIVATE: pkg-config package names for additional libraries 48 # so that "pkg-config --libs --static" will report them, and so that 52 # V_CCOPT: additional compiler flags other than -I and -D flags 56 # V_DEFS: additional -D compiler flags needed when compiling 59 # V_INCLS: additional -I compiler flags needed when compiling 63 # library needs to be linked. Used in Makefile; not used in pcap-config 66 # that dynamic library doesn't have to link with those libraries - 72 # in pcap-config, so that "pcap-config --libs --static" will report [all …]
|
H A D | configure | 2 # Guess values for system-dependent variables and create Makefiles. 6 # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, 12 ## -------------------- ## 14 ## -------------------- ## 19 if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 23 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 25 alias -g '${1+"$@"}'='"$@"' 28 case `(set -o) 2>/dev/null` in #( 30 set -o posix ;; #( 44 # Quoting is to prevent editors from complaining about space-tab. [all …]
|
H A D | CMakeLists.txt | 13 # on a "long-term support" version # of some OS and that 95 # If you set an architecture flag such as -m32 or -m64 in CFLAGS 102 # 64-bit, and Oracle Studio's C++ compiler, which will default to 103 # building 32-bit, the size for C++ will win, and, again, hilarity 113 # shipping a pre-built shared library cache, at least), and we do the 121 # For getting raw lists of --libs and --libs --static information from a 122 # pkg-config module. 127 # a UN*X, -l can be prefixed - i.e., names, without extensions, 130 # containing the libraries, to which, on a UN*X, -L can be 134 # than -l and -L flags [all …]
|
/freebsd/crypto/openssh/ |
H A D | configure.ac | 2 # Copyright (c) 1999-2004 Damien Miller 16 AC_INIT([OpenSSH], [Portable], [openssh-unix-dev@mindrot.org]) 22 if test "$i" -nt "$srcdir/configure"; then 33 AC_MSG_CHECKING([if $CC supports C99-style variadic macros]) 37 ]], [[return F(1, 2, -3);]])], 39 [ AC_MSG_ERROR([*** OpenSSH requires support for C99-style variadic macros]) ] 65 AC_PATH_TOOL([PKGCONFIG], [pkg-config], [no]) 72 MANFMT="$NROFF -mandoc" 74 MANFMT="$GROFF -mandoc -Tascii" 87 if test -x /sbin/sh; then [all …]
|
/freebsd/contrib/expat/lib/ |
H A D | xmlparse.c | 9 Copyright (c) 1997-2000 Thai Open Source Software Center Ltd 11 Copyright (c) 2000-2006 Fred L. Drake, Jr. <fdrake@users.sourceforge.net> 12 Copyright (c) 2001-2002 Greg Stein <gstein@users.sourceforge.net> 13 Copyright (c) 2002-2016 Karl Waclawek <karl@waclawek.net> 14 Copyright (c) 2005-2009 Steven Solie <steven@solie.ca> 16 Copyright (c) 2016-2024 Sebastian Pipping <sebastian@pipping.org> 20 Copyright (c) 2016 Pascal Cuoq <cuoq@trust-in-soft.com> 22 Copyright (c) 2017-2022 Rhodri James <rhodri@wildebeest.org.uk> 26 Copyright (c) 2017 Rolf Eike Beer <eike@sf-mail.de> 30 Copyright (c) 2018 Marco Maggi <marco.maggi-ipsu@poste.it> [all …]
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 2 - Fix for dnsoverquic and dnstap to use the correct dnstap 6 - Fix for dnstap with dnscrypt and dnstap without dnsoverquic. 9 - Fix to display warning if quic-port is set but dnsoverquic is not 11 - Fix dnsoverquic to extend the number of streams when one is closed. 14 - Fix to disable detection of quic configured ports when quic is 16 - Fix harden-unverified-glue for AAAA cache_fill_missing lookups. 17 - Fix contrib/aaaa-filter-iterator.patch for change in call 21 - Fix cookie_file test sporadic fails for time change during 23 - Fix add reallocarray to alloc stats unit test, and disable 24 override of strdup in unbound-host, and the result of config [all …]
|