Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 20086 - ebuild for BasiliskII 1.0.0
Summary: ebuild for BasiliskII 1.0.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High enhancement
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-27 21:46 UTC by Norberto Bensa
Modified: 2003-08-10 23:33 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild for basiliskII (basiliskII.tar.bz2,1.70 KB, application/octet-stream)
2003-04-27 21:47 UTC, Norberto Bensa
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Norberto Bensa 2003-04-27 21:46:18 UTC
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:
Comment 1 Norberto Bensa 2003-04-27 21:47:02 UTC
Created attachment 11236 [details]
ebuild for basiliskII
Comment 2 Thomas Raschbacher gentoo-dev 2003-06-13 03:03:18 UTC
hmm.. dunno when i got the emulation dude too but ok will check next week
Comment 3 Mr. Bones. (RETIRED) gentoo-dev 2003-07-28 19:23:36 UTC
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.
Comment 4 Bel Zébute 2003-08-10 23:33:57 UTC
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.