Subject: CVS commit: pkgsrc/pkgtools/libnbcompat
From: Joerg Sonnenberger
Date: 2009-03-22 23:33:13
Message id: 20090322223313.76BA4175D0@cvs.netbsd.org

Log Message:
libnbcompat-20090322:
Don't use getopt_long as replacement for getopt. It behaves different
and doesn't work well in combination with optreset. Instead use
getopt(3) from NetBSD if requested. Sync getopt_long.c with NetBSD while
here. Addresses issues with pkg_admin on Solaris reported by Tim Zingelman.

Files:
RevisionActionfile
1.70modifypkgsrc/pkgtools/libnbcompat/Makefile
1.71modifypkgsrc/pkgtools/libnbcompat/files/configure
1.72modifypkgsrc/pkgtools/libnbcompat/files/configure.ac
1.10modifypkgsrc/pkgtools/libnbcompat/files/getopt_long.c
1.1addpkgsrc/pkgtools/libnbcompat/files/getopt.c