Commit graph

18 commits

Author SHA1 Message Date
tez
c8a73f0cba Don't include stdint.h if it does not exist
Fixes PR#44770
2011-04-01 21:28:32 +00:00
tnn
1178bfb835 patch-aa: fix devel/popt build on NetBSD-current (>=5.99.11) which
has glob_pattern_p(3) in libc.
Reported in PR pkg/41265.
2009-04-22 15:25:05 +00:00
obache
e196a2620b Remove unneeded patches. 2007-05-28 07:57:46 +00:00
obache
223a8d7c6b Update popt to 1.10.7.
Changes are unavailable.
2007-05-12 00:52:28 +00:00
grant
88270187b1 don't attempt to statically link system libraries.
from Eric Boutilier in PR pkg/29470.
2005-03-03 07:51:40 +00:00
gson
b7c513b88f Remove bogus const which caused gcc 3.3.2 to issue warnings like
"/usr/pkg/include/popt.h:444: warning: type qualifiers ignored on
function return type" every time popt.h was included.
2003-11-24 19:13:19 +00:00
salo
b1908db707 PKGREVISION++
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.
2003-11-12 01:25:25 +00:00
grant
03b370c3bd work around the possibility of the configure script being re-run in
the build target by forcing LIBTOOL=libtool (instead of ./libtool).
2003-05-06 13:08:37 +00:00
salo
937b3bf13b USE_PKGLOCALEDIR, remove unnecessary patches, delint. 2002-11-30 23:21:32 +00:00
jlam
74de443f28 Don't force the use of "-lintl"...use "$(LIBINTL)" instead, which may be
empty on some systems that provide gettext() functions directly in libc.
Fix by Jeremy Reed <reed@reedmedia.net> in PR 19171.
2002-11-26 06:50:20 +00:00
martti
c22ed5af9f Fix build failure (PR#18795) 2002-10-19 18:08:58 +00:00
martti
a057ae59e7 Updated popt to 1.7
Changes unknown (not listed in the CHANGES file).
2002-10-15 10:18:41 +00:00
martti
38880d4202 Updated popt to 1.6.4 [changes unknown] 2002-10-03 16:07:55 +00:00
martti
1521a85cfb Updated popt to 1.6.3. List of changes is unknown. 2002-01-10 07:49:34 +00:00
rh
6f9a41c49e Update popt to 1.6.2. Changes are bugfixes and a few additional parsers.
While we are at it, add a buildlink.mk file as well.
2001-09-30 21:03:22 +00:00
mjl
833b305eec Update to 1.5. (Incomplete, alas) changes:
- 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-06-14 12:55:17 +00:00
wulf
671bb5d76f Modified popt.h to support linking of libpopt with C++ applications 2001-04-24 12:29:03 +00:00
wennmach
d4789ccce8 Initial import of popt-1.2, a command line option parsing library.
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.
2000-10-31 13:33:12 +00:00