Home
last modified time | relevance | path

Searched +full:libsqlite3 +full:- +full:dev (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/kyua/admin/
H A Dtravis-install-deps.sh30 set -e -x
37 packages="${packages} gcc-multilib"
38 packages="${packages} g++-multilib"
39 sudo dpkg --add-architecture i386
42 packages="${packages} liblua5.2-0${pkgsuffix}"
43 packages="${packages} liblua5.2-dev${pkgsuffix}"
44 packages="${packages} libsqlite3-0${pkgsuffix}"
45 packages="${packages} libsqlite3-dev${pkgsuffix}"
46 packages="${packages} pkg-config${pkgsuffix}"
48 sudo apt-get update -qq
[all …]
H A Dbuild-bintray-dist.sh30 # \file admin/build-bintray-dist.sh
37 set -e -x
45 sudo apt-get update -qq
59 packages="${packages} gcc-multilib"
60 packages="${packages} g++-multilib"
62 packages="${packages} liblua5.2-0${pkgsuffix}"
63 packages="${packages} liblua5.2-dev${pkgsuffix}"
64 packages="${packages} libsqlite3-0${pkgsuffix}"
65 packages="${packages} libsqlite3-dev${pkgsuffix}"
66 packages="${packages} pkg-config${pkgsuffix}"
[all …]
/freebsd/sys/contrib/openzfs/.github/workflows/
H A Dsmatch.yml6 paths-ignore:
7 - 'man/**'
8 - '**.md'
9 - 'AUTHORS'
10 - 'COPYRIGHT'
11 - 'LICENSE'
12 - 'NOTICE'
13 - '.gitignore'
16 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
17 cancel-in-progress: true
[all …]
/freebsd/contrib/sqlite3/autosetup/
H A Dsqlite-config.tcl3 # that they can be reused in the autoconf sub-tree. This file requires
4 # functions from the project-agnostic proj.tcl.
6 if {[string first " " $autosetup(srcdir)] != -1} {
7 user-error "The pathname of the source tree\
10 if {[string first " " $autosetup(builddir)] != -1} {
11 user-error "The pathname of the build directory\
19 # --prefix=... to work and to emit the Host/Build system info, but we
20 # don't want those to interfere with --help output.
21 define PACKAGE_VERSION [proj-file-content -trim $::autosetup(srcdir)/VERSION]
22 if {"--help" ni $::argv} {
[all …]
H A DREADME.md5 developers regarding using and maintaining the [Autosetup][]-based
10 - [Autosetup API Reference](#apiref)
11 - [API Tips](#apitips)
12 - [Ensuring TCL Compatibility](#tclcompat)
13 - [Design Conventions](#conventions)
14 - Symbolic Names of Feature Flags
15 - Do Not Update Global Shared State
16 - [Updating Autosetup](#updating)
17 - ***[Patching Autosetup for Project-local changes](#patching)***
18 - [Branch-specific Customization](#branch-customization)
[all …]
/freebsd/etc/mtree/
H A DBSD.usr.dist9 include tags=package=clibs-dev
10 private tags=package=clibs-dev
11 bsddialog tags=package=utilities-dev
13 bsdstat tags=package=libbsdstat-dev
15 event1 tags=package=libevent1-dev
17 gmock tags=package=utilities-dev
18 internal tags=package=utilities-dev
19 custom tags=package=utilities-dev
23 gtest tags=package=utilities-dev
24 internal tags=package=utilities-dev
[all …]
/freebsd/
H A DMakefile.inc14 # -DNO_CLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir
5 # -DNO_CLEAN do not clean at all (enabled by default)
6 # -DDB_FROM_SRC use the user/group databases in src/etc instead of
8 # -DNO_SHARE do not go into share subdir
9 # -DKERNFAST define NO_KERNEL{CONFIG,CLEAN,OBJ}
10 # -DNO_KERNELCONFIG do not run config in ${MAKE} buildkernel
11 # -DNO_KERNELCLEAN do not run ${MAKE} clean in ${MAKE} buildkernel
12 # -DNO_KERNELOBJ do not run ${MAKE} obj in ${MAKE} buildkernel
13 # -DNO_ROOT install without using root privilege
14 # -DWITHOUT_CTF do not run the DTrace CTF conversion tools on built objects
[all …]