by moving the inclusion of buildlink3.mk files outside of the protected
region. This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.
BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list. This ordering property is used to check for builtin
packages in the correct order. The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end. However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
Buildlinkify against tcl/tk/x11
This configure is kinda brain dead so just keep the configure.in patches (which
were reversed anyways from the configure patches) and depend on autoconf
to force a correct configure. Also pass X11BASE along to configure's env
so the right -R flags end up in the libs/binaries.
in PR 9593.
BLT is an extension to Tcl/Tk. It adds plotting widgets (X-Y graph,
barchart, stripchart), a powerful geometry manager, a new canvas item,
and several new commands to Tk.
Plotting widgets: graph, barchart, stripchart
Hierarchical list box: hierbox
Tab set: tabset
Geometry Manager: table
Vector Data Object: vector
Background Program Execution: bgexec
Busy Command: busy
New Canvas Item: eps
Drag & Drop Facility: drag&drop
Bitmap Command: bitmap
Miscellaneous Commands: winop, bltdebug, watch, spline, htext