diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2013-01-03 13:43:14 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2013-01-03 13:43:14 +0000 |
commit | de64b561afaa4b9b7593dda54fba84c378fa507c (patch) | |
tree | 57b28fd0c36f1a2260ddb189fef1e44336df8885 /UPDATING | |
parent | 7c0d729a657ae17471ecb4f4d2ad426dbd0adafa (diff) | |
download | ports-de64b561afaa4b9b7593dda54fba84c378fa507c.tar.gz ports-de64b561afaa4b9b7593dda54fba84c378fa507c.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -5,6 +5,17 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20130103: + AFFECTS: users of emulators/virtualbox-ose + AUTHOR: decke@FreeBSD.org + + VirtualBox has been updated and does now depend on devel/kBuild instead + of devel/kBuild-devel. Both are in conflict with each other so this has + to be resolved manually. kBuild is only a build dependency so it is safe + to remove installed kBuild before updating. + + # pkg_delete -f kBuild-\* + 20130102: AFFECTS: users of mail/opensmtpd AUTHOR: ashish@FreeBSD.org |