pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/rcs - 5.9.3 | 2014-09-17



details:   https://anonhg.NetBSD.org/pkgsrc/rev/efcd3f204690
branches:  trunk
changeset: 641957:efcd3f204690
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Nov 22 01:26:09 2014 +0000

description:
- 5.9.3 | 2014-09-17
  - compatibility w/ RCS 2.x file format dropped

    This was presaged w/ RCS 5.9.0 (released 2013-05-06), below.
    Effectively, the configure script no longer supports option
    ?«¤<80><98>--enable-compat2?«¤<80><99>, and RCS programs will fail, reporting a
    syntax error, if given a comma-v file in 2.x format.

  - bug fixes

    - crash on co/ci without changes on a branch

      RCS 5.8 (released 2011-08-30) introduced a bug whereby a ci
      without changes (i.e., reversion) on a branch would crash,
      leaving a temporary files and corrupted comma-v file as well.
      This regression is now fixed.  See tests/t804, and also:
      http://lists.gnu.org/archive/html/bug-rcs/2014-01/msg00000.html

    - file corruption using stdio under Cygwin, Darwin

      RCS 5.8 (released 2011-08-30) introduced a bug when using stdio
      (e.g., with env var ?«¤<80><98>RCS_MEM_LIMIT?«¤<80><99> set to "0") under Cygwin
      whereby ci with a sufficiently large working file would silently
      write a truncated comma-v file.  See tests/t805, and also:
      http://lists.gnu.org/archive/html/bug-rcs/2014-06/msg00000.html

      (Although the bug was initially discovered under Cygwin, the
      Hydra project reported the same problem for Darwin.)

  - portability fixes

    - don't recurse on `main'

      This is for the sake of Cygwin "make check".  See:
      http://lists.gnu.org/archive/html/bug-rcs/2014-08/msg00015.html

    - avoid C99 VLA elems in func decl, sometimes

      This is for the sake of Solaris 10 + GCC 3.4.3.  See:
      http://lists.gnu.org/archive/html/bug-rcs/2014-08/msg00002.html

  - new diff/diff3 cross-compilation support

    The configure script now assigns "optimistic defaults" to some
    diff/diff3-related vars when cross-compiling and invoked with
    vars ?«¤<80><98>DIFF?«¤<80><99> and ?«¤<80><98>DIFF3?«¤<80><99>.  See README.

  - maintenance tools updated
    - automake (GNU automake) 1.14.1
    - gnulib-tool (GNU gnulib 2014-09-16 19:26:48) 0.1.222-aa0c2

diffstat:

 devel/rcs/Makefile |  6 +++---
 devel/rcs/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (37 lines):

diff -r 052607d2265e -r efcd3f204690 devel/rcs/Makefile
--- a/devel/rcs/Makefile        Fri Nov 21 23:22:17 2014 +0000
+++ b/devel/rcs/Makefile        Sat Nov 22 01:26:09 2014 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2013/11/29 18:23:45 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2014/11/22 01:26:09 mef Exp $
 
-DISTNAME=              rcs-5.9.2
+DISTNAME=              rcs-5.9.3
 CATEGORIES=            devel scm
 MASTER_SITES=          ${MASTER_SITE_GNU:=rcs/}
 EXTRACT_SUFX=          .tar.xz
@@ -28,7 +28,7 @@
 INFO_FILES=    yes
 
 # configure will be modified by pkgsrc framework with timestamp update.
-# sync timestamp with man/REL to avoid regeneration of man. 
+# sync timestamp with man/REL to avoid regeneration of man.
 post-configure:
        ${TOUCH} -r ${WRKSRC}/man/REL ${WRKSRC}/configure
 
diff -r 052607d2265e -r efcd3f204690 devel/rcs/distinfo
--- a/devel/rcs/distinfo        Fri Nov 21 23:22:17 2014 +0000
+++ b/devel/rcs/distinfo        Sat Nov 22 01:26:09 2014 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.15 2014/11/10 18:05:45 joerg Exp $
+$NetBSD: distinfo,v 1.16 2014/11/22 01:26:09 mef Exp $
 
-SHA1 (rcs-5.9.2.tar.xz) = cb053f6ba87ab6ea03306d6241e1cde67182100b
-RMD160 (rcs-5.9.2.tar.xz) = 7f78faebd941581a8b5f2d8daef1cb3d6b20d999
-Size (rcs-5.9.2.tar.xz) = 795096 bytes
+SHA1 (rcs-5.9.3.tar.xz) = e4a9549678618f5d69968b10c6c9b92b29519813
+RMD160 (rcs-5.9.3.tar.xz) = e2fb369722d4d2701093435393852332e884a673
+Size (rcs-5.9.3.tar.xz) = 800736 bytes
 SHA1 (patch-src_b-complain.h) = 5e0f688e59692b115f5a4ce1d9d571c4081325f3
 SHA1 (patch-src_b-fb.h) = ede2d0ef5af0b16eada75a95e09451d9efa41077
 SHA1 (patch-src_base.h) = 721a2cede835ca897f040e14e63548f110cbc50a



Home | Main Index | Thread Index | Old Index