Path to this page:
Subject: CVS commit: pkgsrc/devel/rcs
From: Thomas Klausner
Date: 2013-10-04 23:26:31
Message id: 20131004212631.7A3D596@cvs.netbsd.org
Log Message:
Update to 5.9.1:
- 5.9.1 | 2013-10-04
- bugfixes
- specify âdiff --binaryâ consistently for non-POSIX systems
On non-POSIX systems, in some cases, ârcs frobâ used to omit
â--binaryâ from the command-line to the underlying diff(1).
Now, that is done in all cases.
- portability fixes
- avoid âgrep -qâ
GNU grep understands âgrep -qâ but some others do not.
(info "(autoconf) Limitations of Usual Tools")
- avoid â$<â in makefile
GNU make understands â$<â but some others do not.
(info "(autoconf) $< in Ordinary Make Rules")
- avoid backslash in backticks
The /bin/sh scripts used in "make" and "make check" \
now avoid
using a backslash in backticks, which can cause problems for
Solaris 9 /bin/sh (and maybe other /bin/sh implementations).
- âPROGRAM --helpâ shows home page / "gethelp" info
This is for compliance w/ the GNU coding standards.
(info "(standards) --help")
- maintenance tools updated
- automake (GNU automake) 1.13.4
- gnulib-tool (GNU gnulib 2013-10-03 04:59:38) 0.0.8036-28df8
Files: