aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authormadpilot <madpilot@FreeBSD.org>2017-12-16 01:19:56 +0800
committermadpilot <madpilot@FreeBSD.org>2017-12-16 01:19:56 +0800
commiteb881fea79f1ab911d6fa87f7c1cee3e3e7bc597 (patch)
tree07d494d42f17349135ba7f7deed50bf21c696206 /UPDATING
parent88b9ea5caa872aa2413d7c5f101c7c06e0c5e094 (diff)
downloadfreebsd-ports-gnome-eb881fea79f1ab911d6fa87f7c1cee3e3e7bc597.tar.gz
freebsd-ports-gnome-eb881fea79f1ab911d6fa87f7c1cee3e3e7bc597.tar.zst
freebsd-ports-gnome-eb881fea79f1ab911d6fa87f7c1cee3e3e7bc597.zip
- Convert GUILE1 and GUILE2 options to flavors in the gnucash port
- Make the guile2 flavor the new default. Users requiring guile1 can use that flavor - Add note in UPDATING, since the default is changing Reviewed by: mat Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D13478
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING15
1 files changed, 15 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index d79ed66fd0d4..e1c248da09c4 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,21 @@ 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.
+20171215:
+ AFFECTS: users of finance/gnucash
+ AUTHOR: madpilot@FreeBSD.org
+
+ The gnucash port has been converted too use flavors, the GUILE1
+ and GUILE2 options have been converted to flavors so that two
+ separate packages can be provided.
+
+ Since the next major release of gnucash will drop guile1 support,
+ the default flavor package is compiled against guile2, switching
+ the previous default.
+
+ Users who intend to stay on the guile1 version should deinstall
+ the default gnucash package and install the gnucash-guile1 package.
+
20171214:
AFFECTS: all ports users
AUTHOR: adamw@FreeBSD.org