From d00756463cd6ef08e7bad7b7833add551b732ec8 Mon Sep 17 00:00:00 2001 From: emaste Date: Thu, 9 Oct 2014 23:05:31 +0000 Subject: 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 --- UPDATING | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'UPDATING') diff --git a/UPDATING b/UPDATING index 04fe7a6..8fb2bd8 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 . -- cgit v1.1