Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
* Fix link error on Linux (Fedora 22) against libgetopt from devel/libgetopt
For example, fix audio/speex build in PREFER_PKGSRC=yes case
|
|
in the output. GNU as silently discards one, LLVM is more strict in this
regard.
|
|
If getopt.h is included, the getopt extension is really wanted. So
remove check for _XOPEN_SOURCE and _POSIX_SOURCE, resolving errors on
AIX.
|
|
|
|
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
|
|
than "__progname" (just in case), and set it also in getopt_long(3).
|
|
- 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.
|
|
|
|
+ move the patch digest/checksum values from files/patch-sum to distinfo
|
|
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.
|
|
much-improved getopt_long).
Bump to 1.2.
|
|
Put the distfiles into $MASTER_SITE_LOCAL for now.
|
|
else available to (all!) users.
|