Lines Matching defs:package

132 compatible_platform(const char *opsys, const char *host, const char *package)
146 /* returns 1 if host and package operating system match */
149 * warn about -current package on a stable release and
153 strstr(package, ".99.") == NULL) ||
154 (strstr(package, ".99.") != NULL &&
162 if (majorlen != (size_t)(strchr(package, '.') - package))
164 if (strncmp(host, package, majorlen) == 0)
168 if (strcmp(host, package) == 0)
275 warnx("duplicate entry, package corrupt");
279 warnx("misordered package");
286 warnx("package meta data too large to process");
291 warnx("cannot read package meta data");
343 warnx("Signature and PLIST differ on package name");
408 warnx("package `%s' already has a temporary update "
420 warnx("package `%s' was already installed as "
424 warnx("package `%s' already recorded as installed",
450 warnx("Invalid package name %s", pkg->pkgname);
486 warnx("Can't open +CONTENTS of depending package %s",
502 * XXX a different package and still need this
526 * Read package build information from meta data.
678 * Extract package.
679 * Any misordered, missing or unlisted file in the package is an error.
731 warnx("PLIST entry not in package (%s)",
736 warnx("PLIST entry and package don't match (%s vs %s)",
840 * Register dependencies after sucessfully installing the package.
889 * Check build platform of the package against local host.
934 warnx("Warning: package `%s' was built for a platform:",
956 warnx("Warning: package `%s' lacks pkg_install version data",
962 warnx("Warning: package `%s' contains an invalid pkg_install version",
968 warnx("%s: package `%s' was built with a newer pkg_install version",
1062 warnx("Installed package `%s' conflicts with `%s' when trying to install `%s'.",
1397 warnx("No LICENSE set for package `%s'", pkg->pkgname);
1403 warnx("License `%s' of package `%s' is not acceptable",
1409 warnx("Invalid LICENSE for package `%s'", pkg->pkgname);
1416 * Install a single package.
1449 /* Parse PLIST early, so that messages can use real package name. */
1518 * Replacing an existing package.
1541 * write the current package to disk afterwards.