but after CHECK_MESA setting. this change makes setting XLOCK_LIGHT
actually DTRT if it is set in /etc/mk.conf (and seems to DTRT if
XLOCK_LIGHT isn't set).
i.e, on a machine without Mesa, by default it will attempt to install
Mesa (et al), unless XLOCK_LIGHT is set where it won't attempt to.
Cook is a tool for constructing files. It is given a set of files to create,
and recipes of how to create them. In any non-trivial program there will be
prerequisites to performing the actions necessary to creating any file, such
as include files. Cook provides a mechanism to define these.
to be an optimization bug that causes the build to fail (pkg/13395). The
problem appeared in the original PR on an Amiga running NetBSD 1.5.1 and
also on a mac68k running NetBSD 1.5.1. This workaround was tested on the
mac68k system (kindly provided by Jon Lindgren).
EVAL_PREFIX= FOODIR=foo
is defined, then FOODIR's value is only saved if the package foo was
found. This causes FOODIR to keep being reset until the package foo
is installed, which makes EVAL_PREFIX work properly with buildlink.mk
files. This should fix various problems people have been having with
files not being linked in when a dependency is built via a "make build"
in a package that uses that dependency further up the chain.
----------------------------------------------------------------------
ChaSen 2.2.8 (2001/07/23)
----------------------------------------------------------------------
- bug fix for sentence end processing for annotation symbols
Ver 3.0 patchlevel 1 released Sat Jul 14 19:58:39 PDT 2001
----------------------------------------------------------
CD-ROM drive support changes:
- Added a new "scsiVersionCheck" parameter to the device.cfg file.
This is to make the CD-ROM drive SCSI-2 version checking in xmcd
and cda configurable.
OS Support changes:
- Re-introduced support for the OpenVMS operating system on Alpha AXP
and VAX platforms.
- Added code to support for IDE/ATAPI drives on the OpenVMS platform.
Since OpenVMS supports these drives via SCSI-emulation, xmcd should
be configured for a SCSI device.
Other changes:
- Replaced the "CDDB disable" button in xmcd with the "Internet Offline"
button. The new "offline" mode differs from the old "disable" mode
in that CDDB lookups will still occur from the local cache (no Internet
CDDB server will be accessed). Also, xmcd's wwwWarp menu entries
which would invoke a remote web site will be disabled. This should
be used when the system is not connected to the Internet (e.g., on
a dialup connection while not online). Similarly, the -cddb and
-nocddb command line options in cda have been changed to -online and
-offline with the same change in semantics. The disableCddb parameter
in common.cfg has also been changed to internetOffline.
- Fixed a bug that was causing submissions to the CDDB² service to
fail even though the data is acceptable and the network/servers are
running fine.
- Fixed an xmcd problem where the keypad time display and track warp
slider would freeze when the playback mode is not in segment play
mode but the main window time display is set to "e-seg" or "r-seg".
- Fixed a problem with using the xmcd keypad to go to another track or
disc while playing program or shuffle modes.
- Removed some conditions that could cause SIGALRMs to be received
while xmcd is handling X events. Also, fixed certain situations
where spawned child processes were handling X events instead of the
parent. This was causing sporadic X errors and xmcd crashes.
- Fixed a bug that caused classic CDDB lookup to fail if HTTP proxy
authorization is enabled.
- Changed xmcd to keep the Credit Fullname Wizard window open if a user
clicks the Credit 'Add', 'Modify' or 'Delete' buttons, or
select/de-select credit list items. Also, enhance the data fields
verification for the full name wizard window.
- Enhanced xmcd and cda to handle erroneous CDDB data more gracefully,
where a subgenre is set to the value that of a genre, or where a
subrole is set to the value of a role category.
- Fixed a missing single quote in libdi_d/config.sh that was causing
the script to fail while configuring proxy servers. Also, fixed
a problem with reading the device configuration files where the
wrong device parameters would get used.
- The install.sh and config.sh scripts will now use nawk if it's
available on the system. Otherwise it falls back to using awk.
libraries and using the config wrappers. Simplify the buildlink.mk
inclusion by just including windowmaker/buildlink.mk instead of all the
graphics libraries' buildlink.mk, and including wsoundserver/buildlink.mk
instead of including libaudiofile/buildlink.mk directly.
* Remove explicit references to /usr/local/include and /usr/local/lib
added by the configure script.
* Note that wslib/get-wsound-flags needs to have references to
${BUILDLINK_DIR} removed before installation by listing it in
REPLACE_BUILDLINK.
* Remove patches that add -Wl,-R${X11BASE}/lib to the link flags of
various libraries and programs. This already should be passed in via
LDFLAGS, and if additional flags are needed on Solaris, then we should
just set the additional LDFLAGS in the package Makefile.
Changes:
- tons of bugfixes
- a lot of memory leaks fixed
- draggable tabs
- minimum font size
- better font defaults
- improved focus handling
- view source and save background fixed
- xbel importing support
- small startup time improvement
- ability to pause downloads
- new spinner
- new preferences dialog look
- toolbar configurability
- most recent used sessions in file menu
- open / save the current session to a file