aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-05-06 15:31:45 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-05-06 15:31:45 +0000
commit71bf80b1e5914a5a76fdb542f43b9159976779e0 (patch)
tree1cb2a85eefb4ee94dd410b90429972865fe74c46 /CHANGES
parent6ecfed31c650a0e2a749a81b91b032e030842769 (diff)
downloadports-71bf80b1e5914a5a76fdb542f43b9159976779e0.tar.gz
ports-71bf80b1e5914a5a76fdb542f43b9159976779e0.zip
Add new USES: ncurses and readline
Notes
Notes: svn path=/head/; revision=317523
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index eb2f601aa3a7..cdcfbc1b4472 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,22 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20130506:
+AUTHOR: bapt@FreeBSD.org
+
+ * New USES macro to handle linking on ncurses and on readline
+
+ USES= ncurses will set env and make the port link to base version of ncurses
+ if no port version is installed otherwise it will link against port version
+ USES= ncurses:port will for the port to link against the ports version of
+ ncurses
+ USES= ncurses:base will force to link against base version of ncurses.
+
+ USES= readline will make the port link against base version of readline except
+ on 10+ where it will force dependency on the port version of readline
+ USES= readline:port will anyway force dependency on the port version of
+ readline.
+
20130426:
AUTHOR: mva@FreeBSD.org