Subject: CVS commit: pkgsrc/devel/popt
To: None <pkgsrc-changes@netbsd.org>
From: Martin J. Laubach <mjl@netbsd.org>
List: pkgsrc-changes
Date: 06/14/2001 15:55:19
Module Name:	pkgsrc
Committed By:	mjl
Date:		Thu Jun 14 12:55:18 UTC 2001

Modified Files:
	pkgsrc/devel/popt: Makefile distinfo
	pkgsrc/devel/popt/pkg: PLIST
Removed Files:
	pkgsrc/devel/popt/patches: patch-aa patch-ab

Log Message:
Update to 1.5. (Incomplete, alas) changes:

        - heavy dose of const's
        - poptParseArgvString() now NULL terminates the list
        - added support for single -
        - misc bug fixes
        - portability improvements
        - fixed memset() in help message generation
        - added extern "C" stuff to popt.h for C++ compilers
        - const'ified poptParseArgvString
        - fixed bug in chaind alias happens which seems to have only
          affected --triggers in rpm
        - added POPT_ARG_VAL
        - popt.3 installed by default
        - added POPT_ARG_INTL_DOMAIN
        - updated Makefile's to be more GNUish


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

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