svn commit: r334944 - in head/usr.bin/indent: . tests

Alan Somers asomers at freebsd.org
Sun Jul 22 03:46:34 UTC 2018


On Sun, Jun 10, 2018 at 11:35 PM, Piotr Pawel Stefaniak <pstef at freebsd.org>
wrote:

> Author: pstef
> Date: Mon Jun 11 05:35:57 2018
> New Revision: 334944
> URL: https://svnweb.freebsd.org/changeset/base/334944
>
> Log:
>   indent(1): rename -nsac/-sac ("space after cast") to -ncs/-cs
>
>   Also update tests and the manpage.
>
>   GNU indent had the option earlier as -cs, let's not diverge
> unnecessarily.
>
> Added:
>   head/usr.bin/indent/tests/cs.0
>      - copied unchanged from r334943, head/usr.bin/indent/tests/sac.0
>   head/usr.bin/indent/tests/cs.0.pro
>      - copied, changed from r334943, head/usr.bin/indent/tests/sac.0.pro
>   head/usr.bin/indent/tests/cs.0.stdout
>      - copied unchanged from r334943, head/usr.bin/indent/tests/sac.
> 0.stdout
>   head/usr.bin/indent/tests/ncs.0
>      - copied unchanged from r334943, head/usr.bin/indent/tests/nsac.0
>   head/usr.bin/indent/tests/ncs.0.pro
>      - copied, changed from r334943, head/usr.bin/indent/tests/nsac.0.pro
>   head/usr.bin/indent/tests/ncs.0.stdout
>      - copied unchanged from r334943, head/usr.bin/indent/tests/
> nsac.0.stdout
> Deleted:
>   head/usr.bin/indent/tests/nsac.0
>   head/usr.bin/indent/tests/nsac.0.pro
>   head/usr.bin/indent/tests/nsac.0.stdout
>   head/usr.bin/indent/tests/sac.0
>   head/usr.bin/indent/tests/sac.0.pro
>   head/usr.bin/indent/tests/sac.0.stdout
> Modified:
>   head/usr.bin/indent/args.c
>   head/usr.bin/indent/indent.1
>   head/usr.bin/indent/tests/Makefile
>

When you remove old files, you need to add them to ObsoleteFiles.inc.
Otherwise, they linger around after an upgrade.  On my system the indent
tests are failing because the old sac and nsac files are still there.

-Alan


More information about the svn-src-head mailing list