Unfortunately, guile{,14}/buildlink3.mk directly includes it, and I don't
know which dependencies actually need libltdl, so it was a recursive bump.
Hopefully this recursive inclusion can be ripped out of
guile{,14}/buildlink3.mk at some point and bubble down to dependencies that
actually use libltdl, avoiding this headache in the future....
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
Provided in PR 14635 by Eric Gillespie, Jr. <epg@pretzelnet.org>
Guile interface to FastCGI.
guile-fcgi incorporates both FCGI and FCGX interfaces into Guile. For
more information about FastCGI, see the ap-fastcgi and fcgi-devkit
packages.