diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-02-07 14:20:53 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-02-07 14:20:53 +0000 |
commit | c18432048a06bfe18b978fdce28b0bade7c86782 (patch) | |
tree | 1a157d599734782f3822215f4df2067191e15608 /UPDATING | |
parent | 3d2c55ece9b0a78ea3eed1a25ff8ca8ad3fd0ae7 (diff) |
- portupgrade needs the -O flag here due to a
bug in how it processes the missing tcl-modules
dependency
Reported by: gahr
Notes
Notes:
svn path=/head/; revision=311837
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ you update your ports collection, before attempting any port upgrades. portmaster -w -r <port> If you use portupgrade: - portupgrade -fr <origin/port> + portupgrade -Ofr <origin/port> If you use pkgng with binary packages: pkg install -fR <origin/port> |