On 02/27/10 02:10, Michael Reifenberger wrote:
> Hi,
> for compiling a list of ports inside a emulated FreeBSD-current environment
> I would need to use portmaster as:
> 
> cat ./myports.txt | xargs portmaster -r -R -G -g -d -m "WITHOUT_GSSAPI=YES"
> (myports.txt contains a list of to be installed/updated ports)

First, you should remove -r (and therefore -R) from that list of
options. See the man page. While you're reading it, look for the
--list-origins option as well. Second, I think you're better off putting
WITHOUT_GSSAPI in /etc/make.conf.

Finally, to answer your actual question: portmaster `cat myports.txt`
is how you want to do this (as described in the man page). :)  By
running portmaster against the entire list instead of one port at a time
you will benefit from all of the caching that it does.


hth,

Doug

-- 

        ... and that's just a little bit of history repeating.
                        -- Propellerheads

        Improve the effectiveness of your Internet presence with
        a domain name makeover!    http://SupersetSolutions.com/

_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to