View Single Post
Old 7th January 2009
Oko's Avatar
Oko Oko is offline
Rc.conf Instructor
 
Join Date: May 2008
Location: Kosovo, Serbia
Posts: 1,102
Default

Quote:
Originally Posted by Randux View Post

If I run it again I will have to ask you new questions because I can't find all the great threads on bsdforums.org anymore I had a few posts of my own I would like to find like fixing the emacs keymaps and setting prompts for all the different shells etc.
What does fixing the Emacs keymaps has to do with building your packages? It is the same on any platform running Emacs. I do not use that crappy editor so I do not know. The same goes for shells.
I use vi most of the time and sometimes ed. Ask me how to customize vi and I will help you. My shell of choice is Korn. What do you want to do with it?

Quote:
Originally Posted by Randux View Post
I would still like to be able to make my own packages and not have to rely on the port maintainers. Anyway I am now installing Solaris and I will see if I can get the winbloze guest running and learn a little about making Solaris do what I want.
And you can make your own packages without using ports. Usually is
as simple as
1. Downloading source
2. Unzip/tar extract
3. Run ./config
4. make
5. make install

If it doesn't compile patch the source and do it again.

If it is GNU crap you probably need to use gmake instead of make.
So who is preventing you from building your own packages?

Last edited by Oko; 7th January 2009 at 09:53 AM.
Reply With Quote