summaryrefslogtreecommitdiff
path: root/devel/popt
AgeCommit message (Collapse)AuthorFilesLines
2001-06-14Update to 1.5. (Incomplete, alas) changes:mjl5-51/+16
- 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
2001-04-24Modified popt.h to support linking of libpopt with C++ applicationswulf2-2/+4
2001-04-24Modified popt.h to support linking of libpopt with C++ applicationswulf1-0/+23
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-2/+2
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-12-08Add build dependency on xgettext.wiz1-1/+3
2000-11-19add CONFLICTS with ORBit<=0.5.3 (which included this library)wiz1-1/+3
2000-10-31Initial import of popt-1.2, a command line option parsing library.wennmach7-0/+61
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.