Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-01-19 | ispell. | wiz | 1 | -3/+3 | |
2002-01-13 | patthern -> pattern | wiz | 1 | -2/+2 | |
2002-01-10 | Updated popt to 1.6.3. List of changes is unknown. | martti | 4 | -51/+18 | |
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-10-03 | This package uses libtool to build installed libraries, so it needs | jlam | 1 | -3/+6 | |
USE_LIBTOOL defined. Also mark this package as USE_BUILDLINK_ONLY as it's strongly-buildlinked. | |||||
2001-09-30 | Update popt to 1.6.2. Changes are bugfixes and a few additional parsers. | rh | 5 | -9/+110 | |
While we are at it, add a buildlink.mk file as well. | |||||
2001-07-01 | Fix locale support so that it works under NetBSD-1.5 and that locale data | tron | 2 | -8/+9 | |
files end up in the correct directory. | |||||
2001-06-14 | Update to 1.5. (Incomplete, alas) changes: | mjl | 5 | -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-24 | Modified popt.h to support linking of libpopt with C++ applications | wulf | 2 | -2/+4 | |
2001-04-24 | Modified popt.h to support linking of libpopt with C++ applications | wulf | 1 | -0/+23 | |
2001-04-21 | Move to sha1 digests, and/or add distfile sizes. | wiz | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -6/+4 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-03-27 | Change BUILD_DEPENDS semantics: | hubertf | 1 | -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-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-12-08 | Add build dependency on xgettext. | wiz | 1 | -1/+3 | |
2000-11-19 | add CONFLICTS with ORBit<=0.5.3 (which included this library) | wiz | 1 | -1/+3 | |
2000-10-31 | Initial import of popt-1.2, a command line option parsing library. | wennmach | 7 | -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. |