From owner-cvs-all Mon Oct 8 10: 1:42 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 29E7337B405; Mon, 8 Oct 2001 10:01:36 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f98H1ak44490; Mon, 8 Oct 2001 10:01:36 -0700 (PDT) (envelope-from sobomax) Message-Id: <200110081701.f98H1ak44490@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 8 Oct 2001 10:01:36 -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 create.h main.c perform.c pkg_create.1 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 2001/10/08 10:01:36 PDT Modified files: usr.sbin/pkg_install/add perform.c usr.sbin/pkg_install/create create.h main.c perform.c pkg_create.1 Log: - Allow package archive to be created from a locally installed package. This allows for an easy way to backup old version of port prior to installing a new one; - silence compiler warnings by killing some unused variables and adding all includes necessary. MFC after: 2 weeks Revision Changes Path 1.66 +12 -8 src/usr.sbin/pkg_install/add/perform.c 1.18 +2 -1 src/usr.sbin/pkg_install/create/create.h 1.26 +29 -8 src/usr.sbin/pkg_install/create/main.c 1.58 +53 -13 src/usr.sbin/pkg_install/create/perform.c 1.48 +16 -3 src/usr.sbin/pkg_install/create/pkg_create.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message