diff options
author | mef <mef@pkgsrc.org> | 2014-11-22 01:26:09 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2014-11-22 01:26:09 +0000 |
commit | 4d526744f113ac795198a1cbaf8e76584fc62acd (patch) | |
tree | 518ace95bedb3bdd65dca9ed070257998667611d /devel/rcs | |
parent | b47384208491c33fa0754ed225fdf7835e684e0b (diff) | |
download | pkgsrc-4d526744f113ac795198a1cbaf8e76584fc62acd.tar.gz |
- 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 (limited to 'devel/rcs')
-rw-r--r-- | devel/rcs/Makefile | 6 | ||||
-rw-r--r-- | devel/rcs/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/rcs/Makefile b/devel/rcs/Makefile index 950cc06e9b3..15f25afdfeb 100644 --- a/devel/rcs/Makefile +++ b/devel/rcs/Makefile @@ -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 @@ REPLACE_SH= build-aux/extract-help 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 --git a/devel/rcs/distinfo b/devel/rcs/distinfo index 860e5653259..87d6ff64ff0 100644 --- a/devel/rcs/distinfo +++ b/devel/rcs/distinfo @@ -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 |