On Sun, Jun 10, 2018 at 11:35 PM, Piotr Pawel Stefaniak <ps...@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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to