Lines Matching refs:package
149 ${ECHO} "Your package tools need to be updated to ${PKGTOOLS_REQD:C|(....)(..)(..)|\1/\2/\3|} versions."; \
150 ${ECHO} "The installed package tools were last updated on ${PKGTOOLS_VERSION:C|(....)(..)(..)|\1/\2/\3|}."; \
237 ${ECHO} "${PKGBASE} package: $$found installed, pkgsrc version ${PKGNAME}"; \
241 # Package
243 .if !target(do-package)
244 do-package: ${PLIST}
246 ${ECHO_MSG} "${_PKGSRC_IN}> Building binary package for ${PKGNAME}"; \
255 (cd ${.CURDIR} && ${MAKE} ${MAKEFLAGS} package-links); \
257 (cd ${.CURDIR} && ${MAKE} ${MAKEFLAGS} delete-package); \
262 # Some support rules for do-package
264 .if !target(package-links)
265 package-links:
266 ${_PKG_SILENT}${_PKG_DEBUG}(cd ${.CURDIR} && ${MAKE} ${MAKEFLAGS} delete-package-links)
280 .if !target(delete-package-links)
281 delete-package-links:
286 .if !target(delete-package)
287 delete-package:
288 ${_PKG_SILENT}${_PKG_DEBUG}(cd ${.CURDIR} && ${MAKE} ${MAKEFLAGS} delete-package-links)
293 # This is the "generic" package target, actually a macro used from the
297 real-package:
311 .if !target(package)
312 package: uptodate-pkgtools ${PACKAGE_COOKIE}
316 ${_PKG_SILENT}${_PKG_DEBUG}(cd ${.CURDIR} && ${MAKE} ${MAKEFLAGS} real-package)
321 .for name in package
377 # The 'info' target can be used to display information about a package.
381 # The 'check' target can be used to check an installed package.
410 (cd ${.CURDIR} && ${MAKE} ${MAKEFLAGS} package && \
416 # The special package-building targets
422 .if !target(package-name)
423 package-name:
425 .endif # !target(package-name)
427 # Show (recursively) all the packages this package depends on.
445 (cd ${.CURDIR} && ${MAKE} ${MAKEFLAGS} package-name; \
462 # Build a package but don't check the package cookie
465 repackage: pre-repackage package
471 # Build a package but don't check the cookie for installation, also don't
472 # install package cookie
474 .if !target(package-noinstall)
475 package-noinstall:
476 ${_PKG_SILENT}${_PKG_DEBUG}(cd ${.CURDIR} && ${MAKE} ${MAKEFLAGS} PACKAGE_NOINSTALL=yes real-package)
536 # Fake installation of package so that user can pkg_delete it later.
537 # Also, make sure that an installed package is recognized correctly in
548 ${ECHO} "** Missing package files for ${PKGNAME} - installation not recorded."; \
634 ${ECHO} "${PKGNAME} requires installed package $$realdep"; \