Home
last modified time | relevance | path

Searched +full:libc6 +full:- +full:dev (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/dialog/package/debian/
H A Dcontrol2 Maintainer: Thomas E. Dickey <dickey@invisible-island.net>
5 Standards-Version: 3.8.4
6 Build-Depends: debhelper (>= 5), libc6 (>= 2.11), libncursesw5-dev (>= 5.3), groff-base
7 Homepage: http://invisible-island.net/dialog/
11 Depends: libc6 (>= 2.11), libncursesw5 (>= 5.3)
12 Description: dialog - display dialog boxes from shell scripts
26 Package: cdialog-dev
28 Depends: libc6 (>= 2.11), libncursesw5 (>= 5.3)
29 Description: dialog - display dialog boxes from shell scripts
/freebsd/sys/contrib/zstd/
H A DMakefile2 # 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.
22 VOID = /dev/null
24 # When cross-compiling from linux to windows, you might
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
53 $(Q)$(MAKE) -C $(PRGDIR) all
54 $(Q)$(MAKE) -C $(TESTDIR) all
[all …]
/freebsd/contrib/capsicum-test/
H A DGNUmakefile5 ARCHFLAG=-m$(ARCH)
8 EXTRA_LIBS=-lprocstat
12 PROCESSOR:=$(shell uname -p)
14 ifneq ($(wildcard /usr/lib/$(PROCESSOR)-linux-gnu),)
16 PLATFORM_LIBDIR=/usr/lib/$(PROCESSOR)-linux-gnu
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)
30 ifeq ($(ARCHFLAG),-mx32)
38 LIBSCTP=-lsctp
[all …]
H A Dlinux.cc1 // Tests of Linux-specific functionality
14 #include <sys/capability.h> // Requires e.g. libcap-dev package for POSIX.1e capabilities headers
29 #include "capsicum-test.h"
109 GTEST_SKIP() << "multi-threaded run clashes with signals"; in FORK_TEST()
118 int fd = signalfd(-1, &mask, 0); in FORK_TEST()
244 int rc = WIFEXITED(status) ? WEXITSTATUS(status) : -1; in TEST()
372 // fanotify support may not be available at compile-time
490 // TODO(drysdale): reinstate if/when capsicum-linux propagates rights in TEST()
491 // to fanotify-generated FDs. in TEST()
505 rc = WIFEXITED(status) ? WEXITSTATUS(status) : -1; in TEST()
[all …]
/freebsd/contrib/elftoolchain/
H A D.cirrus.yml3 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/libcbor/.circleci/
H A Dconfig.yml4 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/openzfs/contrib/debian/
H A Dcontrol1 Source: openzfs-linux
4 Maintainer: ZFS on Linux specific mailing list <zfs-discuss@list.zfsonlinux.org>
5 Build-Depends: debhelper-compat (= 12),
6 dh-python,
7 dh-sequence-dkms | dkms (>> 2.1.1.2-5),
8 libaio-dev,
9 libblkid-dev,
10 libcurl4-openssl-dev,
11 libelf-dev,
12 libpam0g-dev,
[all …]
/freebsd/contrib/dialog/
H A DCHANGES1 -- $Id: CHANGES,v 1.723 2021/01/17 20:21:41 tom Exp $
2 -- Thomas E. Dickey <dickey@invisible-island.net>
9 + add option --no-hot-list, to allow suppressing the hotkey feature
12 with the button-box (report by Victor Ananjevsky).
13 + modify options-parsing to permit a "no" on any boolean option and
14 deprecating the "no" options without a "-" , e.g., generalizing on
15 "--nook" equivalence to "--no-ok".
25 + enable keep-tite feature for NetBSD 8 and up; earlier releases would
28 + add option "--cursor-off-label"
29 + add option "--erase-on-exit"
[all …]