aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2005-12-28 11:13:16 +0800
committerlioux <lioux@FreeBSD.org>2005-12-28 11:13:16 +0800
commit03eadb9f3a69ff83d9dbe2d6ca02d386b6ecde2b (patch)
tree34c946cdf15e5d290c5e1814981d014af216a3b4 /UPDATING
parent6e1b82c517a911a19feaddda1385b8a8a9d6e3fa (diff)
downloadfreebsd-ports-gnome-03eadb9f3a69ff83d9dbe2d6ca02d386b6ecde2b.tar.gz
freebsd-ports-gnome-03eadb9f3a69ff83d9dbe2d6ca02d386b6ecde2b.tar.zst
freebsd-ports-gnome-03eadb9f3a69ff83d9dbe2d6ca02d386b6ecde2b.zip
Instructions on how to handle multimedia/tovid now that it depends
upon shells/bash
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING15
1 files changed, 15 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 95c5ed0332d8..26b2875c85b5 100644
--- a/UPDATING
+++ b/UPDATING
@@ -7,6 +7,21 @@ time you update your ports collection, before attempting any port
upgrades.
20051228:
+ AFFECTS: users of multimedia/tovid
+ AUTHOR: lioux@FreeBSD.org
+
+ tovid shell scripts relies heavily on bash(1) but the previous
+ port version tried to use sh(1). However, since there were too
+ many complications, the port now depends on shells/bash.
+
+ Due to this change, the configuration files need to be regenerated.
+ Please, erase all previous configuration files. The configuration
+ file samples will be generated on the 1st invocation of the
+ scripts.
+
+ $ rm ~/.tovid/*
+
+20051228:
AFFECTS: users of shells/scponly
AUTHOR: rushani@FreeBSD.org