From owner-cvs-all Tue May 14 14:42:41 2002 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 CC86037B406; Tue, 14 May 2002 14:42:37 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ELgbr72241; Tue, 14 May 2002 14:42:37 -0700 (PDT) (envelope-from sobomax) Message-Id: <200205142142.g4ELgbr72241@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 14 May 2002 14:42:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/add perform.c src/usr.sbin/pkg_install/create pl.c src/usr.sbin/pkg_install/delete perform.c src/usr.sbin/pkg_install/info perform.c src/usr.sbin/pkg_install/lib deps.c lib.h match.c X-FreeBSD-CVS-Branch: HEAD 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 2002/05/14 14:42:37 PDT Modified files: usr.sbin/pkg_install/add perform.c usr.sbin/pkg_install/create pl.c usr.sbin/pkg_install/delete perform.c usr.sbin/pkg_install/info perform.c usr.sbin/pkg_install/lib deps.c lib.h match.c Log: - Make use of DEPOROGINs (if there are any) when installing package; - fix few bogosities here and there; - move some common routines into the library. MFC after: 2 weeks Revision Changes Path 1.71 +67 -35 src/usr.sbin/pkg_install/add/perform.c 1.24 +3 -0 src/usr.sbin/pkg_install/create/pl.c 1.37 +40 -16 src/usr.sbin/pkg_install/delete/perform.c 1.49 +18 -62 src/usr.sbin/pkg_install/info/perform.c 1.10 +6 -9 src/usr.sbin/pkg_install/lib/deps.c 1.44 +2 -0 src/usr.sbin/pkg_install/lib/lib.h 1.11 +131 -15 src/usr.sbin/pkg_install/lib/match.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message