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".]
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR,
which points to the location of the X11R6 hierarchy used during building.
If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to
${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove
the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and
revert changes to move x11.buildlink.mk before the other buildlink.mk files.
use X11_BUILDLINK_MK as a test value. Generally just reordering the
inclusions so that x11.buildlink.mk comes before the other buildlink.mk
files will make everthing work.
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also
change dependency examples in Packages.txt to reflect this.
Changes since 5.1.2
* set icon's title = project name
* when switching to log scale, set major/minor tick settings to 10/9
respectively
* added "HELP url" and "HELP" to the parser
* added "AUTOSCALE ONREAD NONE|XAXES|YAXES|XYAXES" to the parser
* produce MIF files with a textflow in which the graph is included, so
it can be included in another FrameMaker document
* list used fonts in %%DocumentNeededResources in the PS output
and bugfixes.
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.
relevant changes:
Functionality
* [DB] implemented baseline setting to the set (y) average
Interface
* [ES] don't hardcode file extensions in file selection dialogs, but define
them via X resources instead (rep. #671)
Documentation
* [ES] HTML docs now include tables of contents
Parser
* [ES] added "PAGE RESIZE xdim, ydim" which sets the page dimensions of all
output devices (in pp) and rescales the current plot accordingly
Drivers
* [ES] implemented font kerning in the (E)PS output
* [ES] added option to choose document data (7bit/8bit/binary) for the PS
driver
+bugfixes