summaryrefslogtreecommitdiff
path: root/devel/libgetopt/files
AgeCommit message (Collapse)AuthorFilesLines
2014-09-11libgetopt-1.4.6: Don't replace getopt on SunOS.jperkin1-2/+2
2014-01-01Update to 1.4.5ryoon1-2/+2
* Fix link error on Linux (Fedora 22) against libgetopt from devel/libgetopt For example, fix audio/speex build in PREFER_PKGSRC=yes case
2011-09-07Don't use __weak_alias. This results in duplicate symbols being createdjoerg1-9/+1
in the output. GNU as silently discards one, LLVM is more strict in this regard.
2008-12-10libgetopt-1.4.4:joerg1-4/+1
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-04-29Drop clauses 3 and 4 from TNF licensesmartin2-16/+2
2008-02-22Update to libgetopt-1.4.3.tnn1-1/+7
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
2005-03-10Nitpick from Roland Illig <roland.illig@gmx.de>: Use "progname" rathertv1-5/+7
than "__progname" (just in case), and set it also in getopt_long(3).
2005-03-101.4 - overhaul:tv6-628/+779
- 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-02-11Interix fix: optreset exists, but <unistd.h> tries to pretend it doesn't.tv1-1/+6
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-4/+0
+ move the patch digest/checksum values from files/patch-sum to distinfo
2000-10-18Update to 1.3:wiz1-3/+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-18Update libgetopt to what's in -current right now (includes awiz4-23/+644
much-improved getopt_long). Bump to 1.2.
1999-10-20This package currently builds with rev. 1.1 of getopt_long.c only.hubertf1-3/+3
Put the distfiles into $MASTER_SITE_LOCAL for now.
1999-08-06NetBSD's getopt_long put into a library, until we have this somewherehubertf4-0/+76
else available to (all!) users.