From owner-cvs-all Sun May 5 14: 3:34 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 DBE9037B400; Sun, 5 May 2002 14:03:25 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g45L3Pe02096; Sun, 5 May 2002 14:03:25 -0700 (PDT) (envelope-from sobomax) Message-Id: <200205052103.g45L3Pe02096@freefall.freebsd.org> From: Maxim Sobolev Date: Sun, 5 May 2002 14:03:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/create perform.c pkg_create.1 src/usr.sbin/pkg_install/info show.c src/usr.sbin/pkg_install/lib deps.c lib.h plist.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/05 14:03:25 PDT Modified files: usr.sbin/pkg_install/create perform.c pkg_create.1 usr.sbin/pkg_install/info show.c usr.sbin/pkg_install/lib deps.c lib.h plist.c Log: New feature: allow origins of all dependencies be recorded into package list using new `@comment DEPORIGIN:...' directive. This would allow us to make many neat things including: - easier binary upgrades; - source upgrades without using external tools by simply extending bsd.port.mk and pkg_install tools; - mixed-mode upgrades (source + binary); - depreciate and deorbit silly +REQUIRED_BY files in the near future. This feature is no-op until appropriate bsd.port.mk patch is committed, and even when it is already committed packages generated will remain 100% compatible with old set of pkg_install tools (module all those neat features, of course). MFC after: 6 days Revision Changes Path 1.69 +6 -1 src/usr.sbin/pkg_install/create/perform.c 1.52 +12 -0 src/usr.sbin/pkg_install/create/pkg_create.1 1.30 +6 -1 src/usr.sbin/pkg_install/info/show.c 1.8 +24 -6 src/usr.sbin/pkg_install/lib/deps.c 1.43 +1 -1 src/usr.sbin/pkg_install/lib/lib.h 1.41 +7 -0 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