Searched refs:pkg (Results 26 - 50 of 125) sorted by relevance

12345

/freebsd-11-stable/crypto/openssh/
H A Dbuildpkg.sh.in39 POST_MAKE_INSTALL_FIXES=./pkg-post-make-install-fixes.sh
40 POST_PROTOTYPE_EDITS=./pkg-post-prototype-edit.sh
42 PKG_PREINSTALL_LOCAL=../pkg-preinstall.local
43 PKG_POSTINSTALL_LOCAL=../pkg-postinstall.local
44 PKG_PREREMOVE_LOCAL=../pkg-preremove.local
45 PKG_POSTREMOVE_LOCAL=../pkg-postremove.local
46 PKG_REQUEST_LOCAL=../pkg-request.local
126 FAKE_ROOT=$START/pkg
659 echo | pkgtrans -os ${FAKE_ROOT} ${START}/$PKGNAME-$VERSION$REV-$UNAME_S-$ARCH.pkg
670 echo | pkgtrans -os ${FAKE_ROOT} ${START}/$PKGNAME-$VERSION$REV-$UNAME_S-$ARCH.pkg
[all...]
/freebsd-11-stable/release/
H A DMakefile.vagrant56 . if !exists(/usr/local/sbin/pkg-static)
57 env ASSUME_ALWAYS_YES=yes pkg bootstrap -yf
59 env ASSUME_ALWAYS_YES=yes pkg install -y curl
H A DMakefile.vm55 .if !exists(/usr/local/sbin/pkg-static)
56 env ASSUME_ALWAYS_YES=yes pkg bootstrap -y
58 env ASSUME_ALWAYS_YES=yes pkg install -y emulators/qemu-user-static
H A DMakefile119 CLEANFILES+= pkg-stage
250 dvd1.iso: dvd pkg-stage
268 pkg-stage:
271 sh ${.CURDIR}/scripts/pkg-stage.sh
/freebsd-11-stable/targets/
H A DMakefile37 .if make(pkg-*)
44 target_prefix = pkg- build-
/freebsd-11-stable/contrib/wpa/hs20/client/
H A DMakefile33 GTKCFLAGS := $(shell pkg-config --cflags gtk+-3.0 webkitgtk-3.0)
34 GTKLIBS := $(shell pkg-config --libs gtk+-3.0 webkitgtk-3.0)
/freebsd-11-stable/contrib/bmake/mk/
H A Dcython.mk28 .if exists(/usr/pkg/include)
29 pyprefix?= /usr/pkg
/freebsd-11-stable/release/tools/
H A Dgce.conf107 _INSTALLED_PACKAGES=$(chroot ${DESTDIR} pkg info -o -q -a)
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_cpu.c818 ACPI_OBJECT *pkg; local
866 pkg = &top->Package.Elements[i + 1];
867 if (!ACPI_PKG_VALID(pkg, 4) ||
868 acpi_PkgInt32(pkg, 1, &cx_ptr->type) != 0 ||
869 acpi_PkgInt32(pkg, 2, &cx_ptr->trans_lat) != 0 ||
870 acpi_PkgInt32(pkg, 3, &cx_ptr->power) != 0) {
881 if (acpi_PkgFFH_IntelCpu(pkg, 0, &vendor, &class, &address,
932 if (acpi_PkgFFH_IntelCpu(pkg, 0, &vendor, &class, &address,
946 acpi_PkgGas(sc->cpu_dev, pkg, 0, &cx_ptr->res_type,
H A Dacpi.c2406 acpi_ForeachPackageObject(ACPI_OBJECT *pkg, argument
2412 if (pkg == NULL || pkg->Type != ACPI_TYPE_PACKAGE)
2417 comp = pkg->Package.Elements;
2418 for (; i < pkg->Package.Count; i++, comp++)
/freebsd-11-stable/contrib/apr-util/
H A DMakefile.in60 apr-util.pc build/pkg/pkginfo
/freebsd-11-stable/contrib/apr/
H A DMakefile.in54 build/pkg/pkginfo
/freebsd-11-stable/contrib/bmake/
H A Dos.sh141 LOCALBASE=/usr/pkg
/freebsd-11-stable/share/mk/
H A Dbsd.own.mk121 # [pkg]
236 PKG_CMD?= pkg
H A Dsuite.test.mk97 echo "Please install via pkg install, or specify the path to the kyua"; \
/freebsd-11-stable/usr.sbin/
H A DMakefile190 SUBDIR.${MK_PKGBOOTSTRAP}+= pkg
/freebsd-11-stable/targets/pseudo/userland/share/
H A DMakefile.depend130 share/keys/pkg/trusted \
/freebsd-11-stable/tools/tools/sysbuild/
H A Dsysbuild.sh257 if pkg info $pn > /dev/null 2>&1 ; then
267 pkg add ${PKG_DIR}/$pn.txz || true
/freebsd-11-stable/contrib/subversion/
H A Dbuild.conf1439 pkg-config = apr-@SVN_APR_MAJOR_VERSION@
1444 pkg-config = apr-util-@SVN_APR_MAJOR_VERSION@
1465 pkg-config = @SVN_GNOME_KEYRING_PCLIBS@
1466 pkg-config-private = yes
1518 pkg-config = serf-1
1519 pkg-config-private = yes
1524 pkg-config = sqlite3
1525 pkg-config-private = yes
/freebsd-11-stable/etc/
H A DMakefile249 ${_+_}cd ${.CURDIR}/pkg; ${MAKE} install
/freebsd-11-stable/
H A DMakefile138 packages installconfig real-packages sign-packages package-pkg \
H A DMakefile.inc11467 .if !exists(${LOCALBASE}/sbin/pkg)
1468 @env ASSUME_ALWAYS_YES=YES pkg bootstrap
1474 package-pkg: .PHONY
1479 sh ${.CURDIR}/release/scripts/make-pkg-package.sh
/freebsd-11-stable/contrib/gcclibs/libssp/
H A Dconfigure4155 for pkg in $enableval; do
4156 if test "X$pkg" = "X$p"; then
4177 for pkg in $enableval; do
4178 if test "X$pkg" = "X$p"; then
4199 for pkg in $enableval; do
4200 if test "X$pkg" = "X$p"; then
/freebsd-11-stable/crypto/heimdal/etc/
H A DMakefile.in82 $(top_srcdir)/cf/otp.m4 $(top_srcdir)/cf/pkg.m4 \
/freebsd-11-stable/crypto/heimdal/include/
H A DMakefile.in86 $(top_srcdir)/cf/otp.m4 $(top_srcdir)/cf/pkg.m4 \

Completed in 179 milliseconds

12345