Date: Wed, 6 Aug 2003 09:38:48 +0200 From: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> To: "Pedro F. Giffuni" <giffunip@yahoo.com> Cc: freebsd-ports@FreeBSD.org Subject: Re: How to build only restricted packages? Message-ID: <20030806073848.GC6300@i2.informatik.rwth-aachen.de> In-Reply-To: <20030806051506.19943.qmail@web13402.mail.yahoo.com> References: <20030806051506.19943.qmail@web13402.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Am 06. Aug 2003 um 07:15 CEST schrieb Pedro F. Giffuni: > One "feature" I'd like to have is to build only packages that the FreeBSD > distribution cannot burn on the CDs and keep them for my personal use. Is there > an easy way to do this? find /usr/ports/ -name Makefile -maxdepth 3 | xargs egrep -l '^RESTRICTED' might be a good approximation, yielding 160 hits, so you might want to do some post-processing on the list, e.g. by comparing them against your list of actually installed packages. Volker -- http://www-i2.informatik.rwth-aachen.de/stolz/ *** PGP *** S/MIME rage against the finite state machine
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030806073848.GC6300>