Hello all. I'm working on the FreePascal ( http://www.freepascal.org/ ) port now. It has OpenBSD support if you'll look into sources, but there are now OpenBSD packages - as developers say, due to lack of resources. Packages are needed because to compile FreePascal you need FreePascal. Of course, I can cross-compile them on Linux or FreeBSD box, but I'm not sure that port using such self-made packages (even as bootstrap) will find way into ports tree.
Linux ABI doesn't work, since almost all supplied binaries are compiled statically and in a such way that they (if I'm reading readelf(1) output right) are get detected as System V binaries. There was a trick involving elf2olf(1), but now this program gone. Should I patch binary by hand somehow? This is a ticket in FreePascal bugtracker: http://bugs.freepascal.org/bug_view_advanced_page.php?bug_id=10342 -- Best wishes, Vadim Zhukov
