This is an ebuild for BasiliskII 1.0.0. Builds and runs on my Gentoo system. Regards, Norberto Reproducible: Always Steps to Reproduce: cd /usr/portage/app-emulation tar jxf basiliskII.tar.bz2 emerge basiliskII enjoy Actual Results: I run a Mac emulation :-) Expected Results:
Created attachment 11236 [details] ebuild for basiliskII
hmm.. dunno when i got the emulation dude too but ok will check next week
Added to CVS. Thanks for the bug report and ebuild Norberto. Please try out the new version. It seems to be quite a bit better than previous versions.
Well, I dont know why it is said in the ebuild that net binding is broken, i followed the instructions in the README file and it worked flawlessly. The module is loaded automagicaly when I start Basilisk. In fact, I<m posting this thrue a Netscape browser in Basilisk. Here is what i have done: # cd to src/Unix/Linux/NetDevice # make # make dev # chown 777 /dev/sheep_net # cp *.o /lib/modules/${KV}/kernel/drivers/net # echo alias char-major-10-198 sheep_net-up >> /etc/modules.d/i386 # modules-update Hope i did not forget anything. I started modify the ebuild but I have no clue how to make portage register the files for removal when unmerged. dothis and dothat is all mumbo-jumbo for me.