From owner-cvs-all@FreeBSD.ORG Thu Nov 17 18:08:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 600A816A41F; Thu, 17 Nov 2005 18:08:59 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3128343D49; Thu, 17 Nov 2005 18:08:59 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jAHI8xxi011612; Thu, 17 Nov 2005 18:08:59 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jAHI8x1E011611; Thu, 17 Nov 2005 18:08:59 GMT (envelope-from krion) Message-Id: <200511171808.jAHI8x1E011611@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 17 Nov 2005 18:08:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/pkg_install/add add.h main.c perform.c pkg_add.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Nov 2005 18:08:59 -0000 krion 2005-11-17 18:08:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/pkg_install/add add.h main.c perform.c pkg_add.1 Log: MFC: add.h:1.12, main.c:1.65, perform.c:1.78, pkg_add.1:1.67 date: 2005/11/12 11:45:01; author: krion; state: Exp; lines: +9 -2 Add -P flag, it does the same as the -p option, except that the given prefix is also used recursively for the dependency packages, if any. If the -P flag appears after any -p flag on the command line, it overrides it's effect, causing pkg_add to use the given prefix recursively. PR: bin/75742 Submitted by: Frerich Raabe Revision Changes Path 1.11.8.1 +1 -0 src/usr.sbin/pkg_install/add/add.h 1.61.2.3 +9 -2 src/usr.sbin/pkg_install/add/main.c 1.77.8.1 +7 -2 src/usr.sbin/pkg_install/add/perform.c 1.66.2.1 +35 -7 src/usr.sbin/pkg_install/add/pkg_add.1