Subject: CVS commit: pkgsrc/devel/cssc
To: None <pkgsrc-changes@netbsd.org>
From: Stoned Elipot <seb@netbsd.org>
List: pkgsrc-changes
Date: 05/30/2003 23:51:26
Module Name:	pkgsrc
Committed By:	seb
Date:		Fri May 30 23:51:25 UTC 2003

Modified Files:
	pkgsrc/devel/cssc: Makefile PLIST distinfo
Added Files:
	pkgsrc/devel/cssc/patches: patch-aa patch-ab

Log Message:
Update to version 0.15alpha.pl0.

Package changes:
Set test target (must not be run as root).
Get ride of TEXINFO_OVERRIDE (yeah one down!).

New in CSSC-0.15alpha-pl0

        * Reduced the number of lines of code not tested by the test suite to
          2083.

        * Support for ignored deltas

        * Added section in the CSSC manual on included, excluded and
          ignored deltas.  Various other minor improvements to manual,
          including a clearer description of CSSC's interoperability
          support, and how it treats long lines in its input.

        * sccs get - all g-files processed after a failing file are deleted.

        * Fixed compilation bug - we were using idigit() in reveral places but
          not including <ctype.h>. (SourceForge bug 623164).

        * The test suite now passes when run against a genuine version of
          SCCS which lacks "prt".

        * Support for the "-a" option of "get" and the "-p" option of "delta".

        * We detect the situation if an SCCS file has a link count
          greater than 1, and we refuse to open the affected file.

        * Fix cssc.spec file so that it works with RPM v4 (i.e. when all
          manpages are automatically compressed).

        * Correction to support for MR validation on systems lacking
          "fork()".

        * Upgraded to autoconf version 2.53.

New in CSSC-0.14alpha-pl0

        * Added Richard Kettlewell's sccs.cgi CGI script.

        * Enhancements to the manual: added a Glossary, documented "val".

        * Include a section in the manual explaining in more detail some of
          the differences in between other SCCS versions (and which
          funcitonality CSSC follows in each case).

        * More test cases (we are now tracking test suite
          coverage with "gcov" and devising test cases to
          test the parts of the code that the test suite does not
          currently reach).

        * Bug-fixes for "val" (mainly corrections to the precise
          value returned when validation fails)

        * delta now checks that the caller is actually allowed to make
          deltas to he SCCS history file (previously this check was made only
          by "get -e")

        * The "!44" syntax for the authorised user list is not compatible
          with SCCS and hence has been disabled.  Any complaints via the
          usual bug reporting route, please.

        * The options -Y and -M for "delta" have been removed (since they
          aren't in normal SCCS and can be replaced by -y"" and -m"").

        * "sccs help" and "sccs comb" now issue more helpful error
          messages explaining why the relevant program is missing.

        * Corrections to "what" - exit with status 1 if no matching
          string was found or an unknown option letter was passed.

        * Fixes for set-user-id operation (which is still not
          recommended - see the CSSC manual for an explanation).

        * Added warning when we see an excluded delta, explaining that
          this feature is not fully tested.   The warning includes a pointer
          to a document explaining what they should do about this.

        * Fixed bugs from SourceForge:
                479916 (get -t problem),
                480136, 481519, 481707, 484278 (all related to setuid
                        operation, and in fact all duplicates of each other),
                489005 (removal of g-file when running setuid),
                513800 (cope with Data General "bugfix" 4-digit years),
                489311 (Locale settings cause test failure),
                530969 (FILE* leak in filediff.cc),
                531884 (compiler warning on 64-bit systems)

        * Moved old ChangeLog to ChangLog.2.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/devel/cssc/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/cssc/PLIST
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/devel/cssc/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/devel/cssc/patches/patch-aa \
    pkgsrc/devel/cssc/patches/patch-ab

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