Well, in an interesting twist, all my installed ports themselves work but the port command is broken. 

I need to fix this but it is too late tonight to tackle and I see great potential for hosing my port system. 

Should I just re-download port and rebuild for the intel architecture? 

Thanks,
David
Error message:
SmootPowerbook:~ dsmoot$ port
no suitable image found.  Did find:
        /opt/local/share/darwinports/Tcl/pextlib1.0/Pextlib.dylib: mach-o, but wrong architecture
    while executing
"load /opt/local/share/darwinports/Tcl/pextlib1.0/Pextlib.dylib"
    ("package ifneeded" script)
    invoked from within
"package_native require Pextlib 1.0"
    ("eval" body line 1)
    invoked from within
"eval package_native $args"
    (procedure "package" line 14)
    invoked from within
"package require Pextlib 1.0"
    (procedure "dportinit" line 311)
    invoked from within
"dportinit ui_options global_options global_variations"
Error: /opt/local/bin/port: Failed to initialize ports system, no suitable image found.  Did find:
        /opt/loc
On 1/4/07, Daniel Ericsson <deric@caveo.se> wrote:


Presumably a force upgrade of all installed ports will recompile them
for i386.

sudo port -f upgrade installed

I myself would take the opportunity to clean out stuff and start with
a fresh /opt in a move from a PB to a Macbook.

- Daniel