From owner-cvs-all Tue Sep 18 2:38:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B344F37B40A; Tue, 18 Sep 2001 02:38:39 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8I9cdj92751; Tue, 18 Sep 2001 02:38:39 -0700 (PDT) (envelope-from sobomax) Message-Id: <200109180938.f8I9cdj92751@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 18 Sep 2001 02:38:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install Makefile src/usr.sbin/pkg_install/add perform.c src/usr.sbin/pkg_install/delete main.c perform.c src/usr.sbin/pkg_install/info perform.c src/usr.sbin/pkg_install/lib deps.c global.c lib.h match.c plist.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/09/18 02:38:39 PDT Modified files: (Branch: RELENG_4) usr.sbin/pkg_install Makefile usr.sbin/pkg_install/add perform.c usr.sbin/pkg_install/delete main.c perform.c usr.sbin/pkg_install/info perform.c usr.sbin/pkg_install/lib deps.c global.c lib.h match.c plist.c Log: MFC: - kill blank lines at the end of lib/global.c; - in the case of checksum mismatch print name of offending file to stderr; - replace dozen instances of "(tmp = getenv(PKG_DBDIR) ? tmp : DEF_LOG_DIR)" with macro; - exists(../../crypto) --> exists(${.CURDIR}/../../crypto) in a top-level Makefile. Revision Changes Path 1.5.2.4 +2 -2 src/usr.sbin/pkg_install/Makefile 1.57.2.6 +6 -6 src/usr.sbin/pkg_install/add/perform.c 1.17.2.5 +2 -2 src/usr.sbin/pkg_install/delete/main.c 1.22.2.8 +3 -6 src/usr.sbin/pkg_install/delete/perform.c 1.29.2.8 +3 -6 src/usr.sbin/pkg_install/info/perform.c 1.1.2.3 +2 -4 src/usr.sbin/pkg_install/lib/deps.c 1.7.2.1 +1 -3 src/usr.sbin/pkg_install/lib/global.c 1.29.2.6 +5 -3 src/usr.sbin/pkg_install/lib/lib.h 1.2.2.5 +2 -4 src/usr.sbin/pkg_install/lib/match.c 1.29.2.4 +2 -3 src/usr.sbin/pkg_install/lib/plist.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message