aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2004-03-03 16:08:10 +0800
committerknu <knu@FreeBSD.org>2004-03-03 16:08:10 +0800
commitf16777bcf0102a67ea46b04dae52641d5e1cd210 (patch)
tree9e1755dd5d8b61124d186aa846ba185bec738dfd /UPDATING
parent0d23e12c15c5ae01ba1697d35133f832b16d6028 (diff)
downloadfreebsd-ports-graphics-f16777bcf0102a67ea46b04dae52641d5e1cd210.tar.gz
freebsd-ports-graphics-f16777bcf0102a67ea46b04dae52641d5e1cd210.tar.zst
freebsd-ports-graphics-f16777bcf0102a67ea46b04dae52641d5e1cd210.zip
Reorganize the information about the ruby upgrade to 1.8 on i386.
Noted by: kris
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING31
1 files changed, 20 insertions, 11 deletions
diff --git a/UPDATING b/UPDATING
index 135f140cdcf..d7f555fb18d 100644
--- a/UPDATING
+++ b/UPDATING
@@ -12,22 +12,31 @@ upgrades.
Change the default version of ruby to 1.8 for i386.
If you are a ruby developer and want to keep ruby 1.6 as default,
- please add RUBY_DEFAULT_VER=1.6 to /etc/make.conf. Otherwise, please
- run the following series of commands to migrate to ruby 1.8:
+ please add RUBY_DEFAULT_VER=1.6 to /etc/make.conf.
- 1) Reinstall portupgrade manually (and ruby 1.8 will be installed)
- pkg_delete portupgrade-\*
- (cd /usr/ports/sysutils/portupgrade; make install clean)
+ Otherwise, please run the following series of commands to migrate to
+ ruby 1.8:
- 2) Reinstall everything that depends on ruby 1.6 (to use ruby 1.8)
- portupgrade -fr lang/ruby16
+ 1) Reinstall portupgrade manually (and as a result ruby 1.8 will be
+ installed):
+ pkg_delete portupgrade-\*
+ (cd /usr/ports/sysutils/portupgrade; make install clean)
- 3) Reinstall ruby 1.8 (because the previous step kills symlinks)
- portupgrade -f lang/ruby18
+ 2) Reinstall everything that depends on ruby 1.6 to use ruby 1.8
+ instead:
+ portupgrade -fr lang/ruby16
- 4) Deinstall ruby 1.6 stuff (if you are paranoid)
- pkg_deinstall -ri lang/ruby16
+ 3) Reinstall ruby 1.8 (because the previous step kills symlinks):
+ portupgrade -f lang/ruby18
+ 4) Deinstall ruby 1.6 stuff (if you are paranoia):
+ pkg_deinstall -ri lang/ruby16
+
+ 5) If the above commands do now work somehow and portupgrade starts
+ causing LoadError, please reinstall portupgrade manually again.
+ Whenever you get confused, you can always deinstall portupgrade
+ and all the ruby stuff (run "pkg_delete -r ruby-\*") and
+ reinstall portupgrade as a last resort.
20040204:
AFFECTS: 5.2-CURRENT users who started with a 5.2-RELEASE or older.