What plattform is the port for?

normally you download them, or make your onw

so on FreeBSD and it's mirror server
Code:
ftp://ftp.linux.edu.lv/pub/FreeBSD/ports/[red][B]i386[/B][/red]/packages-8-stable/biology/babel-1.6_3.tbz
so now you know arch :D
 
I'm aware of that. But I'm currently testing cross building with tinderbox and I wanted to know if it actually worked...
 
untar and check content of files in root dir (of archive)
I think there will be pointers (haven't checked, but all the info is inside package)
 
I figured it out. Simply by installing both the i386 and the amd64 port on the same i386 machine. The amd64 wouldn't run :) So now I know it's working ;)
 
also you can run the file command

$ file /bin/ls
Code:
/bin/ls: ELF [U]32-bit[/U] LSB executable, Intel 80386, version 1 (FreeBSD), dynamically linked (uses shared libs), for FreeBSD 9.0 
(900010), stripped

I don't have an amd64, but i guess that the amd64 executables will report accordingly
 
Back
Top