| /freebsd-13.1/stand/libsa/ |
| H A D | pkgfs.c | 168 pkg = NULL; in pkgfs_init() 187 if (pkg == NULL) in pkgfs_init() 191 package = pkg; in pkgfs_init() 454 c = read(pkg->pkg_fd, pkg->pkg_buf, PKG_BUFSIZE); in get_byte() 458 pkg->pkg_zs.next_in = pkg->pkg_buf; in get_byte() 478 c = read(pkg->pkg_fd, pkg->pkg_buf, PKG_BUFSIZE); in get_zipped() 484 pkg->pkg_zs.next_in = pkg->pkg_buf; in get_zipped() 668 pkg = malloc(sizeof(*pkg)); in new_package() 672 bzero(pkg, sizeof(*pkg)); in new_package() 744 *pp = pkg; in new_package() [all …]
|
| /freebsd-13.1/release/scripts/ |
| H A D | pkg-stage.sh | 46 if [ ! -x /usr/local/sbin/pkg ]; then 48 /usr/bin/make -C ${PORTSDIR}/ports-mgmt/pkg install clean 52 export PKG_ABI=$(pkg config ABI) 53 export PKG_ALTABI=$(pkg config ALTABI 2>/dev/null) 89 ln -s ../All/$(${PKGCMD} rquery %n-%v pkg).pkg pkg.pkg) 91 rm -f pkg.txz && ln -s pkg.pkg pkg.txz)
|
| /freebsd-13.1/sys/contrib/openzfs/config/ |
| H A D | pkg.m4 | 1 # pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- 2 # serial 12 (pkg-config-0.29.2) 32 dnl Verify that the version of the pkg-config macros are at least 35 dnl of pkg.m4 when generating configure. 57 dnl pkg-config existed. 62 AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility]) 67 AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) 151 and $1[]_LIBS to avoid the need to call pkg-config. 152 See the pkg-config man page for more details.]) 180 path to pkg-config. [all …]
|
| H A D | rpm.am | 16 $(MAKE) $(AM_MAKEFLAGS) pkg="${PACKAGE}-kmod" \ 20 $(MAKE) $(AM_MAKEFLAGS) pkg="${PACKAGE}-dkms" \ 24 $(MAKE) $(AM_MAKEFLAGS) pkg="${PACKAGE}" \ 31 $(MAKE) $(AM_MAKEFLAGS) pkg="${PACKAGE}-kmod" \ 35 $(MAKE) $(AM_MAKEFLAGS) pkg="${PACKAGE}-dkms" \ 47 $(MAKE) $(AM_MAKEFLAGS) pkg="${PACKAGE}" \ 51 $(MAKE) $(AM_MAKEFLAGS) pkg="${PACKAGE}" \ 77 rpmpkg=$(pkg)-$(VERSION)-$(RELEASE)$$dist*src.rpm; \ 78 rpmspec=$(pkg).spec; \ 93 rpmpkg=$(pkg)-$(VERSION)-$(RELEASE)$$dist*src.rpm; \ [all …]
|
| /freebsd-13.1/contrib/atf/ |
| H A D | .cirrus.yml | 17 …- sed -i.bak -e 's,pkg+http://pkg.FreeBSD.org/\${ABI}/quarterly,pkg+http://pkg.FreeBSD.org/\${ABI}… 18 - ASSUME_ALWAYS_YES=yes pkg bootstrap -f 19 - pkg install -y autoconf automake libtool kyua
|
| /freebsd-13.1/usr.sbin/pkg/ |
| H A D | FreeBSD.conf.quarterly | 4 # create a /usr/local/etc/pkg/repos/FreeBSD.conf file: 6 # mkdir -p /usr/local/etc/pkg/repos 7 # echo "FreeBSD: { enabled: no }" > /usr/local/etc/pkg/repos/FreeBSD.conf 11 url: "pkg+http://pkg.FreeBSD.org/${ABI}/quarterly", 14 fingerprints: "/usr/share/keys/pkg",
|
| H A D | FreeBSD.conf.latest | 4 # create a /usr/local/etc/pkg/repos/FreeBSD.conf file: 6 # mkdir -p /usr/local/etc/pkg/repos 7 # echo "FreeBSD: { enabled: no }" > /usr/local/etc/pkg/repos/FreeBSD.conf 11 url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest", 14 fingerprints: "/usr/share/keys/pkg",
|
| H A D | Makefile | 3 PACKAGE= pkg-bootstrap 23 CONFSDIR= /etc/pkg 25 PROG= pkg 26 SRCS= pkg.c dns_utils.c config.c 27 MAN= pkg.7
|
| /freebsd-13.1/usr.sbin/bsdconfig/share/packages/ |
| H A D | musthavepkg.subr | 41 # Validate pkg(8) is installed and set $PKG_ABI global if not already set. 42 # Returns success unless pkg(8) is not installed and user refuses to install 57 f_quietly pkg -N -vv # return status (pkg(8) functional?) 61 # Attempt to get PKG_ABI without prematurely bootstrapping pkg(8) 62 if f_eval_catch -k PKG_ABI $funcname pkg \ 63 "pkg -N -vv | awk '%s'" "$pkg_abi_awk" 70 # pkg(8) not yet bootstrapped; ask for permission unless nonInteractive 74 f_mustberoot_init # Have to be root to install pkg(8) 76 # Bootstrap pkg(8) 78 f_eval_catch -k PKG_ABI $funcname pkg \ [all …]
|
| /freebsd-13.1/tools/tools/nanobsd/ |
| H A D | fill_pkg.sh | 65 elif [ "${p%.txz}" != "$p" -a -f "$p" ] && pkg info -F "$p" > /dev/null 2>&1 ; then 68 type=pkg 70 …elif [ "${p%.txz}" != "$p" -a -f "$dumpdir/$p" ] && pkg info -F "$dumpdir/$p" > /dev/null 2>&1 ; t… 73 type=pkg 75 elif [ -f "$dumpdir/$p.txz" ] && pkg info -F "$dumpdir/$p.txz" > /dev/null 2>&1 ; then 78 type=pkg 108 deps=`pkg info -dF "$fullpath" | grep -v "$pkgname:"`
|
| /freebsd-13.1/contrib/libfido2/windows/ |
| H A D | build.ps1 | 95 New-Item -Type Directory ${OUTPUT}\pkg\Win64\Release\v142\dynamic 96 New-Item -Type Directory ${OUTPUT}\pkg\Win32\Release\v142\dynamic 97 New-Item -Type Directory ${OUTPUT}\pkg\Win64\Release\v142\static 98 New-Item -Type Directory ${OUTPUT}\pkg\Win32\Release\v142\static 263 Package-Dynamic ${OUTPUT}\64\dynamic ${OUTPUT}\pkg\Win64\Release\v142\dynamic 264 Package-PDBs ${BUILD}\64\dynamic ${OUTPUT}\pkg\Win64\Release\v142\dynamic 265 Package-Tools ${BUILD}\64\dynamic ${OUTPUT}\pkg\Win64\Release\v142\dynamic 268 Package-PDBs ${BUILD}\32\dynamic ${OUTPUT}\pkg\Win32\Release\v142\dynamic 269 Package-Tools ${BUILD}\32\dynamic ${OUTPUT}\pkg\Win32\Release\v142\dynamic 271 Package-Static ${OUTPUT}\64\static ${OUTPUT}\pkg\Win64\Release\v142\static [all …]
|
| /freebsd-13.1/contrib/atf/atf-c++/ |
| H A D | pkg_config_test.sh | 36 pkg-config ${1} || atf_fail "pkg-config could not locate ${1}.pc;" \ 45 atf_check -s eq:0 -o save:stdout -e empty pkg-config --modversion "${1}" 77 pkg-config --variable=cxx atf-c++ 100 atf_check -s eq:0 -o save:stdout -e empty pkg-config --cflags atf-c++ 105 pkg-config --libs-only-L --libs-only-other atf-c++ 108 pkg-config --libs-only-l atf-c++
|
| /freebsd-13.1/contrib/lutok/examples/ |
| H A D | Makefile | 35 LUTOK_CPPFLAGS = $$(pkg-config --cflags-only-I lutok) 36 LUTOK_CXXFLAGS = $$(pkg-config --cflags-only-other lutok) 37 LUTOK_LDFLAGS = $$(pkg-config --libs-only-L lutok) \ 38 $$(pkg-config --libs-only-other lutok) 39 LUTOK_LIBS = $$(pkg-config --libs-only-l lutok)
|
| /freebsd-13.1/contrib/atf/atf-c/ |
| H A D | pkg_config_test.sh | 36 pkg-config ${1} || atf_fail "pkg-config could not locate ${1}.pc;" \ 45 atf_check -s eq:0 -o save:stdout -e empty pkg-config --modversion "${1}" 76 atf_check -s eq:0 -o save:stdout -e empty pkg-config --variable=cc atf-c 101 atf_check -s eq:0 -o save:stdout -e empty pkg-config --cflags atf-c 106 pkg-config --libs-only-L --libs-only-other atf-c 108 atf_check -s eq:0 -o save:stdout -e empty pkg-config --libs-only-l atf-c
|
| /freebsd-13.1/.cirrus-ci/ |
| H A D | pkg-install.sh | 5 pkg install -y "$@" && exit 0 8 pkg install failed after $(($(date +%s) - $start_time))s 17 pkg install -y "$@" && exit 0 20 second pkg install failed after $(($(date +%s) - $start_time))s
|
| /freebsd-13.1/contrib/googletest/googletest/docs/ |
| H A D | Pkgconfig.md | 3 GoogleTest comes with pkg-config files that can be used to determine all 13 All current build systems support pkg-config in one way or another. For 20 Using `pkg-config` in CMake is fairly easy: 44 splitting the pkg-config `Cflags` variable into include dirs and macros for 102 Since `pkg-config` is a small Unix command-line utility, it can be used 106 GTEST_CFLAGS = `pkg-config --cflags gtest_main` 107 GTEST_LIBS = `pkg-config --libs gtest_main` 124 ### Help! pkg-config can't find GoogleTest! ### 138 pkg-config where it can find the `.pc` files containing the information. 146 pkg-config will also try to look in `PKG_CONFIG_PATH` to find `gtest_main.pc`.
|
| /freebsd-13.1/crypto/openssh/contrib/solaris/ |
| H A D | README | 19 pkg_post_make_install_fixes.sh pkg-post-prototype-edit.sh 20 pkg-preinstall.local pkg-postinstall.local pkg-preremove.local 21 pkg-postremove.local pkg-request.local
|
| /freebsd-13.1/contrib/libucl/tests/basic/ |
| H A D | 3.in | 5 #packagesite http//pkg.freebsd.org/freebsd-9-amd64/latest 6 #packagesite http//pkg.freebsd.org/freebsd-9-amd64/latest 7 packagesite: http://pkg-test.freebsd.org/pkg-test/${ABI}/latest
|
| H A D | 4.in | 13 …velopment frameworks. It is similar to pkg-config, but was written from\nscratch in Summer of 2011… 18 /usr/local/bin/pkg-config : "-", 20 …/usr/local/share/aclocal/pkg.m4 : "cffab33d659adfe36497ec57665eec36fa6fb7b007e578e6ac2434cc28be882…
|
| H A D | 4.res | 15 development frameworks. It is similar to pkg-config, but was written from 16 scratch in Summer of 2011 to replace pkg-config, which now needs itself to build 25 /usr/local/bin/pkg-config = "-"; 27 …/usr/local/share/aclocal/pkg.m4 = "cffab33d659adfe36497ec57665eec36fa6fb7b007e578e6ac2434cc28be882…
|
| /freebsd-13.1/sys/dev/acpica/ |
| H A D | acpi_perf.c | 175 ACPI_OBJECT *pkg; in acpi_perf_probe() local 194 pkg = (ACPI_OBJECT *)buf.Pointer; in acpi_perf_probe() 195 if (ACPI_PKG_VALID(pkg, 2)) { in acpi_perf_probe() 197 error = acpi_PkgGas(dev, pkg, 0, &type, &rid, &res, 0); in acpi_perf_probe() 247 ACPI_OBJECT *pkg, *res; in acpi_perf_evaluate() local 262 pkg = (ACPI_OBJECT *)buf.Pointer; in acpi_perf_evaluate() 263 if (!ACPI_PKG_VALID(pkg, 1)) { in acpi_perf_evaluate() 267 sc->px_count = pkg->Package.Count; in acpi_perf_evaluate() 279 res = &pkg->Package.Elements[i]; in acpi_perf_evaluate() 326 pkg = (ACPI_OBJECT *)buf.Pointer; in acpi_perf_evaluate() [all …]
|
| /freebsd-13.1/share/keys/pkg/trusted/ |
| H A D | Makefile | 3 PACKAGE= pkg-bootstrap 5 FILES= pkg.freebsd.org.2013102301 7 FILESDIR= ${SHAREDIR}/keys/pkg/trusted
|
| /freebsd-13.1/release/tools/ |
| H A D | vagrant.conf | 21 env ASSUME_ALWAYS_YES=yes pkg -c ${DESTDIR} clean -y -a 22 env ASSUME_ALWAYS_YES=yes pkg -c ${DESTDIR} delete -f -y pkg 23 rm ${DESTDIR}/var/db/pkg/repo-*.sqlite
|
| /freebsd-13.1/contrib/wpa/hs20/client/ |
| H A D | Makefile | 11 TEST_WK := $(shell pkg-config --silence-errors --cflags webkitgtk-3.0) 14 GTKCFLAGS := $(shell pkg-config --cflags gtk+-3.0 webkit2gtk-4.0) 15 GTKLIBS := $(shell pkg-config --libs gtk+-3.0 webkit2gtk-4.0) 18 GTKCFLAGS := $(shell pkg-config --cflags gtk+-3.0 webkitgtk-3.0) 19 GTKLIBS := $(shell pkg-config --libs gtk+-3.0 webkitgtk-3.0)
|
| /freebsd-13.1/contrib/ntp/sntp/libevent/m4/ |
| H A D | ntp_pkg_config.m4 | 3 dnl Look for pkg-config, which must be at least 10 AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) 16 AC_MSG_CHECKING([if pkg-config is at least version $ntp_pkgconfig_min_version])
|