rebuild the documentation database at install/deinstall time. This means
that:
- PLIST's do not need to call scrollkeeper-{update,rebuilddb} directly;
this is done by a bsd.pkg.install.mk template.
- The share/omf directory is only removed by scrollkeeper, which is the
last package in the dependancy tree.
- PKGREVISION is bumped.
Reviewed by wiz.
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.
Version 0.3.3 "Kramnik", 2001-08-23
----------------------------------
- PGN dialog
- Allow per server connection programs
- Fix Crafy promotions
- Fix sorting of PGN games
- Fix loading PGN Games with PGN escapes
- Handle server user names with ()*.
- Get docs built and installed properly
Version 0.3.2 "Euwe", 2001-06-01
----------------------------------
- Bug fix for connecting to servers
Version 0.3.1 "Petrosian", 2001-05-31
----------------------------------
- Non drag & drop piece movement (click on from/to squares)
- Sorting and auto sizing of the pgn games list
- Support for timeseal when the server address is not an IP address
- Player names/times now reflect board orientation
- Get analysis for crafty working again
- Get beep on move working again
- Handle aborted server games more gracefully
- Numerous architecture cleanups and bug fixes
- Experimental auto flag support (not relying on the server)
- Experimental terminal size code for chess servers
Version 0.3.0 "Tal", 2001-05-06
----------------------------------
- Multiple boards
- Resizable boards
- Typing history for chess servers
- Support for multiple piece sets
- Support for coloring squares differently
- Improved preferences
- Store chess programs
- Auto queen
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.