Subject: CVS commit: pkgsrc/devel/libgetopt
To: None <pkgsrc-changes@NetBSD.org>
From: Todd Vierling <tv@netbsd.org>
List: pkgsrc-changes
Date: 03/10/2005 19:19:47
Module Name:	pkgsrc
Committed By:	tv
Date:		Thu Mar 10 19:19:47 UTC 2005

Modified Files:
	pkgsrc/devel/libgetopt: Makefile PLIST distinfo
	pkgsrc/devel/libgetopt/files: getopt.h
Added Files:
	pkgsrc/devel/libgetopt/files: getopt_long.3 getopt_long.c
Removed Files:
	pkgsrc/devel/libgetopt/files: Makefile.libgetopt namespace.h
	    shlib_version

Log Message:
1.4 - overhaul:

- pull sources directly into pkgsrc
- do not depend on namespace.h, <sys/cdefs.h> (de-__P()ify), or <err.h>
- use libtool for better portability in shlib creation

The resultant library is still ABI compatible with prior versions and
should have the same shlib major version number.

Thanks to Roland Illig <roland.illig@gmx.de> for help in getting this
working properly on Solaris.


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 pkgsrc/devel/libgetopt/Makefile
cvs rdiff -r1.1 -r1.2 pkgsrc/devel/libgetopt/PLIST
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/libgetopt/distinfo
cvs rdiff -r1.1.1.1 -r0 pkgsrc/devel/libgetopt/files/Makefile.libgetopt
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/libgetopt/files/getopt.h
cvs rdiff -r0 -r1.1 pkgsrc/devel/libgetopt/files/getopt_long.3 \
    pkgsrc/devel/libgetopt/files/getopt_long.c
cvs rdiff -r1.1 -r0 pkgsrc/devel/libgetopt/files/namespace.h
cvs rdiff -r1.2 -r0 pkgsrc/devel/libgetopt/files/shlib_version

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