I am a newbie to FreeBSD. Sorry if this question has been answered for dozens times.
I have installed FreeBSD 8.1-RELEASE with
set in /etc/make.conf file. I cannot install portupgrade through ports. I have found a patch submitted here in March, 2010:
http://groups.google.co.bw/group/lucky.freebsd.ports.bugs/browse_thread/thread/87e4247f6b78302e
Unfortunately it is still open and not cooperated into 8.1-RELEASE yet.
How could I patch my port with the information from there? I have tried
I have installed FreeBSD 8.1-RELEASE with
Code:
RUBY_VERSION=1.9.1
RUBY_DEFAULT_VERSION=1.9.1
http://groups.google.co.bw/group/lucky.freebsd.ports.bugs/browse_thread/thread/87e4247f6b78302e
Unfortunately it is still open and not cooperated into 8.1-RELEASE yet.
How could I patch my port with the information from there? I have tried
$ sudo patch < portupgrade-ruby19.patch
and it failed. Could someone give me a pointer? Many thanks!