Date: Sun, 12 Jun 2005 08:24:10 +0000 (UTC) From: Kirill Ponomarew <krion@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/version main.c perform.c pkg_version.1 version.h Message-ID: <200506120824.j5C8OAmo055261@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
krion 2005-06-12 08:24:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.sbin/pkg_install/version main.c perform.c pkg_version.1 version.h Log: MFC: main.c:1.5, perform.c:1.12, pkg_version:1.33, version.h:1.4 date: 2005/05/24 08:26:44; author: cperciva; state: Exp; lines: +1 -0 Add an -I option to pkg_version: -I Use only the index file for determining if a package is out of date. This is much faster than using the version number from a port's Makefile, at the expense of potentially giving an incor- rect result if the index file is out of date. Without this option, the index file is only consulted if "make -V PKGNAME" cannot be used. Revision Changes Path 1.2.4.1 +7 -2 src/usr.sbin/pkg_install/version/main.c 1.10.4.1 +1 -1 src/usr.sbin/pkg_install/version/perform.c 1.27.2.2 +6 -1 src/usr.sbin/pkg_install/version/pkg_version.1 1.3.4.1 +1 -0 src/usr.sbin/pkg_install/version/version.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506120824.j5C8OAmo055261>