Ports in AMD64 distribution

Conrad J. Sabatier conrads at cox.net
Mon Dec 13 22:11:00 PST 2004


On Sun, 12 Dec 2004 19:18:41 -0500 (EST), Francisco Reyes <lists at natserv.com> wrote:

> On Sun, 12 Dec 2004, James R. Van Artsdalen wrote:
> 
> > If you have access to a ports tree look for ONLY_FOR_ARCHS in the port 
> > Makefile to see if the port has a problem.
> 
> is that an indication of that port only working under certain 
> architecture?
> 
> Looking through the ports using find, see many. Still trying to figure out 
> the right syntax to see the names.
> For example I used
> 
> find . -name "Makefile" -exec grep ONLY_FOR_ARCHS {} \;
> 
> But that doesn't show names

find /usr/ports -type f -depth 3 -name Makefile | xargs grep -l ^ONLY_FOR_ARCHS

-- 
Conrad J. Sabatier <conrads at cox.net> -- "In Unix veritas"


More information about the freebsd-amd64 mailing list