all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.
While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).
Patch by Alistair Crooks <agc@netbsd.org>
using the newest PNG library won't work on system with an older one. To
prevent such problems with precompiled binary packages require at least
"png-1.0.9nb1" in all dependences.
GIF images to PNG ones using netpbm at installation time. Update the
HTML documentation to use the generated PNG graphics.
Update to version 1.6.5 of fly whilst we're here.
Version: 1.6.5 15th January 1999
Minor bug fix. Seg fault on garbage input file or empty input
file. Thanks to Anatoly A. Orehovsky <tolik@mpeks.tomsk.su>
for the report and code fix.
Version: 1.6.4 24th November 1998
Minor bug fixes. Removing warnings and fixing minor errors in
some print statements. Thanks to Bernie Kirby
<bernie@iii.rmit.edu.au> for reporting the warnings.
Version: 1.6.3 22nd October 1998
Minor additional feature: any pair of diametrically opposite
vertices in any order will now be accepted for rect and frect.
Version: 1.6.2 25th September 1998
Minor bug fix - some return codes in case of fatal errors were
0 when they should have been 1.
Addition of code for win32 binmode problem. (thanks to Shoji
Mori <mori@moriken.com>)
- New, optional Makefile variable HOMEPAGE, specifies a URL for
the home page of the software if it has one.
- The value of HOMEPAGE is used to add a link from the
README.html files.
- pkglint updated to know about it. The "correct" location for
HOMEPAGE in the Makefile is after MAINTAINER, in that same
section.