${CFLAGS}. Heck, why not go all the way and respect ${PREFIX},
too (respect now added). As an intentional side-effect, these
patches also prevent the pause function from blasting the listener's
ears off (the way cdcontrol currently does (and cdplay used to)).
Hand-edit patches/patch-ah to remove the RCS $Header$ from the patch, so
that CVS doesn't munge it.
BE EXTREMELY CAREFUL WHEN REGENERATING patches/patch-ah!
to enable operation with the "pcm" driver and a wide range of full
duplex cards including the old SB16 (up to Vibra16C).
It also provides a modification to transmit audio from a mu-law file
(useful for testing).
Submitted by: luigi
PR: 6813
one file. Version 2.3 adds an interface to web browsers (Netscape
and Mosaic), a smaller-format window in addition to the traditional
window, and "tool tips" that pop up over the buttons.
uses OSS and is not in a position to ensure that newer versions build
under the stock FreeBSD drivers in 2.2-STABLE.
Anybody who wants this, please let us know! Getting 0.59o to build
on a recent -STABLE would be a good litmus test. :-)
PR: 6659
Submitted by: Carey Jones <mcj@acquiesce.org>
installs the version of the port that uses shared library number 9 and the
LIBRARY_VERSION set to the default. Normally this is against our policy
(bumping the version number for minor things), however due to the major
problems caused with the upgrade, Satoshi and I decided that this was best.
Approved by: asami
and RadioTrack FM radio cards.
I couldn't test the functionality, but it builds and installs.
PR: part of 5228
Submitted by: Lars Köller <Lars.Koeller@uni-bielefeld.de>
I have left out zircon, which seems to have provisions for tcl81, and
hfsutils and filerunner, which have been upgraded and probably checked
in the meantime.
but aren't in a tk virtual category from
awk -F\| '$9 ~ /tk-/ && $7 !~ /tk/ {print $1}' INDEX
I didn't do anything about the ports which depend on things which depend
on a tk revision. I'd be afraid that the depended-upon port might change
and thus outdate the virtual category in the depender.
on a socket with a pending error doesn't reset the error, so the socket
is effectively useless. Use getsockopt(...SO_ERROR...) to clear the
error status. The kernel should also be patched, but this patch is
required for backwards compatibility.