Date: Fri, 1 May 2015 21:26:41 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r282323 - head Message-ID: <201505012126.t41LQfKk089148@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri May 1 21:26:40 2015 New Revision: 282323 URL: https://svnweb.freebsd.org/changeset/base/282323 Log: Add a note about the replacement of GNU groff's soelim(1) Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Fri May 1 20:40:48 2015 (r282322) +++ head/UPDATING Fri May 1 21:26:40 2015 (r282323) @@ -31,6 +31,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11 disable the most expensive debugging functionality run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20150501: + soelim(1) from gnu/usr.bin/groff has been replaced by usr.bin/soelim. + If you need the GNU extension from groff soelim(1), install groff + from package: pkg install groff, or via ports: textproc/groff. + 20150423: chmod, chflags, chown and chgrp now affect symlinks in -R mode as defined in symlink(7); previously symlinks were silently ignored.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505012126.t41LQfKk089148>