in-between "-l" and the library name. This confuses libtool which parses
the compiler output, and results in trying to pass arguments such as
"-l-lgfortran" and failing.
In addition there are multiple BUILDLINK_DIR references, but only the first
is stripped, resulting in "-L-L/path".
Fix both these issues and bump PKGREVISION of libtool-fortran.
This was originally introduced to work around some behaviour in the
libtool build, however these days it is actively harmful for a number of
packages, where removing additional arguments when -v is present on the
command line can break ABI detection (notably in CMake packages).
Instead, filter out any references to BUILDLINK_DIR from the libtool
scripts, as that should do the same job.
Retain the ability to run the 'scan' wrapper script, as it can be useful
in certain cases, and is required to support the scan-libtool script
anyway.
incorrectly handle the default wrapper scripts on Cygwin.
libtool bug 14579: Disable ar(1) locking on OSX. It creates more harm
than good.
Bump libtool-base and libtool-fortran.
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.