Link against libintl correctly so it doesn't exhibit unresolved gettext
symbols to binaries trying to link with libpopt.
Fixes (at least) fonts/chkfontpath as seen in recent bulk builds.
- 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
Since version 0.5.4, net/ORBit does not install it's own version of libpopt
any more. This makes devel/oaf fail during build.
The problem was noted by Love <lha@stacken.kth.se> in PR 11339, who
submitted this package for popt.