Date: Sun, 5 May 2002 14:03:25 -0700 (PDT) From: Maxim Sobolev <sobomax@FreeBSD.org> 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 Message-ID: <200205052103.g45L3Pe02096@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205052103.g45L3Pe02096>