pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/rcs



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Oct  4 21:26:31 UTC 2013

Modified Files:
        pkgsrc/devel/rcs: Makefile distinfo
Removed Files:
        pkgsrc/devel/rcs/patches: patch-man_Makefile.in

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


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/rcs/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/rcs/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/rcs/patches/patch-man_Makefile.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index