Date: Mon, 6 May 2002 09:32:11 +0200 From: Stijn Hoop <stijn@win.tue.nl> To: Maxim Sobolev <sobomax@freebsd.org> Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: 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: <20020506093211.D86678@pcwin002.win.tue.nl> In-Reply-To: <200205052103.g45L3Pe02096@freefall.freebsd.org>; from sobomax@freebsd.org on Sun, May 05, 2002 at 02:03:25PM -0700 References: <200205052103.g45L3Pe02096@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
W00T! Way to go sobomax! --Stijn On Sun, May 05, 2002 at 02:03:25PM -0700, Maxim Sobolev wrote: > 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 -- "Coca-Cola is solely responsible for ensuring that people - too stupid to know not to tip half-ton machines on themselves - are safe. Forget parenting - the blame is entirely on the corporation for designing machines that look so innocent and yet are so deadly." -- http://www.kuro5hin.org/?op=displaystory;sid=2001/10/28/212418/42 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?20020506093211.D86678>