amd64 native ports?

2009-08-06 Thread Robert Huff
	Somewhere in *.freebsd.org is a page that lists which ports run 
natively on amd64 and what the status is for the others.  I've seen it, 
I have it bookmarked in a place that is currently unavailable, and I 
can't find it by hand.  Anyone have the URL handy?


Respectfully,

Robert Huff



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


Re: amd64 native ports?

2009-08-06 Thread John Nielsen
On Thursday 06 August 2009 10:19:47 Robert Huff wrote:
   Somewhere in *.freebsd.org is a page that lists which ports run
 natively on amd64 and what the status is for the others.  I've seen it,
 I have it bookmarked in a place that is currently unavailable, and I
 can't find it by hand.  Anyone have the URL handy?

There's always the build logs on pointyhat:
http://pointyhat.freebsd.org/errorlogs/

And some reports here:
http://portsmon.freebsd.org/index.html

Not sure which of those is exactly what you're looking for though.

HTH,

JN
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: amd64 native ports?

2009-08-06 Thread Roland Smith
On Thu, Aug 06, 2009 at 10:19:47AM -0400, Robert Huff wrote:
   Somewhere in *.freebsd.org is a page that lists which ports run 
 natively on amd64 and what the status is for the others.  I've seen it, 
 I have it bookmarked in a place that is currently unavailable, and I 
 can't find it by hand.  Anyone have the URL handy?

This will show you the ports marked IGNORE:
http://www.freshports.org/ports-ignore.php

This will detect and use your browsers architecture to find ports you
cannot use. Mind you, it can be IGNOREd for other reasons than your
current architecture)

I tend to look at ONLY_FOR ARCHS statements in port makefiles:

  find /usr/ports/ -type f -name Makefile -exec grep -H 'ONLY_FOR_ARCHS' {} \;

Any port that doesn't have one of those should run on every
architecture. But I doubt is this info is complete for rare
architectures as ia64 or sparc. It should be OK for amd64, because
that's relatively common.

Roland
-- 
R.F.Smith   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)


pgptBAnUEu9kp.pgp
Description: PGP signature


Re: amd64 native ports?

2009-08-06 Thread Robert Huff

John Nielsen wrote:


There's always the build logs on pointyhat:
http://pointyhat.freebsd.org/errorlogs/

And some reports here:
http://portsmon.freebsd.org/index.html


These are not the droids I'm looking for.
	As I remember the page, it has three columns:  the port name, the 
(color-coded) status, and a description of work needed.  (There might be 
another column with relevant PRs or something.).



Robert Huff



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