Date: Tue, 10 Dec 2002 22:04:09 +0200 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: Hansel Yapadi <hyapadi@myrealbox.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Verify the FreeBSD`s CDs Message-ID: <20021210200408.GQ1454@gothmog.gr> In-Reply-To: <20021210193927.GL56031@freepuppy.bellavista.cz> References: <3DF55B94.8060409@myrealbox.com> <20021210182806.GL1454@gothmog.gr> <20021210193927.GL56031@freepuppy.bellavista.cz>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2002-12-10 20:39, Roman Neuhauser <neuhauser@bellavista.cz> wrote: > # keramida@ceid.upatras.gr / 2002-12-10 20:28:06 +0200: > > On 2002-12-10 10:12, Hansel Yapadi <hyapadi@myrealbox.com> wrote: > > > Is it possible to install all packages that available in the 1-4 cds? > > > How to install all packages in one click ( I don`t need to select > > > the packages one by one ) ? > > you could probably do something along these lines: > > # cd /usr/ports > # for f in */*/Makefile; do (cd ${f%/*} && make install); done Just running 'make install' in /usr/ports should do pretty much the same thing. Plus or minus a few 'echo' commands that print the names of port categories as they're installed. > (Giorgos, I hope you don't mind me leaving you out of the cc. :) I don't ;) If you are replying to me and you do expect an answer though, don't leave it out, as there is a chance I will never `see' the message. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021210200408.GQ1454>