summaryrefslogtreecommitdiff
path: root/devel/popt
AgeCommit message (Collapse)AuthorFilesLines
2002-01-19ispell.wiz1-3/+3
2002-01-13patthern -> patternwiz1-2/+2
2002-01-10Updated popt to 1.6.3. List of changes is unknown.martti4-51/+18
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-03This package uses libtool to build installed libraries, so it needsjlam1-3/+6
USE_LIBTOOL defined. Also mark this package as USE_BUILDLINK_ONLY as it's strongly-buildlinked.
2001-09-30Update popt to 1.6.2. Changes are bugfixes and a few additional parsers.rh5-9/+110
While we are at it, add a buildlink.mk file as well.
2001-07-01Fix locale support so that it works under NetBSD-1.5 and that locale datatron2-8/+9
files end up in the correct directory.
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.