posh: Added README file

This commit is contained in:
Michael Baeuerle 2019-01-10 16:36:46 +01:00
parent 1f728d5c67
commit ef362eec89
1 changed files with 9 additions and 0 deletions

9
posh/README Normal file
View File

@ -0,0 +1,9 @@
posh package in pkgsrc doesn't work with POSIX getopt().
Likely it works with GNU getopt() only.
Note: It can be compiled, but fails horribly at runtime e.g. on NetBSD.
To make this more obvious, I have first enabled the testsuite for "make test".
This package solves the problems by using getopt() from gnulib.
Import of this approach was rejected by wiz@ because it's hard to maintain.
I leave this package in wip for reference.