aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authormadpilot <madpilot@FreeBSD.org>2014-10-05 21:32:37 +0800
committermadpilot <madpilot@FreeBSD.org>2014-10-05 21:32:37 +0800
commit737c49f3250e375a1cec537707ea574778afd4f3 (patch)
tree0450a40fdc2cc4346761115846dfdd3e0d50dccb /UPDATING
parent0878978fec60f769483735f18cf24a76e071623a (diff)
downloadfreebsd-ports-gnome-737c49f3250e375a1cec537707ea574778afd4f3.tar.gz
freebsd-ports-gnome-737c49f3250e375a1cec537707ea574778afd4f3.tar.zst
freebsd-ports-gnome-737c49f3250e375a1cec537707ea574778afd4f3.zip
- Fix gnucash configure script to accept guile 1.8
- Add options to gnucash port to choose which guile version to use - Remove superceded UPDATING entry Approved by: kwm (gnome, implicit)
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING12
1 files changed, 0 insertions, 12 deletions
diff --git a/UPDATING b/UPDATING
index 40da4f20d254..1291e6481e48 100644
--- a/UPDATING
+++ b/UPDATING
@@ -50,18 +50,6 @@ you update your ports collection, before attempting any port upgrades.
Please check your configuration.
-20140930:
- AFFECTS: users of finance/gnucash
- AUTHOR: madpilot@FreeBSD.org
-
- The new version of gnucsh requires guile 2.0. If the update fails
- because the old guile 1.8 library is still present you will need
- to manally remove gnucash, guile and, if installed, boehm-gc:
-
- # pkg delete gnucash guile boehm-gc
-
- and then install gnucash again the usual way.
-
20140929:
AFFECTS: users of comms/usbmuxd
AUTHOR: avilla@FreeBSD.org