Commit graph

12 commits

Author SHA1 Message Date
joerg
200c66a8e6 Don't use __weak_alias. This results in duplicate symbols being created
in the output. GNU as silently discards one, LLVM is more strict in this
regard.
2011-09-07 00:56:17 +00:00
joerg
4207c042c3 libgetopt-1.4.4:
If getopt.h is included, the getopt extension is really wanted. So
remove check for _XOPEN_SOURCE and _POSIX_SOURCE, resolving errors on
AIX.
2008-12-10 15:30:29 +00:00
martin
d86d72404e Drop clauses 3 and 4 from TNF licenses 2008-04-29 05:46:08 +00:00
tnn
9f7614b77a Update to libgetopt-1.4.3.
On IRIX, getopt.h is expected to provide extern declarations of optind
et al. (Not unistd.h) Do it here since we shadow the system header.
Part of PR pkg/38054
2008-02-22 01:27:55 +00:00
tv
64aa551fe3 Nitpick from Roland Illig <roland.illig@gmx.de>: Use "progname" rather
than "__progname" (just in case), and set it also in getopt_long(3).
2005-03-10 21:15:09 +00:00
tv
01f3bc08cb 1.4 - overhaul:
- pull sources directly into pkgsrc
- do not depend on namespace.h, <sys/cdefs.h> (de-__P()ify), or <err.h>
- use libtool for better portability in shlib creation

The resultant library is still ABI compatible with prior versions and
should have the same shlib major version number.

Thanks to Roland Illig <roland.illig@gmx.de> for help in getting this
working properly on Solaris.
2005-03-10 19:19:46 +00:00
tv
6181adfa65 Interix fix: optreset exists, but <unistd.h> tries to pretend it doesn't. 2005-02-11 17:29:06 +00:00
agc
d7d36b3561 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:57:56 +00:00
wiz
dd1bb51702 Update to 1.3:
1.2 wasn't working because _DIAGASSERT isn't defined on 1.4.x; worked around
it by defining it in the getopt_long.c distfile.
2000-10-18 13:47:05 +00:00
wiz
415bf3a264 Update libgetopt to what's in -current right now (includes a
much-improved getopt_long).
Bump to 1.2.
2000-10-18 11:16:57 +00:00
hubertf
5980088df9 This package currently builds with rev. 1.1 of getopt_long.c only.
Put the distfiles into $MASTER_SITE_LOCAL for now.
1999-10-20 12:02:19 +00:00
hubertf
2d7fda348b NetBSD's getopt_long put into a library, until we have this somewhere
else available to (all!) users.
1999-08-06 16:37:22 +00:00