summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2014-10-09 23:05:31 +0000
committerEd Maste <emaste@FreeBSD.org>2014-10-09 23:05:31 +0000
commitddd96d231d6141877d1d51c88bb7306437a80102 (patch)
tree24320d1eb9858e4c818b711b7d5127b1d1d29a61 /UPDATING
parenta6897b9320e25fc87ee58675bb2ff3ed075b8cbf (diff)
downloadsrc-test-ddd96d231d6141877d1d51c88bb7306437a80102.tar.gz
src-test-ddd96d231d6141877d1d51c88bb7306437a80102.zip
Build gperf only if we're using g++ (not clang++)
gperf is used as a build tool for g++ and is not needed for Clang architectures. Ports and third-party software that need it can use the up-to-date devel/gperf port. PR: 194103 (exp-run) Reviewed by: bapt Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D886
Notes
Notes: svn path=/head/; revision=272849
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING5
1 files changed, 5 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 04fe7a66a427e..8fb2bd8645f42 100644
--- a/UPDATING
+++ b/UPDATING
@@ -31,6 +31,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11.x IS SLOW:
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20141009:
+ gperf has been removed from the base system for architectures
+ that use clang. Ports that require gperf will obtain it from the
+ devel/gperf port.
+
20140923:
pjdfstest has been moved from tools/regression/pjdfstest to
contrib/pjdfstest .