convert to use buildlink.mk files, and mark as USE_BUILDLINK_ONLY. Changes
from version 2.9 fix a small error in how event timing was assumed to occur.
Changes since 2.5:
* Added workaround for errors caused by BIOS USB keyboard support.
* Fixed problems with reporting of 1 GHZ + processor speeds.
* Fixed Duron cache detection.
* Added screen buffer so that menus will work correctly from a serial
console.
* The Memtest86 image is now built in ELF format.
* Use correct ends of pipefd[] (as returned by pipe(2)).
* Fix '%f' escape in (pre|post)processor argument.
Previous two fixes provided by Stoned Elipot.
tdir is Yet Another Way To Display Directory Listings. Output is in
columnar format with sub-directories listed first, and then a listing
of the files ordered by their ending "extension" - typically the
characters following the rightmost '.' in the file name (though this
can be changed on the command line).
tdir supports recursive directory examination. Total output width as
well as column width can be set on the command line and tdir will
autoformat accordingly.
tdir is written in 'python' and requires a reasonably current version
of the 'python' environment to be present on the system.
The programs in service-config create and configure svscan-format
service directories.
* server-config creates an svscan-format directory for an arbitrary
service.
* rules-config configures access rules for use by a
service.
* svscan-config configures a service to run svscan.
* ipc-config configures a service to run ipcserver.
* ipcx-config configures a service to run ipcserver using access
rules.
* tcp-config configures a service to run tcpserver.
* tcpx-config configures a service to run tcpserver using access
rules.
- Apply the patch from pkg/13188 by Ron Roskens <roskens@elfin.net> to
fix problems with hard-coding /var/amanda.
- Remove USE_X11 from amanda-server since amanda-plot has already been
split out.
- Don't explicitly look for headers in ${PREFIX}/include.
Chnage patch to cddata.cpp to use getrawpartition(), and enclose
NetBSD-specific changes in #ifdef __NetBSD/#endif so that it's easier
to send back to KDE folks.
Changelog:
1.0.8 Mon Apr 16, 2001
----------------------
* Cesar Perez Turrado <cesar@perez.turrado.com> sent in updated es.po
* Bugfixes
o Anthony Mallet <anthony.mallet@ficus.yi.org> patch to fix fonts with
XFree86 > 4.0.2
o Composite disk launch commands were not saved.
if the Device dialog is empty (we'll then use cdrecord's defaults).
XXX someone with some clues about gtk should remove the scsibus/target/lun
dialogs, as well as "check scsi settings", "detect scsi drive"
buttons from the "Cd recorder device options" box.
use scsictl identify, looping on /dev/rcd0d -> /dev/rcd7d.
This allows to store the real name of the device, instead of scsibus/target/lun
which is hard to use.
CXXFLAGS, and LDFLAGS by the buildlink.mk files so remove the extra
definitions to add them from the package Makefiles. As advised by the
bsd.buildlink.mk file, also ensure that the buildlink.mk files are
included prior to defining any package-specific CFLAGS/LDFLAGS to ensure
that the buildlink directories are at the head of the compiler search
paths.