aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-03-19 09:27:52 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-03-19 09:27:52 +0000
commit5718fc3071feda4eccd88d807131bd78a04e816f (patch)
treef005a8608e27ee106a43cf59376cbc9440f94b4d /CHANGES
parenta45c7e189ab5cb40620f63331afec3d37c8696ef (diff)
downloadports-5718fc3071feda4eccd88d807131bd78a04e816f.tar.gz
ports-5718fc3071feda4eccd88d807131bd78a04e816f.zip
Make the ports tree use dialog4ports for make config.
dialog4ports has been contributed by Ilya A. Arkhipov. It extends dialog(3) to provide a mixed dialog widget allowing to represent all features provide by the new options framework. This allows the ports tree to not anymore depends on dialog(1) from base to configure the options and be able to improve if needed on all supported plateforms at the same time. Exp-run by: miwi
Notes
Notes: svn path=/head/; revision=314628
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 989b31d90d98..4ef2b61c8b9b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,16 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20130319:
+AUTHOR: bapt@FreeBSD.org
+
+ * The options framework now uses ports-mgmt/dialog4ports contributed by
+ Ilya A. Arkhipov. It boostraps it if not present when one calls
+ make config.
+
+ dialog4ports provides a new UI able to represent all the features
+ provided by the new options framework.
+
20130315:
AUTHOR: bdrewery@FreeBSD.org