Subject: CVS commit: pkgsrc/pkgtools/pkg_install-info
To: None <pkgsrc-changes@netbsd.org>
From: Stoned Elipot <seb@netbsd.org>
List: pkgsrc-changes
Date: 06/10/2003 07:02:13
Module Name: pkgsrc
Committed By: seb
Date: Tue Jun 10 07:02:13 UTC 2003
Modified Files:
pkgsrc/pkgtools/pkg_install-info: Makefile
pkgsrc/pkgtools/pkg_install-info/files: Makefile.in
Added Files:
pkgsrc/pkgtools/pkg_install-info/files: getopt.c getopt.h getopt1.c
Log Message:
Darwin 5.5 does not have getopt.h (says schmonz@, thanks for the report).
Fix this once for all the way GNU TeXinfo does it: provide GNU
getopt* sources and unconditionally compile them!
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/pkgtools/pkg_install-info/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/pkgtools/pkg_install-info/files/Makefile.in
cvs rdiff -r0 -r1.1 pkgsrc/pkgtools/pkg_install-info/files/getopt.c \
pkgsrc/pkgtools/pkg_install-info/files/getopt.h \
pkgsrc/pkgtools/pkg_install-info/files/getopt1.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.