aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorRodrigo Osorio <rodrigo@FreeBSD.org>2017-10-26 22:14:34 +0000
committerRodrigo Osorio <rodrigo@FreeBSD.org>2017-10-26 22:14:34 +0000
commite0d561f4a96a9140f38fdccfa11eb3561f0760fc (patch)
treec728fdce72a4bda1ebc23059bbc5289ce82cb650 /UPDATING
parent021e9229c2b15d386ef837ae4da473736d495f97 (diff)
downloadports-e0d561f4a96a9140f38fdccfa11eb3561f0760fc.tar.gz
ports-e0d561f4a96a9140f38fdccfa11eb3561f0760fc.zip
Fix conflicts with emacs ctags (editors/emacs-devel, editors/emacs-nox11, editors/emacs)
by prefix the 'u' character. PR: 223076 Submitted by: <carl.shapiro@gmail.com
Notes
Notes: svn path=/head/; revision=452957
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING8
1 files changed, 8 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 460df830beeb..2f594c54e693 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,14 @@ 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.
+20171026:
+ AFFECTS: users of devel/universal-ctags
+ AUTHOR: rodrigo@FreeBSD.org
+
+ Due to conflicts with emacs ctag (editors/emacs-devel, editors/emacs-nox11, editors/emacs),
+ the installed files will be prefixed with the 'u' character.
+ The new binaries will de named uctags and ureadtags.
+
20171015:
AFFECTS: people using WITHOUT_DEBUG
AUTHOR: madpilot@FreeBSD.org