Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-07-13 | PKGREVISION bump for libiconv update. | wiz | 2 | -4/+4 | |
2003-06-02 | Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. | jschauma | 1 | -2/+2 | |
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust. | |||||
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2003-05-06 | work around the possibility of the configure script being re-run in | grant | 3 | -1/+33 | |
the build target by forcing LIBTOOL=libtool (instead of ./libtool). | |||||
2003-04-07 | This distfiles hasn't been available from 'gd.tuwien.ac.at' for a long time. | fredb | 1 | -2/+1 | |
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -3/+2 | |
2002-11-30 | USE_PKGLOCALEDIR, remove unnecessary patches, delint. | salo | 3 | -17/+3 | |
2002-11-26 | Don't force the use of "-lintl"...use "$(LIBINTL)" instead, which may be | jlam | 2 | -6/+6 | |
empty on some systems that provide gettext() functions directly in libc. Fix by Jeremy Reed <reed@reedmedia.net> in PR 19171. | |||||
2002-10-19 | Fix build failure (PR#18795) | martti | 3 | -6/+29 | |
2002-10-15 | Updated popt to 1.7 | martti | 4 | -15/+26 | |
Changes unknown (not listed in the CHANGES file). | |||||
2002-10-08 | Unused. | wiz | 1 | -36/+0 | |
2002-10-03 | Updated popt to 1.6.4 [changes unknown] | martti | 3 | -10/+10 | |
2002-08-28 | buildlink1 -> buildlink2 | jlam | 1 | -3/+3 | |
2002-08-25 | Merge changes in packages from the buildlink2 branch that have | jlam | 1 | -0/+21 | |
buildlink2.mk files back into the main trunk. | |||||
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. |